CreateFFTTable

Advanced Analysis Library Only

PFFTTable CreateFFTTable (int sizeOfTheFFT);

Purpose

Creates a reusable FFT table. You must call DestroyFFTTable to free the table this function creates when the table is no longer needed.

Parameters

Input
Name Type Description
sizeOfTheFFT integer The FFT size.

Return Value

Name Type Description
fftTable PFFTTable The pointer to the created table.