This is documentation for an old release of SciPy (version 1.3.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Window functions (scipy.signal.windows
)¶
The suite of window functions for filtering and spectral estimation.
|
Return a window of a given length and type. |
|
Return a modified Bartlett-Hann window. |
|
Return a Bartlett window. |
|
Return a Blackman window. |
|
Return a minimum 4-term Blackman-Harris window. |
|
Return a Bohman window. |
|
Return a boxcar or rectangular window. |
|
Return a Dolph-Chebyshev window. |
|
Return a window with a simple cosine shape. |
|
Compute the Discrete Prolate Spheroidal Sequences (DPSS). |
|
Return an exponential (or Poisson) window. |
|
Return a flat top window. |
|
Return a Gaussian window. |
|
Generic weighted sum of cosine terms window |
|
Return a window with a generalized Gaussian shape. |
|
Return a generalized Hamming window. |
|
Return a Hamming window. |
|
Return a Hann window. |
|
|
|
Return a Kaiser window. |
|
Return a minimum 4-term Blackman-Harris window according to Nuttall. |
|
Return a Parzen window. |
|
Return a digital Slepian (DPSS) window. |
|
Return a triangular window. |
|
Return a Tukey window, also known as a tapered cosine window. |