Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
Use a look up table, or CORDIC
- Altera_Forum
Honored Contributor
If you have ample resources available (if area is not your top concern right now), you can also use ALTFP_SINCOS and ALTFP_LOG megafunctions.
- Altera_Forum
Honored Contributor
Well, use CORDIC to calculate cos() is straight forward. But what is the procedure to do log2(3) in CORDIC?