We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.