Provides forward and reverse FFT methods for any number of elements. The FFTs are implemented using a modified version of the jnt.FFT package from NIST. This version operates on ComplexArray objects that may be backed by das2 data sets avoiding unnecessary copies.
Initialize the FFT object by constructing wave tables that can be repeatly used.
perform the inverse transform on the array in situ.
creates an FFT object that operates on a ComplexArray.Double of n elements.
creates an FFT object that operates on a ComplexArray.Float of n elements.
return the number of points in the fft.
perform the forward transform on the array in situ.