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

scipy.signal.butter

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

Butterworth digital and analog filter design.

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

See also

buttord.

Previous topic

scipy.signal.invres

Next topic

scipy.signal.buttord

This Page