void ZeroPoleToStateSpace(TMtx *A, TVec *B, TVec *C, double &D, TVec *z, TVec *p, const double k);
Convert transfer function from zero-pole to state-space form.
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
Declared in Dew::Signal::Units::LinearSystems · Dew.Signal/Units.LinearSystems.h · Cross-compiler