net.sarcommand.fft.deprecated
Class FFT2

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

public class FFT2
extends FourierTransform

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


Field Summary
 boolean swapQu
           
 
Method Summary
static byte[] transform(float[] pixels, int bandWidth, boolean inverse, boolean applyShift)
           
 
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
 

Field Detail

swapQu

public boolean swapQu
Method Detail

transform

public static byte[] transform(float[] pixels,
                               int bandWidth,
                               boolean inverse,
                               boolean applyShift)