Function sdr::fir::firwin2 [] [src]

pub fn firwin2(n_taps: usize, gains: &Vec<f64>) -> Vec<f64>

Design an FIR filter using the window method.

n_taps: the number of taps to return gains: desired frequency response evalulated on a 512-point grid between zero and the Nyquist frequency