Skip to main content

cwt

Function cwt 

Source
pub fn cwt(
    signal: &[f64],
    scales: &[f64],
    wavelet: MotherWavelet,
    dt: f64,
) -> CwtResult
Expand 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.