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 Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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.