Package smile.wavelet

Class SymletWavelet

java.lang.Object
smile.wavelet.Wavelet
smile.wavelet.SymletWavelet

public class SymletWavelet extends Wavelet
Symlet wavelets. The symlets have compact support and were constructed to be as nearly symmetric (least asymmetric) as possible.
  • Constructor Details

    • SymletWavelet

      public SymletWavelet(int n)
      Constructor. Create a Symmlet wavelet with n coefficients. n = 8, 10, 12, 14, 16, 18, or 20 are supported.
      Parameters:
      n - the number of wavelet coefficients.