Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help me with my algorithm for getting SQRT

Status
Not open for further replies.

vaf20

Full Member level 3
Full Member level 3
Joined
Jan 27, 2003
Messages
174
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
1,479
SQRT

hi
i have a block with two 8 bit inputs(I , Q) and SQRT(I*I+Q*Q) in out put which i used cordic algorithm to implement SQRT.but i think there should be better algorithm to get SQRT.
any comment?
tnx in advance
 

SQRT

Most of these algorithms are recursive. You can try Newton-Raphson root finding algorithm. It is the simplest one. Use Google to find details.

Ace-X.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top