|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.wavelet.MultiscaleFunction
org.jscience.mathematics.wavelet.Cosine
public final class Cosine
This class is used to be able to mix the wavelet and cosine transforms. It is in fact a normalised cosine.
| Constructor Summary | |
|---|---|
Cosine(int N0,
int FREQ)
Creates a new Cosine object. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Return a copy of this object |
int |
dimension()
Tells you how many samples you'll get from this function |
int |
dimension(int jfin)
Tells you how many samples you'll get from this function (will not depend on the parameter) |
boolean |
equals(java.lang.Object a)
Check if another object is equal to this Cosine object |
double[] |
evaluate()
Return as an array the sampled values of the function |
double[] |
evaluate(int j1)
Return as an array the sampled values of the function |
int |
getFilterType()
This method is used to compute how the number of scaling functions changes from on scale to the other. |
int |
getFrequency()
DOCUMENT ME! |
double |
mass(double a,
double b,
int jfin)
Compute the mass (integral) |
java.lang.String |
toString()
Return a String representation of the object |
| Methods inherited from class org.jscience.mathematics.wavelet.MultiscaleFunction |
|---|
mass |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Cosine(int N0,
int FREQ)
N0 - DOCUMENT ME!FREQ - DOCUMENT ME!
java.lang.IllegalArgumentException - DOCUMENT ME!| Method Detail |
|---|
public java.lang.String toString()
toString in class MultiscaleFunctionpublic boolean equals(java.lang.Object a)
equals in class MultiscaleFunctiona - DOCUMENT ME!
public int getFrequency()
public double[] evaluate()
public int dimension(int jfin)
dimension in class MultiscaleFunctionjfin - DOCUMENT ME!
public int dimension()
dimension in class MultiscaleFunctionpublic java.lang.Object clone()
clone in class MultiscaleFunctionpublic double[] evaluate(int j1)
evaluate in class MultiscaleFunctionj1 - number of iterations (doesn't do anything)
public double mass(double a,
double b,
int jfin)
mass in class MultiscaleFunctiona - left boundary of the intervalb - right boundary of the intervaljfin - number of iterations to consider (precision)
public int getFilterType()
getFilterType in class MultiscaleFunction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||