Function lowpass_filter::lowpass_filter[][src]

pub fn lowpass_filter(
    data: &mut [f32],
    sampling_rate: f32,
    cutoff_frequency: f32
)
Expand description

Applies a single-order lowpass filter with single precisioun to the data provided in the mutable buffer.