Function goertzel_filter::filter_naive [] [src]

pub fn filter_naive(input: &Vec<f64>, linear_freq: f64) -> Vec<Complex<f64>>

Applies the two Goertzel filter steps to an input sequence.