我真的没看明白 你看说明上叫我输入 #define N 64 /*Number of points*/ u32 x[N],y[N]; /* input and output arrays */ u16 real[N], imag[N]; /* real and imaginary arrays */ /* Fill the input array */ for(i=0; i<N; i++) x = (((u16)(real)) | ((u32)(imag<<16))); cr4_fft_64_stm32(y, x, N); /*computes the FFT of the x[N] samples*/ 我怎么知道实部 和虚部呢 还有输出的来是什么 也没个说明 这个到底是叫人怎么用啊 |