You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Structs, Records, Enums > Dew.Signal.TFirState Structure
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.TFirState Structure

Filter state used by FIR filtering methods.

Syntax
C#
Visual Basic
public struct TFirState { public IntPtr State_Re; public IntPtr State_Im; public IntPtr Statec; public int UpSample; public int DownSample; public bool ComplexImpulse; public bool Initialized; public bool IsDouble; public TMtxFloatPrecision FloatPrecision; }

SignalUtils.cs

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.

FirFilter, FirImpulse, KaiserImpulse, SavGolayImpulse, OptimalFir.RemezImpulse, OptimalFir.remez

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