Member of the linear systems class.
[c, d] = eqtflength(a, b)
[c, d, e, f] = eqtflength(a, b)
Equalizes the length of a discrete-time transfer function.
| Name | Description |
| a | Specifies the numerator of the transfer function. a is a real vector. |
| b | Specifies the denominator of the transfer function. b is a real vector that cannot be empty or zero. |
| Name | Description |
| c | Returns the equalized numerator. |
| d | Returns the equalized denominator. |
| e | Returns the order of the numerator. |
| f | Returns the order of the denominator. |
[b, a] = eqtflength(1:3, 1:5)