文件名称:CORDIC
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
在Matlab中实现了Cordic快速算法,并实现了sin(x), cos(x), atan(y/x), sqrt(x^2+y^2)等函数的快速计算,并附加了误差分析的结果图,代码清晰简洁,对Cordic算法的迭代次数确定,有一定的指导意义-Cordic implemented in Matlab fast algorithm, and realized sin (x), quickly calculate cos (x), atan (y/x), sqrt (x ^ 2+y ^ 2) and other functions, and attach the results of the error analysis Figure, clear concise code, Cordic algorithm for determining the number of iterations, there are certain guiding significance
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CORDIC\atan(x) 16次迭代 误差.png
......\atan(x) 32次迭代 误差.png
......\atan(x) 64次迭代 误差.png
......\cordic_atan(x) wave.png
......\cordic_sin(x) wave.png
......\Matlab
......\......\cordic.m
......\......\cordic_atan2.m
......\......\cordic_cos.m
......\......\cordic_sin.m
......\......\cordic_sqrt2.m
......\sin(x) 16次迭代 误差.png
......\sin(x) 32次迭代 误差.png
......\sin(x) 8次迭代 误差.png