Function synthrs::filter::bandreject_filter [−][src]
pub fn bandreject_filter(
low_frequency: f64,
high_frequency: f64,
band: f64
) -> Vec<f64>
Creates a low-pass filter. Frequencies outside of low_frequency
and high_frequency
are preserved when samples are convolved with this filter.