You are here: Symbol Reference > IIRFilters Namespace > Functions > IIRFilters.EllipticFilter Function
DSP Master VCL
ContentsIndex
PreviousUpNext
IIRFilters.EllipticFilter Function

The resulting transfer function is returned in the numerator/denumerator form with num and den.

Pascal
function EllipticFilter(Order: integer; PassRipple: double; StopRipple: double; const CutoffFreq: array of double; FilterType: TFilterType; Analog: boolean; const num: TVec; const den: TVec; IirFrequencyTransform: TIirFrequencyTransform = ftStateSpaceAnalog): double; overload;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!