TSignalFilter.StateSpaceIIR Method

function StateSpaceIIR(a: TMtx; b: TVec; c: TVec; d: Double): Boolean;

Returns the currently designed IIR filter in state space form.

#NameTypeDescription
1aTMtxsource TMtx
2bTVecsource TVec
3cTVecsource TVec
4dDoublescalar

Returns: Boolean

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.