math.jwave.transforms.modes
Class TransformModeLeveling
- java.lang.Object
-
- math.jwave.transforms.modes.TransformMode
-
- math.jwave.transforms.modes.TransformModeLeveling
-
public class TransformModeLeveling extends TransformMode
Class for indicating that there will be a starting level of transform and an end level of the transform, which allows for specialized filtering by the transform.
-
-
Constructor Summary
Constructors Constructor and Description TransformModeLeveling(int fromLevel, int toLevel)Hand to integer to allow for going from a certain start level to a certain end level.
-
-
-
Constructor Detail
-
TransformModeLeveling
public TransformModeLeveling(int fromLevel, int toLevel) throws JWaveExceptionHand to integer to allow for going from a certain start level to a certain end level. This somehow should match to the provided data but in other case this is helpful to filter data at different start level of the used wavelet. Which comes around as a coarser or finer filtering as selected by the level.- Parameters:
fromLevel- start level of the transformtoLevel- stop level of the transform- Throws:
JWaveException- thrown if fromLevel equals toLevel are the same
-
-
DMelt 3.0 © DataMelt by jWork.ORG