org.fhcrc.cpl.viewer.util
Class Haar

java.lang.Object
  extended by org.fhcrc.cpl.viewer.util.Haar

public class Haar
extends java.lang.Object

Created by IntelliJ IDEA. User: mbellew Date: Oct 5, 2004 Time: 5:19:58 PM


Constructor Summary
Haar()
           
 
Method Summary
static float[] transform(float[] signal, int l)
           
static float[] transform(float[] signal, int l, float[] x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Haar

public Haar()
Method Detail

transform

public static float[] transform(float[] signal,
                                int l)

transform

public static float[] transform(float[] signal,
                                int l,
                                float[] x)


Fred Hutchinson Cancer Research Center