This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Elliptic (Cauer) filter order selection.
Return the order of the lowest order digital elliptic filter that loses no more than gpass dB in the passband and has at least gstop dB attenuation in the stopband.
Parameters : | wp, ws : float
gpass : float
gstop : float
analog : int, optional
Returns : —— : ord : int
wn : ndarray or float
|
---|