Uses of Class
ca.uol.aig.fftpack.Complex1D

Packages that use Complex1D
ca.uol.aig.fftpack A Java translation of fftpack by Baoshe Zhang. 
 

Uses of Complex1D in ca.uol.aig.fftpack
 

Methods in ca.uol.aig.fftpack with parameters of type Complex1D
 void ComplexDoubleFFT.bt(Complex1D x)
          Backward complex FFT transform.
 void RealDoubleFFT.bt(Complex1D x, double[] y)
          Backward real FFT transform.
 void ComplexDoubleFFT.ft(Complex1D x)
          Forward complex FFT transform.
 void RealDoubleFFT.ft(double[] x, Complex1D y)
          Forward real FFT transform.