Expand description
This mod contains a definition for window functions and provides implementations for a
few standard windows. See the WindowFunction type for more information.
Structs§
- Blackman
Harris Window - A Blackman-Harris Window: https://en.wikipedia.org/wiki/Window_function#Blackman-Harris_window
- Hamming
Window - A generalized Hamming window: https://en.wikipedia.org/wiki/Window_function#Hamming_window
- Rectangular
Window - A rectangular window: https://en.wikipedia.org/wiki/Window_function#Rectangular_window
- Triangular
Window - A triangular window: https://en.wikipedia.org/wiki/Window_function#Triangular_window
Traits§
- Window
Function - A window function for FFT windows. See
https://en.wikipedia.org/wiki/Window_functionfor details. Window functions should document if they aren’t applicable for Inverse Fourier Transformations.