All Packages Class Hierarchy This Package Previous Next Index
Class JSci.maths.wavelet.cdf2_4.MultiSpline2_4
java.lang.Object
|
+----JSci.maths.wavelet.cdf2_4.MultiSpline2_4
- public final class MultiSpline2_4
- extends Object
- implements Filter
Cohen-Daubechies-Feauveau
with N=2 and
Ntilde=4 adapted to the interval
by Deslauriers-Dubuc-Lemire
-
MultiSpline2_4()
-
-
hat(int, int)
-
-
highpass(double[])
-
-
highpass(double[], double[])
-
-
lowpass(double[])
-
-
lowpass(double[], double[])
-
-
previousDimension(int)
- This method return the number of "scaling"
functions at the previous scale given a
number of scaling functions.
-
scaling(int, int)
-
-
wavelet(int, int)
-
MultiSpline2_4
public MultiSpline2_4()
previousDimension
public int previousDimension(int k)
- This method return the number of "scaling"
functions at the previous scale given a
number of scaling functions. The answer
is always smaller than the provided value
(about half since this is a dyadic
implementation). This relates to the same idea
as the "Filter type". It is used by
the interface "Filter".
lowpass
public double[] lowpass(double v[],
double param[])
highpass
public double[] highpass(double v[],
double param[])
lowpass
public double[] lowpass(double donnee[])
highpass
public double[] highpass(double v[])
hat
public static LinearSpline hat(int n0,
int k)
scaling
public static LinearSpline scaling(int n0,
int k)
wavelet
public static LinearSpline wavelet(int n0,
int k)
All Packages Class Hierarchy This Package Previous Next Index