This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320C6748: FFT function

Part Number: TMS320C6748
Other Parts Discussed in Thread: FFTLIB

Hi,

I use TI DSPF_sp_fftSPxSP function,why maximum value of the parameter N is 131072?

void DSPF_sp_fftSPxSP (int N, float *ptr_x, float *ptr_w, float *ptr_y, unsigned char *brev, int n_min, int offset, int n_max) 

--------------------------------------------------------------------------------

Function Documentation
void DSPF_sp_fftSPxSP ( int N, 
float * ptr_x, 
float * ptr_w, 
float * ptr_y, 
unsigned char * brev, 
int n_min, 
int offset, 
int n_max