pub fn cwt(
signal: &[f64],
scales: &[f64],
wavelet: MotherWavelet,
dt: f64,
) -> CwtResultExpand description
Compute the continuous wavelet transform.
ยงArguments
signal- Input signal.scales- Array of scales at which to compute the CWT.wavelet- Mother wavelet to use.dt- Sampling period.