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 second order section form stored in the sos variable.

Pascal
function EllipticFilter(Order: integer; PassRipple: double; StopRipple: double; const CutoffFreq: array of double; FilterType: TFilterType; Analog: boolean; const sos: TVec; IirFrequencyTransform: TIirFrequencyTransform = ftStateSpaceAnalog): double; overload;

The sos variable can be passed directly to the IirInitBQ digital filter initialization routine. Second order section form delivers substantially higher numerical stability and range than filtering with num/den form used by the IirInit function.

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