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.

DSPLIB库FFT函数咨询

Other Parts Discussed in Thread: TMS320C6657

项目使用DSP的型号为:TMS320C6657

在使用DSPLIB库中的FFT的时候 

void  DSPF_dp_fftDPxDP (int N, double *ptr_x, double *ptr_w, double *ptr_y, int n_min, int offset, int n_max)

限制条件    8 <= N <= 131072

  问题一   这个最大数据量  131072 是由什么决定?
  问题二   我们的数据量是200万,当数据量超过131072的时候如何处理?