Function lowpass_filter_f64

Source
pub fn lowpass_filter_f64(
    data: &mut [f64],
    sampling_rate: f64,
    cutoff_frequency: f64,
)
Expand description

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