Uses of Class
org.das2.math.fft.jnt.ComplexFloatFFT

Packages that use ComplexFloatFFT
org.das2.math.fft.jnt This is the NIST FFT package, modified to use the ComplexArray interface. 
 

Uses of ComplexFloatFFT in org.das2.math.fft.jnt
 

Subclasses of ComplexFloatFFT in org.das2.math.fft.jnt
 class ComplexFloatFFT_Mixed
          Computes FFT's of complex, single precision data of arbitrary length n.
 

Methods in org.das2.math.fft.jnt that return ComplexFloatFFT
 ComplexFloatFFT ComplexFloatFFT.getInstance(int n)
          Creates an instance of a subclass of ComplexFloatFFT appropriate for data of n elements.