FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6343 Discussions

CORDIC rotator angle input units

KCMurphy
New Contributor II
348 Views

The documentation does not state what the input angle units are. 

From the IP GUI, it looks like they might be radians, even though 1.0000 = 2pi radians (or the signed equivalent) is a much better way to do a CORDIC, allowing a quick bit test for quadrant on angle inputs, and quick truncation of excess turns on arctan.

Are the units actually radians, where 3243F (b16) is 180 degrees?

0 Kudos
2 Replies
SyafieqS
Moderator
283 Views

Kevin,


Can you show me a snapshot might be good, are you referring to?


0 Kudos
KCMurphy
New Contributor II
157 Views

When I find time, I will post something in detail.  But one thing that the Altera design misses:  One of the primary reasons people use a CORDIC is to get rid of the terribly difficult number "pi".  Particularly in binary logic.  It is actually not part of a CORDIC calculation unless someone makes it so.

 

A very clear description of CORDIC can be found here:  http://dspguru.com/dsp/faqs/cordic/

0 Kudos
Reply