Forum Discussion
Altera_Forum
Honored Contributor
8 years agoWouldn't it make more sense to use a simpler unit for angular phase?
There's also a cool discussion explaining how a cordic works, here (http://zipcpu.com/dsp/2017/08/30/cordic.html). Sample code is posted on github (https://github.com/zipcpu/cordic/blob/master/rtl/cordic.v), so you can see what it does an how it works. Dan