#include <FFT/FFT.h>
Static Public Member Functions | |
static unsigned int | NearestPowerOfTwo (unsigned int count) |
Get nearest value of power of two LOWER than N or same to N. | |
static void | Transform (float *pRealIn, float *pRealOut, float *pImagOut) |
static void | SetWindowType (AnsiString asName) |
static void | SetSamplesCount (int samples) |