See: Description
Interface | Description |
---|---|
ComplexArray.Double |
ComplexArray that is accessed by doubles
|
ComplexArray.Float |
A complex array that is accessed by floats
|
Class | Description |
---|---|
ComplexArray |
Interface for passing complex arrays to and from FFT routines.
|
ComplexArray.ComplexArrayDoubleDouble |
Implements ComplexArray that is backed by two float arrays.
|
ComplexArray.ComplexArrayFloatFloat |
Implements ComplexArray that is backed by two float arrays.
|
FFTUtil | |
GeneralFFT |
Provides forward and reverse FFT methods for any number of elements.
|
WaveformToSpectrum |