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

Defines method used for FIR filter design.

Syntax
C#
Visual Basic
public enum TFirFilterMethod : uint { fimWindow, fimParksMcClellan }

SignalProcessing.cs

Members 
Description 
fimWindow 
A window based FIR filter will be designed. 
fimParksMcClellan 
The remez exchange optimal fir filter design algorithm will be used. 

Defines the methods avaliable to design a FIR filter. For run time filter design the windowed method is recommended, because the resulting filters are more likely to be valid filters.

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