Skip to main content

first_order_low_pass

Function first_order_low_pass 

pub fn first_order_low_pass(
    samples: &[f64],
    alpha: f64,
) -> Result<Vec<f64>, FilterError>