Expand description
Window functions for short-time Fourier analysis/synthesis.
All windows here are periodic (computed over N samples, not N+1),
which makes the constant-overlap-add (COLA) sums exact for the standard
hop sizes.
Structs§
- Window
Params - Parameters for advanced windows.
Enums§
- Window
Type - Supported window families.
Functions§
- make
- Build a window of length
n_total. - make_
with_ params - Build with explicit parameters.
- sample
- Evaluate a single window sample
w(n)forn in 0..N(periodic form). - sample_
with_ params - Evaluate with explicit parameters (Kaiser β, DPSS NW).