Skip to main content

Crate scalet

Crate scalet 

Source

Structs§

CmhatWavelet
Represents the Complex Mexican Hat (Cmhat) Wavelet, an analytic-like filter used for Continuous Wavelet Transform (CWT) analysis.
CwtOptions
Configuration options for the Continuous Wavelet Transform (CWT).
GaborWavelet
Frequency–domain Gabor wavelet.
HhhatWavelet
HHhat (Hilbert–Hermitian Hat) wavelet.
MorletWavelet
Represents the Morlet Wavelet (or Gabor Wavelet), a fundamental analytic wavelet used for Continuous Wavelet Transform (CWT) analysis.
Scalet
The main entry point for constructing CWT executors.
ScaletFrame
ScaletFrameMut

Enums§

BufferStoreMut
Shared storage type
ScaleType
Specifies how the wavelet scales are distributed in a Continuous Wavelet Transform (CWT).
ScaletError
Errors that can occur during the detrending process.

Traits§

CwtExecutor
Defines the core functionality for executing a Continuous Wavelet Transform (CWT).
CwtWavelet
A trait defining the required behavior for any wavelet used in the Continuous Wavelet Transform (CWT) executor.