You are here: Symbol Reference > SignalProcessing Namespace > Classes > TSignalFilter Class > public > TSignalFilter.StateSpaceIIR Method
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalFilter.StateSpaceIIR Method

Returns the currently designed IIR filter in state space form.

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

If the current design is not an IIR filter, the function returns false. For this call to return True, the IIRFrequencyTransform must be ftStateSpaceAnalog.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!