Documentation of 'jsci.maths.wavelet.daubechies2.FastDaubechies2' Java class
FastDaubechies2
jsci.maths.wavelet.daubechies2

Class FastDaubechies2



  • public final class FastDaubechies2
    extends FWT
    This is a very fast implementation of the Fast Wavelet Transform. It uses in-place computations for less memory usage. Data length should be a power of 2 a be at least of length 4. Handles boundaries by assuming periodicity. Ideal for image processing or processing large amount of data. Uses floats for more performance. Safety is minimal, so be careful!
    • Constructor Detail

      • FastDaubechies2

        public FastDaubechies2()
    • Method Detail

      • transform

        public static void transform(float[] v,
                                     int last)
      • transform

        public void transform(float[] v)
        Specified by:
        transform in class FWT
      • invTransform

        public void invTransform(float[] v)
        Specified by:
        invTransform in class FWT
      • invTransform

        public static void invTransform(float[] v,
                                        int last)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.