|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.wavelet.Multiresolution
public abstract class Multiresolution
This class is used to encapsulate the various wavelet multiresolution (Dau2, Haar, ...). It assumes that your are working with the dyadic case and with real numbers. It is meant to provide only the most basic methods in order to be as general as possible. Also, for performance considerations, this class should be as light as possible. However, in practice, it is useful to put most of the actual implementation in a multiresolution object instead of spreading it over many objects.
| Constructor Summary | |
|---|---|
Multiresolution()
|
|
| Method Summary | |
|---|---|
abstract MultiscaleFunction |
dualScaling(int n0,
int k)
DOCUMENT ME! |
abstract MultiscaleFunction |
dualWavelet(int n0,
int k)
DOCUMENT ME! |
abstract int |
getFilterType()
This method is used to compute how the number of scaling functions changes from on scale to the other. |
int |
previousDimension(int k)
This method return the number of "scaling" functions at the previous scale given a number of scaling functions. |
abstract MultiscaleFunction |
primaryScaling(int n0,
int k)
DOCUMENT ME! |
abstract MultiscaleFunction |
primaryWavelet(int n0,
int k)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Multiresolution()
| Method Detail |
|---|
public abstract int getFilterType()
public abstract MultiscaleFunction primaryScaling(int n0,
int k)
n0 - DOCUMENT ME!k - DOCUMENT ME!
public abstract MultiscaleFunction dualScaling(int n0,
int k)
n0 - DOCUMENT ME!k - DOCUMENT ME!
public abstract MultiscaleFunction primaryWavelet(int n0,
int k)
n0 - DOCUMENT ME!k - DOCUMENT ME!
public abstract MultiscaleFunction dualWavelet(int n0,
int k)
n0 - DOCUMENT ME!k - DOCUMENT ME!
public int previousDimension(int k)
k - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||