Constructor and Description |
---|
MultiSpline3_5() |
Modifier and Type | Method and Description |
---|---|
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) |
public int previousDimension(int k)
previousDimension
in interface Filter
public double[] lowpass(double[] v, double[] param)
public double[] highpass(double[] v, double[] param)
public double[] lowpass(double[] gete)
public double[] highpass(double[] v)
public static QuadraticSpline scaling(int n0, int k)
public static QuadraticSpline wavelet(int n0, int k)