TSignalFilter.StateSpaceIIR Method

Boolean StateSpaceIIR(TMtx a, TVec b, TVec c, Double d)

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.