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

scipy.signal.chebwin

scipy.signal.chebwin(M, at, sym=True)

Dolph-Chebyshev window.

INPUTS:

M : int
Window size
at : float
Attenuation (in dB)
sym : bool
Generates symmetric window if True.

Previous topic

scipy.signal.boxcar

Next topic

scipy.signal.flattop

This Page