Expand description
Auto-generated module
🤖 Generated with SplitRS
Functions§
- apply_
threshold - Apply thresholding to a coefficient vector.
- bayes_
shrink_ denoise - Denoise using BayesShrink (adaptive, level-dependent threshold).
- bayes_
shrink_ threshold - Compute the BayesShrink adaptive threshold for each level.
- best_
basis_ selection - Select best basis from wavelet packet tree using minimum entropy criterion.
- compression_
ratio - Compute the compression ratio (fraction of non-zero coefficients).
- cone_
of_ influence - Compute the cone of influence for CWT.
- convolve_
downsample - Convolve
signalwithfilterand downsample by 2 (periodic extension). - cwt
- Compute the continuous wavelet transform.
- deselect_
subtree - Recursively deselect a subtree rooted at (level, position).
- detect_
ridges - Detect ridges in a CWT scalogram (local maxima along scale axis).
- dwt
- Perform multi-level forward DWT decomposition.
- dwt_
single - Perform a single-level forward DWT.
- energy_
distribution - Compute energy distribution across all DWT levels.
- estimate_
noise_ sigma - Estimate noise standard deviation from the finest detail coefficients.
- frequency_
to_ scale - Convert frequency to CWT scale.
- global_
wavelet_ spectrum - Compute the global wavelet spectrum (time-averaged energy at each scale).
- icwt
- Compute the inverse CWT using the Morlet reconstruction formula.
- idwt
- Perform multi-level inverse DWT reconstruction.
- idwt_
single - Perform a single-level inverse DWT.
- level_
energy - Energy of wavelet coefficients at a given level.
- linear_
scales - Generate linearly spaced scales for CWT.
- log_
scales - Generate logarithmically spaced scales for CWT.
- modwt
- Compute the MODWT (non-decimated DWT with rescaled filters).
- multiresolution_
analysis - Perform multiresolution analysis using the given wavelet.
- reconstruction_
error - Compute the reconstruction error (L2 norm) between original and reconstructed signals.
- reconstruction_
snr - Compute the signal-to-noise ratio (SNR) of the reconstruction.
- relative_
energy - Compute the relative energy (percentage) at each level.
- scale_
to_ frequency - Convert CWT scale to approximate pseudo-frequency.
- scalogram
- Compute the scalogram from a CWT result.
- shannon_
entropy - Compute Shannon entropy of a coefficient vector (normalized).
- swt
- Perform a stationary wavelet transform (SWT).
- universal_
threshold - Compute the universal (VisuShrink) threshold.
- upsample_
convolve - Upsample by 2 (zero-insertion) and convolve with
filter(periodic extension). - wavelet_
coherence - Compute wavelet coherence between two signals.
- wavelet_
compress - Compress a signal by keeping only the top
fractionof wavelet coefficients. - wavelet_
cross_ spectrum - Compute wavelet cross-spectrum between two CWT results.
- wavelet_
denoise - Denoise a signal using wavelet thresholding.
- wavelet_
entropy - Compute the wavelet entropy (measure of signal complexity).
- wavelet_
features - Compute wavelet-based signal features for classification/analysis.
- wavelet_
packet_ decompose - Perform wavelet packet decomposition.
- wavelet_
power - Compute instantaneous wavelet power at each (scale, time) point.
- wavelet_
variance - Compute wavelet variance (energy per scale, normalized by signal length).