Algorithms for calculating sine and cos with an input in degree. For now it only works for quadrant I. (This code is just for demonstration, not for implementation)
-
Updated
Apr 16, 2022 - Python
Algorithms for calculating sine and cos with an input in degree. For now it only works for quadrant I. (This code is just for demonstration, not for implementation)
My implementation of CORDIC algorithm in RISC-V assembly ๐งฎ๐ข โ a project for the Computer Architecture Lab at Warsaw University of Technology (WUT) ๐. This project showcases the CORDIC algorithm's implementation and its application in RISC-V assembly language. ๐ป๐
Add a description, image, and links to the cordic-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the cordic-algorithm topic, visit your repo's landing page and select "manage topics."