net.sarcommand.fft.deprecated
Class FFT1

java.lang.Object
  extended by net.sarcommand.fft.deprecated.FourierTransform
      extended by net.sarcommand.fft.deprecated.FFT1

public class FFT1
extends FourierTransform

Created by IntelliJ IDEA. User: Sarcan Date: 15.12.2005 Time: 14:04:39 To change this template use File | Settings | File Templates.


Constructor Summary
FFT1(int bandWidth)
           
 
Method Summary
 Complex[] transform(Complex[] g, boolean forward)
           
 
Methods inherited from class net.sarcommand.fft.deprecated.FourierTransform
computeUnityRoot, ftShift
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FFT1

public FFT1(int bandWidth)
Method Detail

transform

public Complex[] transform(Complex[] g,
                           boolean forward)