Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
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.