simtransform 345
simtransform
Syntax
out = simtransform(sys,X)
Parameter List
Inputs: sys Input system. This may be a state-space system, pdm or
constant matrix.
X Similarity transform. X must be invertible
Outputs: out output system - in the same class as the input.
Description
Apply a similarity transform to sys.Ifsys is a matrix or pdm this gives out =
inv(X)*sys*X.IfsysisaDynamic System this transform is applied to the state.
Applying this transform to a transfer function is meaningless as a state matrix has not
been uniquely defined. This will return a warning and leave the transfer function
unchanged.
This command will remove the state names as they no longer have any meaning.
Example
sys1 = randsys(3,1,1, { stable})
rifd(sys1)
Poles:
real imaginary frequency damping
(rad/sec) ratio