Function apodize::cosine_iter [] [src]

pub fn cosine_iter(a: f64, b: f64, c: f64, d: f64, size: usize) -> CosineWindowIter

returns an iterator that yields the values for a cosine window of size with the coefficients a, b, c and d

Panics

panics unless 1 < size