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.
.. autofunction:: numpy_ml.utils.windows.blackman_harris
.. autofunction:: numpy_ml.utils.windows.generalized_cosine
.. autofunction:: numpy_ml.utils.windows.hamming
.. autofunction:: numpy_ml.utils.windows.hann