Expand description
Standard Windows functions
Structs§
- Window
- A window function. Can be applied to a signal
Functions§
- blackman
- Compute a Blackman window https://en.wikipedia.org/wiki/Window_function#Blackman_window
- hamming
- Compute a hamming window of the given size https://en.wikipedia.org/wiki/Window_function#Hann_and_Hamming_window
- hann
- Create the Hann window https://en.wikipedia.org/wiki/Window_function#Hann_and_Hamming_window
- rectangular
- Compute a simple rectangular window, a.k.a. boxcar or Dirichlet window
- sine
- Create the Sine window https://en.wikipedia.org/wiki/Window_function#Sine_window
- triangular
- Creates a triangular window
- welch
- Create the Welch window https://en.wikipedia.org/wiki/Window_function#Welch_window