spoke.signal
Class Filtre

java.lang.Object
  extended by spoke.signal.Filtre
Direct Known Subclasses:
Filtre

public class Filtre
extends java.lang.Object


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

Field Detail

f

protected double[] f

n

protected int n

ns2

protected int ns2
Constructor Detail

Filtre

public Filtre(double[] f)
Method Detail

conjugue

public Filtre conjugue()

convolution

public void convolution(Arithmetic[] in)

mod

protected int mod(int i,
                  int n)

newinstance

protected Filtre newinstance(double[] f)