|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJSci.maths.wavelet.MultiscaleFunction
Abstract encapsulation mostly meant for wavelet functions (dyadic case).
Constructor Summary | |
MultiscaleFunction()
|
Method Summary | |
java.lang.Object |
clone()
Return a copy of the object |
abstract int |
dimension()
|
abstract int |
dimension(int jfin)
|
abstract boolean |
equals(java.lang.Object o)
Check if another object is equal to this MultiscaleFunction object |
abstract double[] |
evaluate(int j1)
Return as an array the sampled values of the function |
abstract int |
getFilterType()
This method is used to compute how the number of scaling functions changes from on scale to the other. |
double |
mass(double a,
double b,
int jfin)
Compute the mass (integral) |
double |
mass(int jfin)
Compute the mass (integral) of the interval 0,1 |
abstract java.lang.String |
toString()
Return a string representing the object |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MultiscaleFunction()
Method Detail |
public abstract int dimension(int jfin)
public abstract int dimension()
public java.lang.Object clone()
public abstract java.lang.String toString()
public abstract double[] evaluate(int j1)
public double mass(double a, double b, int jfin)
a
- left boundary of the intervalb
- right boundary of the intervaljfin
- number of iterations to consider
(precision)public double mass(int jfin)
jfin
- number of iterations to consider
(precision)public abstract int getFilterType()
public abstract boolean equals(java.lang.Object o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |