- Notifications
You must be signed in to change notification settings - Fork1
Algorithm graph cordic made in Octave.
License
argorar/CORDIC-Graph
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
CORDIC (for Cordinate Rotation Digital Computer),also known as Volder's algorithm, is a simple and efficient algorithm to calculate hyperbolic and trigonometric functions, typically converging with one digit (or bit) per iteration. It is therefore also a prominent example of digit-by-digit algorithms. CORDIC and closely related methods known as pseudo-multiplication and pseudo-division or factor combining are commonly used when no hardware multiplier is available (e.g. in simple microcontrollers and FPGAs), as the only operations it requires are addition, subtraction, bitshift and table lookup. See morehere
Based on the frequency and amplitude graphic the trigonometric functions sine and cosine.
To execute the algorithm run test.m in Octave.
About
Algorithm graph cordic made in Octave.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.

