public final class Scaling4 extends MultiscaleFunction implements java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
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
Scaling4 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
|
mass, mass
public boolean equals(java.lang.Object a)
equals
in class MultiscaleFunction
public java.lang.String toString()
toString
in class MultiscaleFunction
public 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 objectIllegalScalingException
- if N0 is not
large enoughpublic java.lang.Object clone()
clone
in class MultiscaleFunction
public double[] evaluate(int j1)
evaluate
in class MultiscaleFunction
j
- number of iterationspublic int dimension(int jfin)
dimension
in class MultiscaleFunction
jfin
- number of iterationspublic int dimension()
dimension
in class MultiscaleFunction
public int position()