Module dsp::window

source ·
Expand description

Standard Windows functions

Structs§

  • A window function. Can be applied to a signal

Functions§

  • Compute a Blackman window https://en.wikipedia.org/wiki/Window_function#Blackman_window
  • Compute a hamming window of the given size https://en.wikipedia.org/wiki/Window_function#Hann_and_Hamming_window
  • Create the Hann window https://en.wikipedia.org/wiki/Window_function#Hann_and_Hamming_window
  • Compute a simple rectangular window, a.k.a. boxcar or Dirichlet window
  • Create the Sine window https://en.wikipedia.org/wiki/Window_function#Sine_window
  • Creates a triangular window
  • Create the Welch window https://en.wikipedia.org/wiki/Window_function#Welch_window