bool StateSpaceIIR(TMtx *a, TVec *b, TVec *c, double d);
Returns the currently designed IIR filter in state space form.
Remarks:
If the current design is not an IIR filter, the function returns false. For this call to return True, the IIRFrequencyTransform must be ftStateSpaceAnalog.
Declared in Dew::Signal::TSignalFilter · Dew.Signal/SignalProcessing.h · Cross-compiler