Trigonometric functions

OP (Company: xlue) #4108446
Rate this post
useful
not useful
Hello all,

I want to implement some trigonometric functions such as sinus, cosinus, 
tan and arctan. So my question is what's be best way to do that?
I can't find a concrete example of how this kind of function. Can you 
give me please some links or samples to start?
Thanks for any help.
Best regards
Guest #4111499
Rate this post
useful
not useful
the best way to solve this depends on the accuracy you want to achieve.
You cant just implement a LUT for every function without extra RAM/ROM.
If i would be you, i would use CORDIC. But be careful, for arcsin such 
as arcos you will need double rotation CORDIC because. A recommend 
andrakas "A survey of Cordic" for better understanding of CORDIC

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now