KCMurphy
Occasional Contributor
4 years agoCORDIC rotator angle input units
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?