|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.maths.wavelet.cdf2_4.MultiSpline2_4
public final class MultiSpline2_4
Cohen-Daubechies-Feauveau with N=2 and Ntilde=4 adapted to the interval by Deslauriers-Dubuc-Lemire
Field Summary | |
---|---|
(package private) static double[] |
o0
|
(package private) static double[] |
o1
|
(package private) static double[] |
og
|
(package private) static double[] |
on0_1
|
(package private) static double[] |
on0_2
|
(package private) static double[] |
v0
|
(package private) static double[] |
vg
|
Constructor Summary | |
---|---|
MultiSpline2_4()
|
Method Summary | |
---|---|
static LinearSpline |
hat(int n0,
int k)
|
double[] |
highpass(double[] v)
Highpass filters are normalized in order to get L2 orthonormality of the resulting wavelets (when it applies). |
double[] |
highpass(double[] v,
double[] param)
Highpass filters are normalized in order to get L2 orthonormality of the resulting wavelets (when it applies). |
double[] |
lowpass(double[] donnee)
lowpass filter |
double[] |
lowpass(double[] v,
double[] param)
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 LinearSpline |
scaling(int n0,
int k)
|
static LinearSpline |
wavelet(int n0,
int k)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final double[] vg
static final double[] v0
static final double[] og
static final double[] o0
static final double[] on0_1
static final double[] o1
static final double[] on0_2
Constructor Detail |
---|
public MultiSpline2_4()
Method Detail |
---|
public int previousDimension(int k)
previousDimension
in interface Filter
public double[] lowpass(double[] v, double[] param)
Filter
lowpass
in interface Filter
param
- a parameter for the filterpublic double[] highpass(double[] v, double[] param)
Filter
highpass
in interface Filter
param
- a parameter for the filterpublic double[] lowpass(double[] donnee)
Filter
lowpass
in interface Filter
public double[] highpass(double[] v)
Filter
highpass
in interface Filter
public static LinearSpline hat(int n0, int k)
public static LinearSpline scaling(int n0, int k)
public static LinearSpline wavelet(int n0, int k)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |