Skip to main content

Module window

Module window 

Source
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§

WindowParams
Parameters for advanced windows.

Enums§

WindowType
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) for n in 0..N (periodic form).
sample_with_params
Evaluate with explicit parameters (Kaiser β, DPSS NW).