smile.wavelet
Class Wavelet
- java.lang.Object
-
- smile.wavelet.Wavelet
-
- Direct Known Subclasses:
- BestLocalizedWavelet, CoifletWavelet, D4Wavelet, DaubechiesWavelet, HaarWavelet, SymletWavelet
public class Wavelet extends java.lang.ObjectA wavelet is a wave-like oscillation with an amplitude that starts out at zero, increases, and then decreases back to zero. Like the fast Fourier transform (FFT), the discrete wavelet transform (DWT) is a fast, linear operation that operates on a data vector whose length is an integer power of 2, transforming it into a numerically different vector of the same length. The wavelet transform is invertible and in fact orthogonal. Both FFT and DWT can be viewed as a rotation in function space.
-
-
Constructor Summary
Constructors Constructor and Description Wavelet(double[] coefficients)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidinverse(double[] a)Inverse discrete wavelet transform.voidtransform(double[] a)Discrete wavelet transform.
-
DataMelt 3.0 © DataMelt by jWork.ORG