pub fn swt(
signal: &[f64],
wavelet: WaveletFamily,
levels: usize,
) -> SwtDecompositionExpand description
Perform a stationary wavelet transform (SWT).
Also known as the “algorithme a trous” (with holes).
pub fn swt(
signal: &[f64],
wavelet: WaveletFamily,
levels: usize,
) -> SwtDecompositionPerform a stationary wavelet transform (SWT).
Also known as the “algorithme a trous” (with holes).