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.

rfft计算相位问题

Expert 1250 points

芯片用的是28062,现在用RFFT

RFFT_f32_mag(&rfft);
RFFT_f32_phase(&rfft);

计算幅值是正确的,但是计算相位不正确,请问问题出在哪儿