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.

关于c66XX中dsp库函数中DSPF_sp_fftSPxSP_cn函数的的数据结果有问题

我调用DSPF_sp_fftSPxSP_cn (int N, float *ptr_x, float *ptr_w, float *ptr_y,unsigned char *brev, int n_min, int offset, int n_max)函数进行复数的FFT计算,在输入数据时我是实部虚部交替存放,结果算出来的数据与matlab调用的fft函数出来的结果不一致,是什么原因了?是不是后面还要对数据进行处理?输入数据和输出数据我就是直接建立了ptr_x[128],ptr_y[128]两个数组。