| 
||||||||||
| 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.cdf3_5.DualScaling3_5
Cohen-Daubechies-Feauveau with N=3 and Ntilde=5 adapted to the interval by Deslauriers-Dubuc-Lemire
| Constructor Summary | |
DualScaling3_5()
 | 
|
DualScaling3_5(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 DualScaling3_5 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 DualScaling3_5(int N0,
                      int K)
public DualScaling3_5()
| 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 MultiscaleFunctionpublic java.lang.Object clone()
clone 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 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 | |||||||||