LinearSystems::LTIZeros Function

void LTIZeros(TVec *z, double &gain, TMtx *A, TVec *B, TVec *C, const double D);

Find zeros of a linear time invariant system in state-space form.

#NameTypeDescription
1zTVec *
2gaindouble &
3ATMtx *
4BTVec *
5CTVec *
6Dconst double
Remarks:

Compute zeros of a linear time invariant system represented in state space form. The resulting zeros are placed in Z and computed system gain in Gain.

See Also: LinearSystems::StateSpaceToTransferFun, LinearSystems::StateSpaceToZeroPole
Declared in Dew::Signal::Units::LinearSystems · Dew.Signal/Units.LinearSystems.h · Cross-compiler