Help me with my algorithm for getting SQRT

Status
Not open for further replies.

vaf20

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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…