Class CoifletWavelet

java.lang.Object
smile.wavelet.Wavelet
smile.wavelet.CoifletWavelet

public class CoifletWavelet extends Wavelet
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 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.