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.
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.
Declared in Dew::Signal::Units::LinearSystems · Dew.Signal/Units.LinearSystems.h · Cross-compiler