Cordic algorithm description and C/Asm51 sourcecode examples
Cordic algorithm description and C/Asm51 sourcecode examples...
CORDIC(CoordinateRotationDigitalComputer)算法即坐标旋转数字计算方法,是J.D.Volder1于1959年首次提出,主要用于三角函数、双曲线、指数、对数的计算。该算法通过基本的加和移位运算代替乘法运算,使得矢量的旋转和定向的计算不再需要三角函数、乘法、开方、反...
Cordic algorithm description and C/Asm51 sourcecode examples...
A direct digital frequency synthesizer based on cordic algorithm implemtnted with FPGA...
介绍了CORDIC数字计算机的设计,采用的是verilogHDL,在modelsim上可以实现仿真验证,压缩包中包含CORDIC的工作结构图,比较详细...