public class WaveletTransform extends WaveletCoefficients
WaveletCoefficients.MODE, WaveletCoefficients.Wavelet| Modifier and Type | Field and Description |
|---|---|
protected double |
denom |
protected double |
g0 |
protected double |
g1 |
protected double |
g2 |
protected double |
g3 |
protected double |
h0 |
protected double |
h1 |
protected double |
h2 |
protected double |
h3 |
protected double |
Ig0 |
protected double |
Ig1 |
protected double |
Ig2 |
protected double |
Ig3 |
protected double |
Ih0 |
protected double |
Ih1 |
protected double |
Ih2 |
protected double |
Ih3 |
protected double |
sqrt_3 |
| Constructor and Description |
|---|
WaveletTransform() |
| Modifier and Type | Method and Description |
|---|---|
void |
daubTrans(double[] s)
Forward wavelet transform
|
void |
invDaubTrans(double[] coef)
Inverse wavelet transform
|
double[] |
invoke(double[] input) |
protected void |
invTransform(double[] a,
int n) |
protected void |
transform(double[] a,
int n)
Forward wavelet transform.
|
protected final double sqrt_3
protected final double denom
protected final double h0
protected final double h1
protected final double h2
protected final double h3
protected final double g0
protected final double g1
protected final double g2
protected final double g3
protected final double Ih0
protected final double Ih1
protected final double Ih2
protected final double Ih3
protected final double Ig0
protected final double Ig1
protected final double Ig2
protected final double Ig3
public void daubTrans(double[] s)
s - input vectorpublic void invDaubTrans(double[] coef)
coef - input vectorpublic double[] invoke(double[] input)
protected void invTransform(double[] a,
int n)
protected void transform(double[] a,
int n)
Forward wavelet transform.
Note that at the end of the computation the calculation wraps around to the beginning of the signal.
a - input signal, which will be replaced by its output transformn - length of the signal, and must be a power of 2Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.