Advanced Analysis Library Only
PFFTTable CreateFFTTable (int sizeOfTheFFT);
Creates a reusable FFT table. You must call DestroyFFTTable to free the table this function creates when the table is no longer needed.
Input | ||
Name | Type | Description |
sizeOfTheFFT | integer | The FFT size. |
Name | Type | Description |
fftTable | PFFTTable | The pointer to the created table. |