管理员 在 2007-08-15 17:47:04 上传
说明: 该程序主要完成了cordic算法的内部结构的实现,可以促成三角函数发生器
开发平台:Visual C++ | 大小:2KB | 下载25次
xlyu 在 2007-07-30 11:41:05 上传
说明:一篇关于CORDIC的文章A survey of CORDIC algorithms for FPGA based computers
开发平台:Others | 大小:115KB | 下载64次
nandgate 在 2007-07-17 23:03:07 上传
说明:CORDIC算法的VHDL实现 对于采用VLSI实现图象处理技术的算法中有很大的帮助
开发平台:Others | 大小:91KB | 下载42次
wtl52244 在 2007-07-07 13:13:28 上传
说明:cordic算法的vhdl实现,内附有文档说明
开发平台:Others | 大小:206KB | 下载110次
yangguang_006 在 2007-07-06 14:53:37 上传
说明:直接数字式频率合成器(DDS)设计实验(电子设计竞赛赛题) 其它详细资料说明请参考 http://www.kx-soc.com
开发平台:matlab | 大小:41KB | 下载117次
ted-ious 在 2007-06-25 13:39:58 上传
说明:CORDIC (Coordinate Rotation Digital Computer) is a method for computing elementary functions using minimal hardware such as shifts, adds/subs and compares. CORDIC works by rotating the coordinate system through constant angles until the angle is reduces to zero. The angle offsets are selected such that the operations on X and Y are only shifts and adds.
开发平台:Others | 大小:95KB | 下载63次
hjn1985 在 2007-05-26 13:58:32 上传
说明:Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, cosine, magnitude, and phase using an iterative process. It is made up of a series of micro-rotations of the vector by a set of predetermined constants, which are powers of two. Using binary arithmetic, this algorithm essentially replaces multipliers with shift and add operations. In a Stratix™ device, it is possible to calculate some of these arithmetic functions directly, without having to implement the CORDIC algorithm.
开发平台:Others | 大小:12KB | 下载49次
hjn1985 在 2007-05-26 13:54:24 上传
说明:Cordic算法的另一种C++实现,只是一个样本,可以用TubroC,等来查看
开发平台:Visual C++ | 大小:9KB | 下载23次
stephen100 在 2007-05-22 16:23:25 上传
说明:cordic算法的vhdl实现,是用来实现极坐标同直角坐标之间变换。
开发平台:Others | 大小:115KB | 下载52次
lianxue567 在 2007-05-07 09:08:15 上传
说明:实现cordic算法,输入数据为16位,为提高精度,输出为20位。
开发平台:Others | 大小:6KB | 下载118次
eemh 在 2007-04-21 11:26:11 上传
说明:cordic算法的详细介绍,方便大家使用和研究
开发平台:PPT | 大小:120KB | 下载263次
eemh 在 2007-04-21 11:00:13 上传
说明:cordic程序的VHDL程序源码及说明,有详细的说明,程序有注释
开发平台:Others | 大小:91KB | 下载171次
cloudflyin 在 2007-04-13 11:27:51 上传
说明:FPGA可实现的,使用cordic算法的NCO模块混频模块。该模块基于cordic原理,算法中只需要加法和移位运算既可以完成信号的混频功能
开发平台:matlab | 大小:1KB | 下载143次
qjyong 在 2006-12-26 16:51:28 上传
说明:cordic算法的C平台仿真,适用于三角函数、极坐标、双曲线等超越函数的硬件实现。
开发平台:Visual C++ | 大小:4KB | 下载81次
管理员 在 2006-12-26 14:47:41 上传
说明:cordic C语言实现源代码,可计算sin cos。
开发平台:C/C++ | 大小:3KB | 下载168次
654049 在 2006-12-19 15:19:07 上传
说明:采用按时间抽选的基4原位算法和坐标旋转数字式计算机(CORDIC)算法实现了一个FFT实时谱分析系统。整个设计采用流水线工作方式,保证了系统的速度,避免了瓶劲的出现;整个系统采用FPGA实现,实验表明,该系统既有DSP器件实现的灵活性又有专用FFT芯片实现的高速数据吞吐能力,可以广泛地应用于数字信号处理的各个领域。
开发平台:Others | 大小:381KB | 下载93次
phdc 在 2006-11-02 13:59:54 上传
说明:用于实现sin,cos三角函数计数的VHDL程序代码
开发平台:Others | 大小:2KB | 下载389次
zbzhangliang 在 2006-10-19 15:41:15 上传
说明:利用cordic实现三角函数的计算,用vhdl实现
开发平台:Others | 大小:3KB | 下载124次
zbzhangliang 在 2006-10-19 15:39:15 上传
说明:利用cordic实现直角坐标与极坐标的转换,用vhdl实现
开发平台:Others | 大小:6KB | 下载64次
zbzhangliang 在 2006-10-19 15:29:48 上传
说明:讲述了cordic的一般原理,用c来实现,可以易于dsp的实现
开发平台:C/C++ | 大小:15KB | 下载52次
hxw0713 在 2006-10-10 22:12:38 上传
说明:coridic的VHDL愿程序已经在AITIVEHDL中仿真通过
开发平台:VBScript | 大小:4KB | 下载28次
slam 在 2006-08-28 10:17:47 上传
说明:用CORDIC算法实现的2参数反正切。结果的精度与CORDIC的迭代次数有关,迭代次数越多,精度越高。本例子中精确到小数点后4位。要提高迭代次数,还得把增加1QN格式的位数,比如32位long,程序多处需要修改,有需要的话自己改吧。
开发平台:C/C++ | 大小:2KB | 下载146次
wuzemin 在 2006-07-27 08:58:32 上传
说明:cordic算法广泛使用,参考一下它的代码
开发平台:C/C++ | 大小:381KB | 下载65次
动力男人 在 2006-07-19 11:36:22 上传
说明:CORDIC算法的硬件实现 用的verilog语言
开发平台:Unix_Linux | 大小:216KB | 下载364次
R.S.Tornado 在 2006-07-10 23:19:21 上传
说明:这个sin(x)比上次那个好,也是库函数的实现.
开发平台:Visual C++ | 大小:95KB | 下载13次
hgdding 在 2006-06-27 19:18:30 上传
说明:verilog数字系统设计教程 所有例题的源程
开发平台:Visual C++ | 大小:541KB | 下载159次
Sophist 在 2006-06-02 20:25:50 上传
说明:这是一个数值计算算法在FPGA中实现的东东。包括CORDIC算法的详细资料还有float型数的详细论述,可供参考。
开发平台:MultiPlatform | 大小:2910KB | 下载261次
ydx339 在 2006-04-28 11:27:45 上传
说明:这是实现cordic算法的一些源程序,各文件的说明可以参见文件内部注释。
开发平台:MultiPlatform | 大小:28KB | 下载80次
direction_829 在 2006-01-03 15:19:53 上传
说明:采用按时间抽选的基4原位算法和坐标旋转数字式计算机(CORDIC)算法实现了一个FFT实时谱分析系统。
开发平台:MultiPlatform | 大小:2KB | 下载150次
diskmps 在 2005-08-26 12:32:58 上传
说明:用verilog写的CORDIC算法实现,很适合做超越函数的运算。通常用于实现正弦乘法,或者坐标变换。
开发平台:MultiPlatform | 大小:4KB | 下载332次