Polar to Rectangular conversion

A

Alexander Weddell

Guest
Hi,

I'm currently working on a university project where I am implementing a form
of amplifier on an FPGA.

Basically I've got to the stage where I need to convert a stream of values
from magnitude-angle form to real-complex. I've been doing a bit of research
and have discovered the CORDIC algorithm. However, it seems that I need to
use a rather large look-up table in order to implement it with any accuracy.

I'd be interested to hear if anyone has experience of implementation of
this, or any other algorithm, for this purpose. Does anyone know an
alternative efficient way to convert from polar to rectangular?


Kind regards,
Alex.
 
Have you checked the Ray Andraka's website?
http://www.andraka.com/files/crdcsrvy.pdf

/Mikhail


"Alexander Weddell" <asw101@soton.ac.uk> wrote in message
news:bq7a8u$6p5$1@aspen.sucs.soton.ac.uk...
Hi,

I'm currently working on a university project where I am implementing a
form
of amplifier on an FPGA.

Basically I've got to the stage where I need to convert a stream of values
from magnitude-angle form to real-complex. I've been doing a bit of
research
and have discovered the CORDIC algorithm. However, it seems that I need to
use a rather large look-up table in order to implement it with any
accuracy.

I'd be interested to hear if anyone has experience of implementation of
this, or any other algorithm, for this purpose. Does anyone know an
alternative efficient way to convert from polar to rectangular?


Kind regards,
Alex.
 

Welcome to EDABoard.com

Sponsor

Back
Top