math.fourierTransforms.pfa
Class IFFT2d

java.lang.Object
  extended by math.fourierTransforms.pfa.IFFT2d

public class IFFT2d
extends java.lang.Object


Constructor Summary
IFFT2d(ComplexFloat1d c, int inputWidth, boolean scale)
           
IFFT2d(float[] inputRe, float[] inputIm, int inputWidth, boolean scale)
           
 
Method Summary
 boolean isScale()
           
 void setScale(boolean scale)
          if scale=true (default) will scale the output by w*h, otherwise, will not.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IFFT2d

public IFFT2d(ComplexFloat1d c,
              int inputWidth,
              boolean scale)

IFFT2d

public IFFT2d(float[] inputRe,
              float[] inputIm,
              int inputWidth,
              boolean scale)
Method Detail

isScale

public boolean isScale()

setScale

public void setScale(boolean scale)
if scale=true (default) will scale the output by w*h, otherwise, will not.

Parameters:
scale -