spoke.signal.ondelette
Class Filtre

java.lang.Object
  extended by spoke.signal.Filtre
      extended by spoke.signal.ondelette.Filtre
Direct Known Subclasses:
Daubechies, Lemarie

public class Filtre
extends Filtre


Field Summary
 
Fields inherited from class spoke.signal.Filtre
f, n, ns2
 
Constructor Summary
Filtre(double[] f)
           
 
Method Summary
 void convolution_decimation(Arithmetic[] in, Arithmetic[] out, int o, int nb)
           
 void dilatation_convolution(Arithmetic[] in, Arithmetic[] out, int o, int nb)
           
 Filtre miroir()
           
protected  Filtre newinstance(double[] f)
           
 
Methods inherited from class spoke.signal.Filtre
conjugue, convolution, mod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filtre

public Filtre(double[] f)
Method Detail

miroir

public Filtre miroir()

convolution_decimation

public void convolution_decimation(Arithmetic[] in,
                                   Arithmetic[] out,
                                   int o,
                                   int nb)

dilatation_convolution

public void dilatation_convolution(Arithmetic[] in,
                                   Arithmetic[] out,
                                   int o,
                                   int nb)

newinstance

protected Filtre newinstance(double[] f)
Overrides:
newinstance in class Filtre