Class | Description |
---|---|
Factorize |
Supplies static methods for factoring integers needed by various FFT classes.
|
RealFloatFFT |
Abstract Class representing FFT's of real, single precision data.
|
RealFloatFFT_Radix2 |
Computes FFT's of real, single precision data where n is an integral power of 2.
|