| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJSci.maths.wavelet.MultiscaleFunction
JSci.maths.wavelet.daubechies6.Scaling6
Daubechies wavelets adapted to the interval by Meyer. Thanks to Pierre Vial for the filters.
| Constructor Summary | |
Scaling6()
 | 
|
Scaling6(int N0,
         int K)
 | 
|
| Method Summary | |
 java.lang.Object | 
clone()
Return a copy of this object  | 
 int | 
dimension()
Number of scaling functions at scale where this scaling function belongs.  | 
 int | 
dimension(int jfin)
Starting with dimension() scaling functions and going jfin scales ahead (iterating jfin times), tells you how many scaling functions you'll have.  | 
 boolean | 
equals(java.lang.Object a)
Check if another object is equal to this Scaling6 object  | 
 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 | 
position()
Tells you what is the number of this scaling function.  | 
 void | 
setParameters(int N0,
              int K)
Set the parameters for this object  | 
 java.lang.String | 
toString()
Return a String representation of the object  | 
| Methods inherited from class JSci.maths.wavelet.MultiscaleFunction | 
mass, mass | 
| Methods inherited from class java.lang.Object | 
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public Scaling6(int N0,
                int K)
public Scaling6()
| Method Detail | 
public boolean equals(java.lang.Object a)
equals in class MultiscaleFunctionpublic java.lang.String toString()
toString in class MultiscaleFunctionpublic int getFilterType()
getFilterType in class MultiscaleFunction
public void setParameters(int N0,
                          int K)
N0 - number of scaling function on the
   scale of this objectK - position or number of this object
IllegalScalingException - if N0 is not
   large enoughpublic java.lang.Object clone()
clone in class MultiscaleFunctionpublic double[] evaluate(int j1)
evaluate in class MultiscaleFunctionpublic int dimension(int jfin)
dimension in class MultiscaleFunctionjfin - number of iterationspublic int dimension()
dimension in class MultiscaleFunctionpublic int position()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||