Annotation Pro API
|
Lomont3FFT, which re-derives the algorithm indices to avoid all the multiplies by two. This and the next version were the best performing. More...
Public Member Functions | |
override void | FFT (double[] data, bool forward) |
Compute the forward or inverse FFT of data, which is complex valued items, stored in alternating real and imaginary real numbers. The length must be a power of 2. More... | |
![]() | |
virtual void | Initialize (int size) |
For static initialization for a given size, call this More... | |
virtual void | RealFFT (double[] data, bool forward) |
Perform a FFT on real data, returning half the (symmetric) complex transform as (real,imaginary) interleaved pairs More... | |
Lomont3FFT, which re-derives the algorithm indices to avoid all the multiplies by two. This and the next version were the best performing.
|
inlinevirtual |
Compute the forward or inverse FFT of data, which is complex valued items, stored in alternating real and imaginary real numbers. The length must be a power of 2.
data | |
forward |
Implements LomontFFTBase.