8000 How was arctan table created? · Issue #1 · cebarnes/cordic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

How was arctan table created? #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tpvt99 opened this issue Jan 31, 2018 · 1 comment
Open

How was arctan table created? #1

tpvt99 opened this issue Jan 31, 2018 · 1 comment

Comments

@tpvt99
Copy link
tpvt99 commented Jan 31, 2018

I just don't understand how the table was created.
In case of arc_table[01], you commented that 26.565 degrees -> atan(2^-1).
So the binary is the floating 32 single (sign/exponent/mantisa) of 26.565 or atan(2^-1)?

Thank you

@samriddhbhalla
Copy link
samriddhbhalla commented May 23, 2019

y=atan(x)/(2 * 4 * atan(1)) *(2^32);
this is normalisation of the range [-pi , pi ) to [0,1) * 2^32 represented in binary

atan (1)*4 = pi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0