TSignalFilter::StateSpaceIIR Method

bool StateSpaceIIR(TMtx *a, TVec *b, TVec *c, double d);

Returns the currently designed IIR filter in state space form.

#NameTypeDescription
1aTMtx *
2bTVec *
3cTVec *
4ddouble
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