Re: A89: sine and cosine
[Prev][Next][Index][Thread]
Re: A89: sine and cosine
> from what i was able to gather about the CORDIC algorithm, i would need a
> lookup table for arctan values. i think it would be jumping through one less
> hoop just to make a table for cos values. if i am wrong, please correct me.
Yes, the CORDIC has a lookup table. However, an N-bit CORDIC needs a
lookup table with N entries, unlike a direct lookup table of 2^N entries.
With 16-bit precision, the 32 byte lookup needed for the CORDIC is
significantly less than the 128K needed for a direct lookup, IMHO ...
Regards,
Zoltan
References: