Changes between Initial Version and Version 8 of Ticket #2109


Ignore:
Timestamp:
Sep 10, 2013, 12:46:25 PM (11 years ago)
Author:
Thanduel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2109

    • Property Summary Optimisation of Fixed Point atan2_approxOptimisation of Fixed Point Trigonometic Approximations
  • Ticket #2109 – Description

    initial v8  
    44
    55This should at least double the performance for a slightly smaller error (3.576deg vs 4.5deg) term or give slightly faster performance for a sub 0.5 deg error term.
     6
     7The algorithm currently used in the SIN and COS approximation is very accurate but very slow. I propose to improve this with a CORDIC algorithm as well.  For slightly worse accuracy the performance would be about double.