Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/25/02 04:56
Read: times


 
#31385 - RE: Trig functions....CORDIC?
Hi Oren,
I once read about something called CORDIC (Co-Ordinate Rotation DIgital Computing)... its a method of calculating trig functions through simple shift and add/subtract operations and I think a look-up table is involved. You could look it up and see if it is usable on '51.

The other way is to use a look-up table straight out... but it could get a little memory intensive

But CORDIC looks pretty impressive, besides trig functions it may even be applicable to multi-byte math and complex math. In fact I think Peter's method looks a lot like a CORDIC algorithm!

Check out this link:
http://www.chipcenter.com/circuitce...00rp48.htm

There's also a CORDIC FAQ at dspguru.com
http://www.dspguru.com/info/faqs/cordic.htm

kundi

List of 7 messages in thread
TopicAuthorDate
long number arithmetics            01/01/70 00:00      
RE: long number arithmetics            01/01/70 00:00      
RE: long number arithmetics            01/01/70 00:00      
RE: Boolean number?            01/01/70 00:00      
RE: Floating Point: Peter            01/01/70 00:00      
RE: Trig functions....CORDIC?            01/01/70 00:00      
RE: Floating Point: Peter            01/01/70 00:00      

Back to Subject List