Package smile.wavelet
Class CoifletWavelet
java.lang.Object
smile.wavelet.Wavelet
smile.wavelet.CoifletWavelet
Coiflet wavelets. Coiflet wavelets have scaling functions with vanishing
moments. The wavelet is near symmetric, their wavelet functions have N / 3
vanishing moments and scaling functions N / 3 ? 1, and has been used in
many applications using Calderon-Zygmund Operators.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CoifletWavelet
public CoifletWavelet(int n) Constructor. Create a Coiflet wavelet with n coefficients. n = 6, 12, 18, 24, or 30 are supported.- Parameters:
n
- the number of wavelet coefficients.
-