cancel
Showing results for 
Search instead for 
Did you mean: 

arctangent of y/x using fixed-point 16-bit values in stm32

Bert
Associate

i am looking for the equivalent function  of

extern frac16_t GFLIB_Atan_F16_FAsm(frac16_t f16Val, const GFLIB_ATAN_T_F32 *psParam); 

from nxp mlib.h in a stm32 library

1 ACCEPTED SOLUTION

Accepted Solutions
mbarg.1
Associate III

CORDIC is the ubiquitous solution to this type of problems - you can use in hw or sw - AN5325

View solution in original post

1 REPLY 1
mbarg.1
Associate III

CORDIC is the ubiquitous solution to this type of problems - you can use in hw or sw - AN5325