lt.monarch.math
Class Fourier

java.lang.Object
  extended by lt.monarch.math.Fourier

public class Fourier
extends java.lang.Object


Constructor Summary
Constructor and Description
Fourier()
           
 
Method Summary
Modifier and Type Method and Description
static void fft(double[] fr, double[] fi, double isign)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fourier

public Fourier()
Method Detail

fft

public static void fft(double[] fr,
                       double[] fi,
                       double isign)