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

scipy.signal.cheby1

scipy.signal.cheby1(N, rp, Wn, btype='low', analog=0, output='ba')

Chebyshev type I digital and analog filter design.

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

See also

cheb1ord.

Previous topic

scipy.signal.buttord

Next topic

scipy.signal.cheb1ord

This Page