|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutil.wavelet.SimpleWaveletSpace
public class SimpleWaveletSpace
A simple wavelet space contains a simple signal and its wavelet transform.
Field Summary | |
---|---|
List<SimpleSignal> |
scales
List of scales containing wavelet coefficients. |
SimpleSignal |
signal
Reference to original signal. |
Constructor Summary | |
---|---|
SimpleWaveletSpace(SimpleSignal signal)
Construct a discrete wavelet transform using the 1D A-Trous method with a b3-spline smoothing function. |
Method Summary | |
---|---|
SimpleSignal |
getContinuum()
Get the continuum of a signal. |
int |
getNumberOfScales()
Get the number of scales as computed by the atrous wavelet transform. |
SimpleSignal |
getReconstruction()
Discrete wavelet transform reconstruction using the 1D A-Trous method with a b3-spline smoothing function. |
SimpleSignal |
getReconstruction(WObject wObject)
Discrete wavelet transform reconstruction using the 1D A-Trous method with a b3-spline smoothing function. |
SimpleSignal |
getScale(int scaleNumber)
Get the specified scale as computed by the atrous wavelet transform. |
SimpleSignal |
getSmoothedSignal()
Get the last smoothed array as computed by the atrous wavelet transform. |
void |
mask(WObject wObject)
Use the WObject as a mask to eliminate wavelet coefficients not in the object. |
void |
setScale(int scaleNumber,
SimpleSignal scale)
Set the scale at the specified scale number. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public SimpleSignal signal
public List<SimpleSignal> scales
Constructor Detail |
---|
public SimpleWaveletSpace(SimpleSignal signal)
signal
- the simple signal to be wavelet transformedMethod Detail |
---|
public SimpleSignal getContinuum()
public SimpleSignal getSmoothedSignal()
public SimpleSignal getScale(int scaleNumber)
scaleNumber
- the scale number
public void setScale(int scaleNumber, SimpleSignal scale)
scaleNumber
- the scale numberscale
- the specified scalepublic int getNumberOfScales()
public void mask(WObject wObject)
public SimpleSignal getReconstruction()
public SimpleSignal getReconstruction(WObject wObject)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |