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.

TMS320F28335: FFT库使用问题,幅值输出数组如何分析?

Part Number: TMS320F28335


在使用28335 的RFFT例程时有个疑惑希望得到解答, 通过RFFT_f32_mag(&rfft);函数计算谐波幅值后的输出数组RFFTmagBuff中数组的下标表示的是什么?比如RFFTmagBuff[0]数组第一位代表直流分量?RFFTmagBuff[1]数组第二位代表基波?RFFTmagBuff[2]数组第三位代表二次谐波?不知道是这样理解吗?

比如下图是我RFFTmagBuff输出绘制的波形,请问该如何解读呢?