Creating and Manipulating Models | ![]() ![]() |
Caution About Model Conversions
When manipulating or converting LTI models, keep in mind that:
ssbal
. You get this type of balancing automatically when you convert any TF or ZPK model to state space using ss
.tf
may incur a loss of accuracy. As a result, the transfer function poles may noticeably differ from the poles of the original zero-pole-gain or state-space model.sys
, ss(tf(sys))
may return a model with different state-space matrices, or even a different number of states in the MIMO case. Therefore, if possible, it is best to avoid converting back and forth between state-space and other model types.
![]() | Automatic Conversion | Time Delays | ![]() |