fft
Class FFT2d

java.lang.Object
  |
  +--fft.FFT2d

public class FFT2d
extends java.lang.Object


Constructor Summary
FFT2d(float[] inputRe, float[] inputIm, int inputWidth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FFT2d

public FFT2d(float[] inputRe,
             float[] inputIm,
             int inputWidth)