public class Wavelet
extends java.lang.Object
Constructor and Description |
---|
Wavelet(java.lang.String name,
float[] scaling,
float[] wavelet,
float[] invScaling,
float[] invWavelet,
int offset,
boolean isSymmetric) |
Modifier and Type | Method and Description |
---|---|
int |
getHighPassConstructionDelay() |
int |
getHighPassDecompositionDelay() |
int |
getInverseLeftBoundaryExtensionHigh() |
int |
getInverseLeftBoundaryExtensionLow() |
int |
getInverseRightBoundaryExtensionHigh() |
int |
getInverseRightBoundaryExtensionLow() |
float[] |
getInvScaling() |
float[] |
getInvWavelet() |
int |
getLeftBoundaryExtension() |
int |
getLowPassConstructionDelay() |
int |
getLowPassDecompositionDelay() |
java.lang.String |
getName() |
int |
getOffset() |
int |
getRightBoundaryExtension() |
float[] |
getScaling() |
float[] |
getWavelet() |
boolean |
isEvenLength() |
boolean |
isSymmetric() |
public Wavelet(java.lang.String name, float[] scaling, float[] wavelet, float[] invScaling, float[] invWavelet, int offset, boolean isSymmetric)
public java.lang.String getName()
public float[] getScaling()
public float[] getWavelet()
public float[] getInvScaling()
public float[] getInvWavelet()
public int getOffset()
public boolean isSymmetric()
public int getInverseLeftBoundaryExtensionLow()
public boolean isEvenLength()
public int getInverseRightBoundaryExtensionLow()
public int getInverseLeftBoundaryExtensionHigh()
public int getInverseRightBoundaryExtensionHigh()
public int getLeftBoundaryExtension()
public int getRightBoundaryExtension()
public int getLowPassDecompositionDelay()
public int getHighPassDecompositionDelay()
public int getLowPassConstructionDelay()
public int getHighPassConstructionDelay()