$search
Decide which fft method to use and carry out new fft function. More...
#include <newmatap.h>
|
| |
| static bool | OnlyOldFFT |
| static bool | ar_1d_ft (int PTS, Real *X, Real *Y) |
| static bool | CanFactor (int PTS) |
Decide which fft method to use and carry out new fft function.
Definition at line 142 of file newmatap.h.
| bool FFT_Controller::ar_1d_ft | ( | int | PTS, | |
| Real * | X, | |||
| Real * | Y | |||
| ) | [static] |
Definition at line 150 of file newfft.cpp.
| bool FFT_Controller::CanFactor | ( | int | PTS | ) | [static] |
Definition at line 992 of file newfft.cpp.
bool FFT_Controller::OnlyOldFFT [static] |
Definition at line 145 of file newmatap.h.