This is documentation for an old release of SciPy (version 0.11.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.signal.cheby2

scipy.signal.cheby2(N, rs, Wn, btype='low', analog=0, output='ba')[source]

Chebyshev type II digital and analog filter design.

Design an Nth order lowpass digital or analog Chebyshev type II filter and return the filter coefficients in (B,A) or (Z,P,K) form.

See also

cheb2ord.

Previous topic

scipy.signal.cheb1ord

Next topic

scipy.signal.cheb2ord