Documentation of 'math.jwave.transforms.modes.TransformModeLeveling' Java class
TransformModeLeveling
math.jwave.transforms.modes

Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TransformModeLeveling

        public TransformModeLeveling(int fromLevel,
                                     int toLevel)
                              throws JWaveException
        Hand 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 transform
        toLevel - stop level of the transform
        Throws:
        JWaveException - thrown if fromLevel equals toLevel are the same

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.