You are here: Symbol Reference > SignalProcessing Namespace > Structs, Records, Enums > SignalProcessing.TFirFilterMethod Enumeration
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalProcessing.TFirFilterMethod Enumeration

Defines method used for FIR filter design.

Pascal
TFirFilterMethod = (
  fimWindow,
  fimParksMcClellan
);
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-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!