This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Harmonic computation

I am using arm_rfft_fast_f32 function to compute harmonics on an input signal. The output is a complex value.

I can use arm_cmplx_mag_F32 to compute the magnitudes of the harmonics.

Is there any function to compute the phase angles from the complex output?

Thank you.