About this document
CORDIC Processor for Sine and Cosine by Darshan Kumar is a document available to read on EtoBox.
This document describes a CORDIC module that calculates sine and cosine values. It takes in starting x and y coordinates, a rotation angle, and iterates through width iterations to calculate the outputs. It stores a lookup table of atan values and at each iteration, adds or subtracts the shifted x and y coordinates and rotates the angle based on its sign, in order to iteratively rotate the starting point to the final sine and cosine values.
- Author
- Darshan Kumar
- Language
- EN