fft
Class IFFT2d

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

public class IFFT2d
extends java.lang.Object


Constructor Summary
IFFT2d(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

IFFT2d

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