Owning Class: linear systems
Requires: MathScript RT Module
[c, d, e, f] = tf_to_ss(a, b)
Legacy Name: tf2ss
Converts a transfer function to a state-space model transform.
| Name | Description |
|---|---|
| a | Specifies the numerator polynomial. |
| b | Specifies the denominator polynomial. |
| Name | Description |
|---|---|
| c, d, e, f | Return the system matrices of the state-space representation. |
[A, B, C, D] = tf_to_ss([1 2], [-1 2 3])