COordinate Rotation DIgital Computer算法
坐标旋转数字计算法,由J.D.Volder1于1959年首次提出,主要用于三角函数、双曲线、指数、对数的计算。
该算法通过基本的加和移位运算代替乘法运算,使得矢量的旋转和定向的计算不再需要三角函数、乘法、开方、反三角、指数等函数。
【来自百度百科:http://baike.baidu.com/view/1800964.htm】
CORDIC (for COordinate Rotation DIgital Computer), also known as the digit-by-digit method andVolder's algorithm, is a simple and efficient algorithm to calculate hyperbolic and trigonometric functions. It is commonly used when no hardware multiplier is available (e.g. in simplemicrocontrollers and FPGAs) as the only operations it requires are addition, subtraction, bitshiftand table lookup.
【来自英文wiki:https://en.wikipedia.org/wiki/CORDIC 】
坐标旋转数字计算法,由J.D.Volder1于1959年首次提出,主要用于三角函数、双曲线、指数、对数的计算。
该算法通过基本的加和移位运算代替乘法运算,使得矢量的旋转和定向的计算不再需要三角函数、乘法、开方、反三角、指数等函数。
【来自百度百科:http://baike.baidu.com/view/1800964.htm】
CORDIC (for COordinate Rotation DIgital Computer), also known as the digit-by-digit method andVolder's algorithm, is a simple and efficient algorithm to calculate hyperbolic and trigonometric functions. It is commonly used when no hardware multiplier is available (e.g. in simplemicrocontrollers and FPGAs) as the only operations it requires are addition, subtraction, bitshiftand table lookup.
【来自英文wiki:https://en.wikipedia.org/wiki/CORDIC 】