Skip to main content

Module window

Module window 

Source
Expand description

Window functions (Hanning, Hamming, Blackman, Blackman-Harris, Bartlett, Welch, Flat-top window generators).

Functionsยง

apply_window_f32
Multiply signal elements in-place by window array.
bartlett_f32
Generate Bartlett (Triangular) window of length n.
blackman_f32
Generate Blackman window of length n.
blackman_harris_f32
Generate 4-term Blackman-Harris window of length n (>92 dB sidelobe rejection).
flattop_f32
Generate Flat-top window of length n.
hamming_f32
Generate Hamming window of length n.
hanning_f32
Generate Hanning window of length n.
welch_f32
Generate Welch parabolic window of length n.