Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIn that case you already know what to do: A = sqrt(Re^2 + Im^2).
sqrt is a bit demanding in fpga but there are ips. You may just use A^2 then convert it in software.In that case you already know what to do: A = sqrt(Re^2 + Im^2).
sqrt is a bit demanding in fpga but there are ips. You may just use A^2 then convert it in software.