Constructor and Description |
---|
MultiSpline2_4() |
Modifier and Type | Method and Description |
---|---|
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) |
public int previousDimension(int k)
previousDimension
in interface Filter
public double[] lowpass(double[] v, double[] param)
Filter
public double[] highpass(double[] v, double[] param)
Filter
public double[] lowpass(double[] donnee)
Filter
public double[] highpass(double[] v)
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)