public class FastHaar
extends java.lang.Object
implements JSci.maths.wavelet.FWT
| Constructor and Description |
|---|
FastHaar() |
| Modifier and Type | Method and Description |
|---|---|
void |
invTransform(double[] x) |
void |
invTransform(float[] v) |
void |
transform(double[] x)
Standard (Haar) transform using double
|
void |
transform(float[] v)
Standard (Haar) transform
|
public void transform(float[] v)
public void invTransform(float[] v)
public void transform(double[] x)
transform in interface JSci.maths.wavelet.FWTpublic void invTransform(double[] x)
invTransform in interface JSci.maths.wavelet.FWT