Package org.das2.math.fft.jnt

This is the NIST FFT package, modified to use the ComplexArray interface.

See:
          Description

Class Summary
ComplexDoubleFFT Abstract Class representing FFT's of complex, double precision data.
ComplexDoubleFFT_Mixed Computes FFT's of complex, double precision data of arbitrary length n.
ComplexFloatFFT Abstract Class representing FFT's of complex, single precision data.
ComplexFloatFFT_Mixed Computes FFT's of complex, single precision data of arbitrary length n.
Factorize Supplies static methods for factoring integers needed by various FFT classes.
RealDoubleFFT Abstract Class representing FFT's of real, double precision data.
RealDoubleFFT_Even Computes FFT's of real, double precision data when n is even, by computing complex FFT.
Refactory  
 

Package org.das2.math.fft.jnt Description

This is the NIST FFT package, modified to use the ComplexArray interface. Refactory is the java code that was used to transform the code.