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.

用DSPlib中的rfft()计算幅频值问题



基于DSP跑代码中用到了rfft(),只是把rfft()算出来的值,根据其存储方式,把复数变成了幅值,
做了下它的幅频图;得到的结果和在没有进行rfft()时用ccs上的view->FFT maglitude结果完全不一样;