spoke.signal.ondelette
Class ATR

java.lang.Object
  extended by spoke.signal.ondelette.ATR

public class ATR
extends java.lang.Object


Constructor Summary
ATR(int n2, int resume, int voie)
           
 
Method Summary
protected  void cellule_elementaire(Arithmetic[] in, Arithmetic[] out, int voie)
           
 void compute(Arithmetic[] in, Arithmetic[][] out, int octave)
           
protected static int log2e(int n)
           
protected static double morlet(double t)
           
protected  void octave(Arithmetic[] in, Arithmetic[] out, int octave, int voie)
           
protected  void octave1(Arithmetic[] in, Arithmetic[] out, int voie)
           
protected static int ret(int n, int nu)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ATR

public ATR(int n2,
           int resume,
           int voie)
Method Detail

compute

public void compute(Arithmetic[] in,
                    Arithmetic[][] out,
                    int octave)

octave1

protected void octave1(Arithmetic[] in,
                       Arithmetic[] out,
                       int voie)

octave

protected void octave(Arithmetic[] in,
                      Arithmetic[] out,
                      int octave,
                      int voie)

cellule_elementaire

protected void cellule_elementaire(Arithmetic[] in,
                                   Arithmetic[] out,
                                   int voie)

morlet

protected static double morlet(double t)

ret

protected static int ret(int n,
                         int nu)

log2e

protected static int log2e(int n)