Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 545 Bytes

numpy_ml.utils.windows.rst

File metadata and controls

25 lines (17 loc) · 545 Bytes

Window functions

In digital signal processing, windowing functions are useful to counteract the assumption made by the FFT that data is infinite and to reduce spectral leakage.

blackman_harris

.. autofunction:: numpy_ml.utils.windows.blackman_harris

generalized_cosine

.. autofunction:: numpy_ml.utils.windows.generalized_cosine

hamming

.. autofunction:: numpy_ml.utils.windows.hamming

hann

.. autofunction:: numpy_ml.utils.windows.hann