Resolved! CORDIC for phase(atan2) not much faster than math.h atan2
I have two functions to calculate the phase via DFT. In both functions, real and imaginary parts are first calculated, and then the phase is determined using different methods.The first function employs the standard atan2f function from the math.h to...