项目使用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的时候如何处理?
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.
项目使用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