| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJSci.maths.wavelet.Multiresolution
JSci.maths.wavelet.cdf2_4.CDF2_4
Cohen-Daubechies-Feauveau with N=2 and Ntilde=4 adapted to the interval by Deslauriers-Dubuc-Lemire
| Field Summary | |
protected static int | 
filtretype
 | 
protected static int | 
minlength
 | 
(package private) static double[] | 
phv0
 | 
(package private) static double[] | 
phvg
 | 
(package private) static double[] | 
v0
 | 
(package private) static double[] | 
v1
 | 
(package private) static double[] | 
v2
 | 
(package private) static double[] | 
v3
 | 
(package private) static double[] | 
vd0
 | 
(package private) static double[] | 
vd1
 | 
(package private) static double[] | 
vd2
 | 
(package private) static double[] | 
vd3
 | 
(package private) static double[] | 
vg
 | 
| Constructor Summary | |
CDF2_4()
 | 
|
| Method Summary | |
 MultiscaleFunction | 
dualScaling(int n0,
            int k)
 | 
 MultiscaleFunction | 
dualWavelet(int n0,
            int k)
 | 
 double[] | 
evalScaling(int n0,
            int k,
            int j1)
 | 
 double[] | 
evalWavelet(int n0,
            int k,
            int j1)
 | 
 int | 
getFilterType()
This method is used to compute how the number of scaling functions changes from on scale to the other.  | 
 double[] | 
highpass(double[] v)
This is the implementation of the highpass Filter.  | 
 double[] | 
highpass(double[] v,
         double[] param)
This is the implementation of the highpass Filter.  | 
 double[] | 
lowpass(double[] gete)
This is the implementation of the lowpass Filter.  | 
 double[] | 
lowpass(double[] v,
        double[] param)
This is the implementation of the lowpass Filter.  | 
 int | 
previousDimension(int k)
This method return the number of "scaling" functions at the previous scale given a number of scaling functions.  | 
 MultiscaleFunction | 
primaryScaling(int n0,
               int k)
 | 
 MultiscaleFunction | 
primaryWavelet(int n0,
               int k)
 | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected static final int filtretype
protected static final int minlength
static final double[] vg
static final double[] v3
static final double[] v2
static final double[] v1
static final double[] v0
static final double[] vd0
static final double[] vd1
static final double[] vd2
static final double[] vd3
static final double[] phvg
static final double[] phv0
| Constructor Detail | 
public CDF2_4()
| Method Detail | 
public int getFilterType()
getFilterType in class Multiresolution
public MultiscaleFunction primaryScaling(int n0,
                                         int k)
primaryScaling in class Multiresolution
public MultiscaleFunction dualScaling(int n0,
                                      int k)
dualScaling in class Multiresolution
public MultiscaleFunction primaryWavelet(int n0,
                                         int k)
primaryWavelet in class Multiresolution
public MultiscaleFunction dualWavelet(int n0,
                                      int k)
dualWavelet in class Multiresolutionpublic int previousDimension(int k)
previousDimension in interface FilterpreviousDimension in class Multiresolution
public double[] lowpass(double[] v,
                        double[] param)
lowpass in interface Filterparam - a parameter for the filter
public double[] highpass(double[] v,
                         double[] param)
highpass in interface Filterparam - a parameter for the filterpublic double[] lowpass(double[] gete)
lowpass in interface Filterpublic double[] highpass(double[] v)
highpass in interface Filter
public double[] evalScaling(int n0,
                            int k,
                            int j1)
public double[] evalWavelet(int n0,
                            int k,
                            int j1)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||