DSP Master VCL
|
Filter state used by IIR filtering methods.
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!
|