Decide which fft method to use and carry out new fft function. More...
#include <Functions.h>
Static Public Member Functions | |
static bool | ar_1d_ft (int PTS, Real *X, Real *Y) |
static bool | CanFactor (int PTS) |
Static Public Attributes | |
static bool | OnlyOldFFT |
Decide which fft method to use and carry out new fft function.
Definition at line 287 of file Functions.h.
static bool FFT_Controller::ar_1d_ft | ( | int | PTS, |
Real * | X, | ||
Real * | Y | ||
) | [static] |
static bool FFT_Controller::CanFactor | ( | int | PTS | ) | [static] |
bool FFT_Controller::OnlyOldFFT [static] |
Definition at line 290 of file Functions.h.