LinearSystems.ZeroPoleToStateSpace Method

procedure ZeroPoleToStateSpace(const A: TMtx; const B: TVec; const C: TVec; out D: Double; const z: TVec; const p: TVec; const k: Double);

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

#NameTypeDescription
1ATMtx
2BTVec
3CTVec
4DDouble
5zTVec
6pTVec
7kDouble

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