Mathematica has a function to convert TransferFunctionModels to StateSpaceModels:
mytf=TransferFunctionModel[(2 s + 3)/(s^3 + 4 s^2 + 5), s]
StateSpaceModel[mytf]
Is there a corresponding function that will convert to a zero-pole-gain model?
|
Mathematica has a function to convert TransferFunctionModels to StateSpaceModels:
Is there a corresponding function that will convert to a zero-pole-gain model? |
|||||||||||||
|
|
It turns out that there is a function that will do this but it is hidden from the user a little in an internal function
original source: http://www.walkingrandomly.com/?p=2799 |
||||
|
|