org.opensourcephysics.sip.ch09
Class SimpleFFT

java.lang.Object
  extended by org.opensourcephysics.sip.ch09.SimpleFFT

public class SimpleFFT
extends java.lang.Object

SimpleFFT performs a Fast Fourier Transform of complex data.


Constructor Summary
SimpleFFT()
           
 
Method Summary
static void transform(double[] real, double[] imag)
          Transforms the data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFFT

public SimpleFFT()
Method Detail

transform

public static void transform(double[] real,
                             double[] imag)
Transforms the data.

Parameters:
real -
imag -