This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I want to do some sin and cos calculation, speed matters very much
Q: what is the fastest way for doing this kind of calculation?
Thanks
Hi,
You can make use of FPUfastRTS library available as part of C2000Ware to get optimal computation of trigonometric routines on F2806x.
If my reply answers your question please click on "This resolved my issue" button located at the bottom of my post.
Regards
Himanshu
Thanks for your reply
But I don't know how, I need some examples and sample projects
As Himanshu said, you can find these (sin_f32 and cos_f32) in the FPUFastRTS library area, located here
C2000Ware_3_01_00_00\libraries\math\FPUfastRTS\c28\examples
Thanks,
Sira