fft
Class IFFT1d

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

public class IFFT1d
extends java.lang.Object


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

Constructor Detail

IFFT1d

public IFFT1d(int N)
Method Detail

ifft

public void ifft(float[] inputRe,
                 float[] inputIm)