v_suma
Newbie level 4
- Joined
- Mar 18, 2013
- Messages
- 6
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,323
Hi,
I am interested in knowing how the absolute value of a complex number can be found using digital logic design.
I know that abs(x+iy) = sqrt(x^2 + y^2).
Is there any easy way to implement it in Verilog or VHDL?
I am interested in knowing how the absolute value of a complex number can be found using digital logic design.
I know that abs(x+iy) = sqrt(x^2 + y^2).
Is there any easy way to implement it in Verilog or VHDL?