Uses of Package
org.das2.math.fft

Packages that use org.das2.math.fft
org.das2.math.fft Classes for performing generalized FFT transformations. 
org.das2.math.fft.jnt This is the NIST FFT package, modified to use the ComplexArray interface. 
 

Classes in org.das2.math.fft used by org.das2.math.fft
ComplexArray.Double
          ComplexArray that is accessed by doubles
ComplexArray.Float
          A complex array that is accessed by floats
GeneralFFT
          Provides forward and reverse FFT methods for any number of elements.
 

Classes in org.das2.math.fft used by org.das2.math.fft.jnt
ComplexArray.Double
          ComplexArray that is accessed by doubles
ComplexArray.Float
          A complex array that is accessed by floats