LinearSystems.ZeroPoleToStateSpace Method

void ZeroPoleToStateSpace(TMtx A, TVec B, TVec C, ref Double D, TVec z, TVec p, Double k)

Convert transfer function from zero-pole to state-space form.

#NameTypeDescription
1ATMtxsource TMtx
2BTVecsource TVec
3CTVecsource TVec
4DDouble (ref)output
5zTVecsource TVec
6pTVecsource TVec
7kDoublescalar

Result: stored in self (calling object)

Remarks:

Convert a transfer function defined with zeros Z and poles P and gain K in to its state space presentation of the real valued A matrix, B,C vectors and D value.

See Also: LinearSystems.StateSpaceToZeroPole, LinearSystems.StateSpaceToTransferFun, LinearSystems.TransferFunToStateSpace