pub fn lowpass_filter_f64( data: &mut [f64], sampling_rate: f64, cutoff_frequency: f64, )
Applies a single-order lowpass filter with double precision to the data provided in the mutable buffer.