TFirState Struct

Header: Dew.Signal/SignalUtils.h · Cross-compiler

struct TFirState;

Filter state used by FIR filtering methods.

FIRState is the filter state defined by Intel IPP. UpSample stores the upsampling factor and DownSample stores the downsampling factor of a multi-rate filter. ComplexImpulse is True, if FIR filter has a complex impulse response. This state is initialized by FirInit method.

Fields

NameTypeDescription
ComplexImpulsebool
DownSampleint
FloatPrecisionTMtxFloatPrecision
Initializedbool
IsDoublebool
State_ImintPtr
State_ReintPtrFilter state used by FIR filtering methods.
StatecintPtr
UpSampleint