Forum Discussion
Altera_Forum
Honored Contributor
9 years agoDoes Altera Quartus II contain an IP to calculate complex number magnitude?
I have fixed point complex numbers with 16 bit each for the real and imaginary parts, I shall be used Q2.14 format for each. Although I have found ALTMULT_COMPLEX which can multiply complex numbers a...
Altera_Forum
Honored Contributor
9 years agoI haven't heard of one so I think you'll need to perform the two multiplies and sqrt() manually in your implementation.