Skip to main content

wavelet_haar_transform

Function wavelet_haar_transform 

Source
pub fn wavelet_haar_transform(signal: &[f64]) -> Vec<f64>
Expand description

Compute the full-length in-place Haar wavelet transform.

The length of signal must be a power of 2. Returns the coefficient vector (Mallat ordering: coarsest approximation first).