Uses of Class
math.fourierTransforms.interleaved.ComplexFloatFFT

Packages that use ComplexFloatFFT
math.fourierTransforms.interleaved   
 

Uses of ComplexFloatFFT in math.fourierTransforms.interleaved
 

Subclasses of ComplexFloatFFT in math.fourierTransforms.interleaved
 class ComplexFloatFFT_Mixed
          Computes FFT's of complex, single precision data of arbitrary length n.
 class ComplexFloatFFT_Radix2
          Computes FFT's of complex, single precision data where n is an integer power of 2.
 

Methods in math.fourierTransforms.interleaved that return ComplexFloatFFT
 ComplexFloatFFT ComplexFloatFFT.getInstance(int n)
          Creates an instance of a subclass of ComplexFloatFFT appropriate for data of n elements.