edu.ucla.stat.SOCR.games.wavelet
Class FastCDF2_4

java.lang.Object
  extended by edu.ucla.stat.SOCR.games.wavelet.FastCDF2_4
All Implemented Interfaces:
JSci.maths.wavelet.FWT

public class FastCDF2_4
extends java.lang.Object
implements JSci.maths.wavelet.FWT

Cohen-Daubechies-Feauveau with N=2 and Ntilde=4 adapted to the interval by Deslauriers-Dubuc-Lemire


Constructor Summary
FastCDF2_4()
           
 
Method Summary
 void invTransform(double[] v)
           
 void invTransform(float[] v)
           
static void invTransform(float[] v, int last)
           
 void transform(double[] v)
           
 void transform(float[] v)
           
static void transform(float[] v, int last)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastCDF2_4

public FastCDF2_4()
Method Detail

transform

public void transform(double[] v)
Specified by:
transform in interface JSci.maths.wavelet.FWT

invTransform

public void invTransform(double[] v)
Specified by:
invTransform in interface JSci.maths.wavelet.FWT

transform

public void transform(float[] v)

invTransform

public void invTransform(float[] v)

transform

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

invTransform

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