public class WaveletTransform
extends java.lang.Object
Constructor and Description |
---|
WaveletTransform() |
Modifier and Type | Method and Description |
---|---|
static NumberMatrix |
getTransformingMatrix(java.lang.Class numberClass,
int n)
Returns a quadrat NumberMatrix that stays left of the to transformed
matrix in in a wavelet transformation.
|
static NumberMatrix |
inverseTransform(NumberMatrix aMatrix)
Returns the wavelet inverse tranformed matix of the argument matrix
|
static NumberMatrix |
transform(NumberMatrix aMatrix)
Returns the wavelet tranformed matix of the argument matrix
|
public static NumberMatrix transform(NumberMatrix aMatrix)
aMatrix
- schould have even number of columns and rowspublic static NumberMatrix inverseTransform(NumberMatrix aMatrix)
aMatrix
- is a wavelet transformed matrixpublic static NumberMatrix getTransformingMatrix(java.lang.Class numberClass, int n)
transpose()).
In case of inverse transformation the left matrix is the
inversed of the returned one see inverse()) and
the right one is the transposed and inversed.
numberClass
- tha class of the returned matrixn
- the dimension of the quadrat matrixFurther documentation and examples can be found under www.mathletfactory.de.