cordic for inverse trigonometry

Status
Not open for further replies.

reshmacv76

Newbie level 3
Joined
Sep 6, 2016
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
23
Is it possible to find the inverse trigonometric functions using cordic algorithm?
 

CALCULATION OF INVERSE TRIGONOMETRIC FUNCTION tan-inverse(a/b) can be done.
 
CALCULATION OF INVERSE TRIGONOMETRIC FUNCTION tan-inverse(a/b) can be done.
What's ur opinion about implementing squareroot function using cordic algorithm? Can you provide any helpful document for familiarising this algorithm?
 

hi,
What's ur opinion about implementing squareroot function using cordic algorithm? Can you provide any helpful document for familiarising this algorithm?

you can use CORDIC Hyperbolic algorithm to find square root.The input, X_IN are always positive and are both must be expressed as either unsigned fractions or unsigned integers.You need to do a pre-process of mapping an input value into the appropriate range. you can find the square root of integer numbers as well as fractional numbers. in hyperbolic function few iterations should be repeated (k=4, 13, ... 3k+1) to get the required accuracy and there is not much difference than trigonometric function.
you can find out a lot of documents regarding this , because its came out in 1959 & improved in 1970s !!!

then i will suggest, if you will be able use iteration method(like restoring algorithm) to implement square root. that will be easy, because understanding CORDIC is not that easy compared to iteration method. but its also not difficult (my opinion )

regards
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…