Owning Class: linear systems
Requires: MathScript RT Module
[c, d, e] = tf_to_zpk_eqlen(a, b)
Legacy Name: tf2zpk
Converts a transfer function to a zero-pole model transform. If necessary, LabVIEW manipulates the transfer function to generate an equally sized numerator and denominator.
| Name | Description |
|---|---|
| a | Specifies the numerator polynomial. |
| b | Specifies the denominator polynomial. |
| Name | Description |
|---|---|
| c | Returns the zeros of the transfer function. c is a vector. |
| d | Returns the poles of the transfer function. d is a vector. |
| e | Returns the gain of the transfer function. e is a real number. |
[Z, P, K] = tf_to_zpk_eqlen([1 2 1], [-1 2 3])