Forum Discussion
Altera_Forum
Honored Contributor
11 years agoComputing Argument of a Complex Number
Hi, I have a complex input, both I & Q are 16 bit wide signed integers, and I want to compute its argument. I have read several solutions, CORDIC, LUT based ATAN, and Altera ATAN function. The...
Altera_Forum
Honored Contributor
11 years agoPuts are always the quickest. The values can either be loaded from a file or computed in the hdl itself. It will have the lowest latency too. But depending on the accuracy requirements it can eat a lot of ram. Fixed point will always be better than floating because of its integer based arithmatic.