|
DSP Master VCL
|
Defines supported IIR filter design methods.
TIirFilterMethod = ( fimButter, fimChebyshevI, fimChebyshevII, fimElliptic, fimDC, fimNotch, fimBessel );
|
Members |
Description |
|
fimButter |
Butterworth filter. |
|
fimChebyshevI |
Chebyshev type I filter. |
|
fimChebyshevII |
Chebyshev type II filter. |
|
fimElliptic |
Elliptic filter. |
|
fimDC |
DC filter. |
|
fimNotch |
Notch filter. |
|
fimBessel |
Butterworth filter. |
|
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|