Skip to main content

kaiser_window

Function kaiser_window 

Source
pub fn kaiser_window(n: usize, beta: f64) -> Vec<f64>
Expand description

Compute the Kaiser window of length n with shape parameter beta.