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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started