|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJSci.maths.wavelet.cdf3_5.MultiSpline3_5
public final class MultiSpline3_5
Cohen-Daubechies-Feauveau with N=3 and Ntilde=5 adapted to the interval by Deslauriers-Dubuc-Lemire
| Constructor Summary | |
|---|---|
MultiSpline3_5()
|
|
| Method Summary | |
|---|---|
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. |
static QuadraticSpline |
scaling(int n0,
int k)
|
static QuadraticSpline |
wavelet(int n0,
int k)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiSpline3_5()
| Method Detail |
|---|
public int previousDimension(int k)
previousDimension in interface Filter
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 static QuadraticSpline scaling(int n0,
int k)
public static QuadraticSpline wavelet(int n0,
int k)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||