Question: Find out how to implement a CORDIC processor . Note that you will be working with the simplest type of CORDIC processor, a rotation machine,
Find out how to implement a CORDIC processor. Note that you will be working with the simplest type of CORDIC processor, a rotation machine, and will use it to calculate the sines and cosines of argument angles.
Write a program in C, C++ or any other language of your choice, that implements 2.16 fixed-point CORDIC. Use this program to analyse the accuracy of the implementation. In particular, how many fractional bits of the result can you depend on as accurate? How many iterations of the main CORDIC loop are needed to achieve this accuracy? Use the results of your program to justify your claims
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
