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

CORDIC rotator angle input units

KCMurphy
New Contributor I
775 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
Employee
710 Views

Kevin,


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


0 Kudos
KCMurphy
New Contributor I
584 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