| 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) |
文档中说N needs to be power of 2 ,如果N不是2的次幂,比如26时,应该怎么办。
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.
| 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) |
文档中说N needs to be power of 2 ,如果N不是2的次幂,比如26时,应该怎么办。