public abstract class Wavelet
extends java.lang.Object
| Constructor and Description |
|---|
Wavelet() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
forward(double[] input,
int len) |
abstract int |
getMotherWavelength() |
abstract double[] |
getScalingDeComposition() |
abstract double[] |
getScalingReConstruction() |
abstract int |
getTransformWavelength() |
abstract double[] |
getWaveletDeComposition() |
abstract double[] |
getWaveletReConstruction() |
double[] |
reverse(double[] input,
int len) |
public double[] forward(double[] input,
int len)
public double[] reverse(double[] input,
int len)
public abstract int getMotherWavelength()
public abstract int getTransformWavelength()
public abstract double[] getScalingDeComposition()
public abstract double[] getWaveletDeComposition()
public abstract double[] getScalingReConstruction()
public abstract double[] getWaveletReConstruction()