Owning Class: linear systems
Requires: MathScript RT Module
[c, d] = eqtflen(a, b)
[c, d, e, f] = eqtflen(a, b)
Legacy Name: eqtflength
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] = eqtflen(1:3, 1:5)