SciPy

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

scipy.signal.cheb1ap

scipy.signal.cheb1ap(N, rp)[source]

Return (z,p,k) for Nth-order Chebyshev type I analog lowpass filter.

The returned filter prototype has rp decibels of ripple in the passband.

The filter’s angular (e.g. rad/s) cutoff frequency is normalized to 1, defined as the point at which the gain first drops below -rp.

See also

cheby1

Filter design function using this prototype

Previous topic

scipy.signal.buttap

Next topic

scipy.signal.cheb2ap