Description Usage Arguments Details Value See Also Examples
tf2zp converts the model for a transfer function to zero-pole-gain representation
1 | tf2zp(num, den)
|
num |
A numeric vector containing the coefficients of the |
den |
A numeric vector containing the coefficients of the |
tf2zp converts a model object for a transfer function to a zero-pole model, Where num is the numerator and den is the denominator
of the transfer function and sys is a transfer function object
Another possible call is: tf2zp(sys)
where sys is an object of transfer-function model.
Returns a list object of 'zpk' class.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.