From: aley_i on
Hello
Can somebody please tell me how to compute the optimum number of iteration
for a given accuracy in a cordic algorithm and the relatioship between the
wordlength and the number of iterations.
Thanks

aley


From: Clay on
On Aug 5, 3:11 pm, "aley_i" <aley_i(a)n_o_s_p_a_m.hotmail.com> wrote:
> Hello
> Can somebody please tell me how to compute the optimum number of iteration
> for a given accuracy in a cordic algorithm and the relatioship between the
> wordlength and the number of iterations.
> Thanks
>
> aley

Typically, CORDIC methods, grind out 1 bit per iteration. How many
bits do you need?

Clay