[][src]Function rustdct::mdct::window_fn::invertible

pub fn invertible<T: DctNum>(len: usize) -> Vec<T>

MDCT window function which is all ones (IE, no windowing will be applied) -- Scales its window values by sqrt(2/n) as a convenience so that you don't have to manually scale your data when computing an inverse