Member of the linear systems class.
[d, e] = zp2tf(a, b, c)
Converts a zero-pole model to a transfer function model transform.
| Name | Description |
| a | Specifies the zeros of the transfer function. |
| b | Specifies the poles of the transfer function. |
| c | Specifies the gain of the transfer function. c is a scalar. |
| Name | Description |
| d | Returns the numerator polynomial. |
| e | Returns the denominator polynomial. |
[NUM, DEN] = zp2tf([1 2 1], [-1 2 3], 3)