SciPy

scipy.signal.buttap

scipy.signal.buttap(N)[source]

Return (z,p,k) for analog prototype of Nth-order Butterworth filter.

The filter will have an angular (e.g., rad/s) cutoff frequency of 1.

See also

butter

Filter design function using this prototype

Previous topic

scipy.signal.besselap

Next topic

scipy.signal.cheb1ap