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.