pub fn denoise( signal: &[f64], wavelet: &dyn Wavelet, config: DenoiseConfig, ) -> Result<Vec<f64>>
Denoise a signal using DWT