搜索资源列表
atan
- 自己写的cordic 的 64位计算反正切的程序,-cordic count atan program
cordic_atan
- CORDIC arctangent(atan) Simulink model. You can generate HDL from this model
atan_lut
- 基于改进的查找表的arctan计算模块,包含完整的VHDL源代码及部分注释.绝对原创!-Arctan calculation module based on improved searching form. The rar package contains complete VHDL source code and some notes. Absolutely original!
cordic
- vhdl语言编写的cordic算法,实现了cordic的流水线运算。-cordic language vhdl algorithm cordic the pipeline operator.
atan_cordic
- 基于CORDIC算法计算反正切函数。输入横坐标纵坐标及迭代次数,输出角度及弧度值;附CORDIC英文文档说明-atan function based in CORDIC algorithm
arctan_prog.ZIP
- 用Cordic算法实现的atan函数,可以在通信中完成解调的鉴相功能。-Cordic algorithm using the atan function can be completed in the communication phase demodulation functions.
cordic_sqrt_atan
- 利用cordic实现开方和atan运算的matlab源码。 本人原创,标准cordic算法。-calculate aquare root and atan by cordic. Matlab m language.
CORDIC-atan
- A program to calculate sun position(Declination and Right Ascension) in very accurate manner.
cordic_atan
- 用verilog语言实现计算反正切函数,在软件无线电中解调PM/FM中使用的尤为频繁。上传的压缩包是modelsim工程,基于6.5c,里边包含一个完整的PM波产生以及解调过程的matlab文件仿真,并取其中间的I和Q支路做为verilog文件的输入,并将其借条输出与MATLAB实际解调输出作比较。 鉴相器的设计基于CORDIC算法,其精度取决于迭代的深度。由于工程实际运用只需要解调出atan值,并不需要绝对的值,所以并没有给予加权,需要的同学可以自己加上。-Calculated usin
atan_cordic
- atan function using cordic
serial_fxptesto
- CORDIC arctangent(atan) Simulink model. You can generate HDL from this model
A-math-routine-to-calculate-the-atan(x-y)-using-C
- calculates the arctangent of the input values x and y (sometimes called atan2) by using a CORDIC (COordinate Rotation on a DIgital Computer) algorithm for 8051 microcontroller
CORDIC_ATAN
- 用CORDIC算法,通过角度旋转,实现ATAN,最后得到角度和幅度-CORDIC algorithm, by the angle of rotation, ATAN and finally get the angle and amplitude
atan
- fpga运用cordic算法计算atan.精确度较好。-fpga using cordic algorithm atan. precision is better.
119128662CORDIC_ATAN
- cordic算法实现ATAN函数 FPGA实现-ATAN function cordic algorithm FPGA Implementation
CORDIC
- 在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
cordic
- cordic,matlab,sin,cos,atan,sqrt