|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.wavelet.Multiresolution
org.jscience.mathematics.wavelet.haar.MultiSplineHaar
public final class MultiSplineHaar
************************************* Haar Wavelets
| Field Summary | |
|---|---|
protected static int |
filtretype
|
| Constructor Summary | |
|---|---|
MultiSplineHaar()
Creates a new MultiSplineHaar object. |
|
| Method Summary | |
|---|---|
MultiscaleFunction |
dualScaling(int n0,
int k)
DOCUMENT ME! |
MultiscaleFunction |
dualWavelet(int n0,
int k)
DOCUMENT ME! |
int |
getFilterType()
************************************* This method is used to compute how the number of scaling functions changes from on scale to the other. |
double[] |
highpass(double[] gete)
************************************* 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)
*********************************** ************************************* |
double[] |
lowpass(double[] v,
double[] param)
************************************************ ************************************************** |
int |
previousDimension(int k)
************************************* This method return the number of "scaling" functions at the previous scale given a number of scaling functions. |
MultiscaleFunction |
primaryScaling(int n0,
int k)
DOCUMENT ME! |
MultiscaleFunction |
primaryWavelet(int n0,
int k)
DOCUMENT ME! |
static PiecewiseConstant |
scaling(int n0,
int k)
********************************* *********************************** |
static PiecewiseConstant |
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 |
|---|
protected static final int filtretype
| Constructor Detail |
|---|
public MultiSplineHaar()
| Method Detail |
|---|
public int getFilterType()
getFilterType in class Multiresolution
public MultiscaleFunction primaryScaling(int n0,
int k)
primaryScaling in class Multiresolutionn0 - DOCUMENT ME!k - DOCUMENT ME!
public MultiscaleFunction dualScaling(int n0,
int k)
dualScaling in class Multiresolutionn0 - DOCUMENT ME!k - DOCUMENT ME!
public MultiscaleFunction primaryWavelet(int n0,
int k)
primaryWavelet in class Multiresolutionn0 - DOCUMENT ME!k - DOCUMENT ME!
public MultiscaleFunction dualWavelet(int n0,
int k)
dualWavelet in class Multiresolutionn0 - DOCUMENT ME!k - DOCUMENT ME!
public int previousDimension(int k)
previousDimension in interface FilterpreviousDimension in class Multiresolutionk - DOCUMENT ME!
public double[] lowpass(double[] v,
double[] param)
lowpass in interface Filterv - DOCUMENT ME!param - a parameter for the filter
public double[] highpass(double[] v,
double[] param)
highpass in interface Filterv - DOCUMENT ME!param - a parameter for the filter
public double[] lowpass(double[] gete)
lowpass in interface Filtergete - DOCUMENT ME!
public double[] highpass(double[] gete)
highpass in interface Filtergete - DOCUMENT ME!
public static PiecewiseConstant scaling(int n0,
int k)
public static PiecewiseConstant wavelet(int n0,
int k)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||