vmm.fourier
Class FastFourier

java.lang.Object
  extended by vmm.fourier.FastFourier

public class FastFourier
extends java.lang.Object


Constructor Summary
FastFourier()
           
 
Method Summary
static Complex[] ffTransform(Complex[] c, int J)
           
static Complex[] iffTransform(Complex[] c, int J)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastFourier

public FastFourier()
Method Detail

ffTransform

public static Complex[] ffTransform(Complex[] c,
                                    int J)

iffTransform

public static Complex[] iffTransform(Complex[] c,
                                     int J)