Description Usage Arguments Details Value See Also Examples
zp2tf
converts the model for a zero-pole-gain system to transfer function representation
1 | zp2tf(z, p, k)
|
z |
A numeric vector containing zero locations |
p |
A numeric vector containing pole locations |
k |
A numeric vector for gain |
zp2tf
converts a model object for a zero-pole-gain system to a transfer function model
Another possible usage is: zp2tf(sys)
where sys
is an object of zero-pole-gain model.
Returns a list object of 'tf' class.
1 2 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.