Commit c51d2c10 authored by Nathan Pittet's avatar Nathan Pittet

fixing cordic doc

parent d23d6256
......@@ -31,7 +31,7 @@
-- - -FS < z < +FS
-- outputs :
-- - x_o = K*FS*(x*cos(z)-y*sin(z)) (-FS <= x_o <= +FS)
-- - y_o = K*FS*(y*cos(z)+y*sin(z)) (-FS <= x_o <= +FS)
-- - y_o = K*FS*(y*cos(z)+z*sin(z)) (-FS <= x_o <= +FS)
-- - z_o = 0
--
-- vector / circular
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment