You are here: Symbol Reference > SignalUtils Namespace > Structs, Records, Enums > SignalUtils.TIirState Record
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.TIirState Record

Filter state used by IIR filtering methods.

Pascal
TIirState = record
  dState: TIIRStateDouble;
  sState: TIIRStateSingle;
  IsDouble: boolean;
  ComplexImpulse: boolean;
  Initialized: boolean;
end;

NSPIirState is the filter state defined by Intel IPP. ComplexImpulse is True, if Iir filter has a complex impulse response. This state is initialized by IirInit method.

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