Expand description
Wavelet families
This module defines the discrete wavelet families available in IronWave (Haar, Daubechies, Symlet, Coiflet, and biorthogonal CDF wavelets).
§See Also
- Wavelet characteristics and recommended use cases:
docs/WAVELET_FAMILIES.md - High-level user guide for choosing wavelets and transforms:
docs/USER_GUIDE.md
Re-exports§
pub use biorthogonal::Biorthogonal;pub use biorthogonal::BiorthogonalType;pub use coiflet::Coiflet;pub use daubechies::Daubechies;pub use daubechies::DaubechiesType;pub use haar::Haar;pub use symlet::Symlet;
Modules§
Traits§
- Wavelet
- Trait defining the interface for all wavelets
Functions§
- qmf
- Compute high-pass filter from low-pass filter using quadrature mirror filter relationship
- reverse_
filter - Reverse a filter for reconstruction