Function synthrs::filter::bandpass_filter[][src]

pub fn bandpass_filter(
    low_frequency: f64,
    high_frequency: f64,
    band: f64
) -> Vec<f64>

Creates a low-pass filter. Frequencies between low_frequency and high_frequency are preserved when samples are convolved with this filter.