You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSignalFilter Class > TSignalFilter Methods > TSignalFilter.StateSpaceIIR Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TSignalFilter.StateSpaceIIR Method

Returns the currently designed IIR filter in state space form.

Syntax
C#
Visual Basic
public bool StateSpaceIIR(TMtx a, TVec b, TVec c, double d);

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!