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).
Chebyshev type I filter order selection.
Return the order of the lowest order digital Chebyshev Type I 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
|