math.jwave.transforms.modes
Class TransformMode
- java.lang.Object
-
- math.jwave.transforms.modes.TransformMode
-
- Direct Known Subclasses:
- TransformModeLeveling, TransformModeStepping
public abstract class TransformMode extends java.lang.ObjectBase class to specify a transform mode: e. g. if JWave should do only two steps from normal to hilbert space or from hilbert space 3 steps towards normal space. Therefore, a class is necessary to solve the problem that JWave can start at data of level 2 and go to a level 3 which means, that the algorithm has to be started in the mid of its full job and has to be stopped earlier again.
-
-
Constructor Summary
Constructors Constructor and Description TransformMode()Base constructor setting internal steps integer to minus one to signal that it is unused and that there are full steps allowed for the algorithm so far.
-
-
-
Constructor Detail
-
TransformMode
public TransformMode() throws JWaveExceptionBase constructor setting internal steps integer to minus one to signal that it is unused and that there are full steps allowed for the algorithm so far.- Throws:
JWaveException
-
-
DMelt 3.0 © DataMelt by jWork.ORG