- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Problem with CORDIC Translate
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-29-2012 04:40 AM
Hello,
I want to implement the translate function of CORDIC algorithm. I created a simple testbench with sinus and cosinus input signals and expected a (more-or-less) constant magnitude output.
I attached my simulation results and hope that somebody can give me a hint what i'm doing wrong.
Thx for your help
Benny
Solved! Go to Solution.
Re: Problem with CORDIC Translate
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-29-2012 04:42 AM
Sorry, forgot the result:
Re: Problem with CORDIC Translate
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-29-2012 04:29 PM
What is the meaing of chopping the signal by interrupting enable? Does the behavior stay the same when using const enable?
Did you use any time scaling / sampling or saturation for the ports?
Can you observe the same output which the wave window on FPGA signal level?
Re: Problem with CORDIC Translate
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-30-2012 03:38 AM
In the meantime I found out my problem: I forgot to set "coarse rotation", so only the first quadrant was considered.
Benny











