搜索资源列表
CORDIC
- cordic算法,包含所有的CORDIC的算法,与发表过的论文,与实现方案
CORDIC算法快速求反正切
- CORDIC算法快速求反正切,迭代10次输出弧度误差<|0.002|,迭代15次输出弧度误差<|0.0001|,对电机矢量算法计算速度要求高非常有用;myarctan_cordic1.c输入输出为float,myarctan_cordic3.c输入输出为int,pdf文件为CORDIC算法原理。-CORDIC algorithm quickly find tangent, curvature of the output error iteration 10 < | 0.002
dynamic_co-operation_cordic_fpga
- 一篇关于使用cordic实现动态配置以提高FPGA的整体性能的高效算法具体详解,很实用哦-On the use of CORDIC realization of a dynamic configuration to improve the overall performance of FPGA-specific high-performance algorithms explain, it is practical Oh
cordic
- cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root a
cordic_implementation
- 这个包里面包含了对Cordic算法的基本函数实现。通过Dformat类来控制系统的数据格式,并为Cordic算法类提供辅助。Cordic类为基本函数的计算提供接口。并把仿真所得的数据导入Matlab中进行验证。验证结果用html的形式输出。-It s am implementation of CORDIC in C++ language.Class Dformat defines the data format used in the algorithm,and class Cordic pro
cordic
- the cordic document
CORDIC
- A digital sinusoid synthesis based on the postscaled cordic
DDSF
- A direct digital frequency synthesizer based on cordic algorithm implemtnted with FPGA
coordinate_cordic
- cordic算法的Verilog实现(其他地方找的)-cordic
atan_cordic
- 基于CORDIC算法计算反正切函数。输入横坐标纵坐标及迭代次数,输出角度及弧度值;附CORDIC英文文档说明-atan function based in CORDIC algorithm
cordic
- cordic,利用迭代的方法,计算三角函数,以及复数的辅角和模,-cordic, the use of iterative method in calculating the trigonometric functions, as well as the plural of auxiliary egos and mold,
Cordic
- 用verilog写的Cordic运算模块,迭代次数为16次。-Cordic Module Writing With Verilog。
cordic_atan
- 用verilog语言实现计算反正切函数,在软件无线电中解调PM/FM中使用的尤为频繁。上传的压缩包是modelsim工程,基于6.5c,里边包含一个完整的PM波产生以及解调过程的matlab文件仿真,并取其中间的I和Q支路做为verilog文件的输入,并将其借条输出与MATLAB实际解调输出作比较。 鉴相器的设计基于CORDIC算法,其精度取决于迭代的深度。由于工程实际运用只需要解调出atan值,并不需要绝对的值,所以并没有给予加权,需要的同学可以自己加上。-Calculated usin
CORDIC
- 上传一篇很经典的利用cordic算法实现三角函数的方法的文章,多多分享-From a classic algorithm using trigonometric methods cordic article, greater sharing of
CORDIC-example-code
- CORDIC Actel example VHDL code
cordic
- cordic算法的matlab实现,包含除法,sin,cos,sinh,cosh等-cordic algorithm matlab realize, including the division, sin, cos, sinh, cosh, etc.
cordic
- this file is about cordic commmalgorithm in telecomm,
cordic
- 利用matlab和cordic算法计算正弦值,有完整的实现过程(matlab cordic code that was proven)
cordic
- 基于Verilog HDL语言,用cordic算法的旋转模式实现三角函数和反三角函数的计算(Calculation of trigonometric function and anti trigonometric function by rotation mode of CORDIC algorithm)
cordic
- cordic,matlab,sin,cos,atan,sqrt