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

Filter state used by IIR filtering methods.

Syntax
C#
Visual Basic
public struct TIirState { public IntPtr NSPIirState; public IntPtr NSPIirStatec; public byte[] Buffer; public byte[] Bufferc; public bool IsDouble; public bool ComplexImpulse; public bool Initialized; }

SignalUtils.cs

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