Documentation of 'jsci.maths.wavelet.FWT' Java class
FWT
jsci.maths.wavelet

Class FWT

  • Direct Known Subclasses:
    FastCDF2_4, FastDaubechies2, FastHaar, FastSymmlet8


    public abstract class FWT
    extends java.lang.Object
    Abstract class for using very fast, in-place, implementations of the Fast Wavelet Transform. See for example the FastDaubechies2 or FastSymmlet8 classes.
    • Constructor Summary

      Constructors 
      Constructor and Description
      FWT() 
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      abstract void invTransform(float[] v) 
      abstract void transform(float[] v) 
      • Methods inherited from class java.lang.Object

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

      • FWT

        public FWT()
    • Method Detail

      • transform

        public abstract void transform(float[] v)
      • invTransform

        public abstract void invTransform(float[] v)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.