math.jwave.transforms.modes
Class TransformModeStepping
- java.lang.Object
-
- math.jwave.transforms.modes.TransformMode
-
- math.jwave.transforms.modes.TransformModeStepping
-
public class TransformModeStepping extends TransformMode
Class for indicating that there will be a stepping from either the base level of the normal space or taking the Hilbert space as a base level to step away the given number of steps from each base.
-
-
Constructor Summary
Constructors Constructor and Description TransformModeStepping(int steps)Setting an steps integer to allocated how many steps the transform algorithm should do.
-
-
-
Constructor Detail
-
TransformModeStepping
public TransformModeStepping(int steps) throws JWaveExceptionSetting an steps integer to allocated how many steps the transform algorithm should do. Depending on the established object it either goes from normal to Hilbert or from Hilbert to normal.- Parameters:
steps- a positive number telling how many levels the transform should do- Throws:
JWaveException- throws a failure if steps ist smaller than one
-
-
DMelt 3.0 © DataMelt by jWork.ORG