搜索资源列表
arctan
- arctan.zip
高级计算器 V1.0
- 系统支持的数学函数:PI ! ^ % SQR SQRT INT/TRUNC ROUND ABS FRAC SIN COS TAN ARCSIN ARCCOS ARCTAN LN LOG2 LOG10PI:圆周率。Exp!:计算Exp(表达式)的介乘。Exp1^Exp2:计算Exp1的Exp2次方。Exp1%Exp2:计算Exp1除以Exp2后的余数。Sqr(Exp):计算Exp的平方。Sqrt(Exp):计算Exp的平方根。Int(Exp)/Trunc(Exp):把Exp截断取整。Round(E
cordic 实现arctan的matlab验证算法
- 用matlab验证cordic实现arctan算法的正确性,共迭代9级,验证过,程序正确
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
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
- we propose a low-cost sequential and high performance architecture for the implementation of CORDIC algorithm in two computation modes. It suited for serial operation that performs conversion between polar and rectangular coordinate systems, essentia
Calculator
- matlab gui. calculator. you can calculate addition, subscraction,division, product, sin, cos, tan ,arcsin, arccos, arctan,log,
calculator
- 简单计算器,可以实现⑴正弦sin⑵余弦cos⑶正切tan⑷开平方sqrt⑸反正弦arcsin⑹反余弦arccos⑺反正切arctan⑻常用对数lg⑼自然对数ln⑽e指数exp⑾乘幂函数∧-A simple calculator, you can achieve of ⑴ sine sin ⑵ the cosine cos ⑶ tangent tan ⑷ open square sqrt ⑸ anyway chord arcsin ⑹ inverse cosine arccos ⑺ arctang
CALC.rar
- 数学表达式计算命令,By Lxl1638 使用方法: Calculator.EXE {代数表达式}#小数位数(默认6位最多16位) 支持的运算符号: 加"+"、减"-"、乘"*"、除"/"、幂"^"、或"|"、与"&"和括号解释 支持的数学常数: e 表示欧拉常数, pi 表示圆周率π 支持的数学函数: 共计32个
poly_atan
- Compute the arctan of a FPU_REG, using a polynomial approximation.
poly_atan
- Compute the arctan of a FPU_REG, using a polynomial approximation.
fatan_lookup
- This the arctan lookup table to create a very simple arctan function
main
- I,Q通道的 噪声过程是高斯的的,而且是互不相关的,他的功率谱也是白的. 因为I和Q通道的噪声过程是高斯的,而且是互不相关的 我们可以得到他们是相互独立(Papoulis,1984). 最后,由于I和Q通道是独立的零均值高斯过程,因此可以推导出:复信号:I+jQ,幅度是瑞丽分布的,幅度的平放是指数分布的,相位角arctan(Q/I)是在(0,2π]上均匀分布-I Q Gaussian noise
poly_atan
- Compute the arctan of a FPU_REG, using a polynomial approximation.
calculator176
- 简单计算器,可以实现⑴正弦sin⑵余弦cos⑶正切tan⑷开平方sqrt⑸反正弦arcsin⑹反余弦arccos⑺反正切arctan⑻常用对数lg⑼自然对数ln⑽e指数exp⑾乘幂函数∧-A simple calculator, you can achieve of ⑴ sine sin ⑵ the cosine cos ⑶ tangent tan ⑷ open square sqrt ⑸ anyway chord arcsin ⑹ inverse cosine arccos ⑺ arctang
quadratic_func_latest.tar
- QUADRATIC_FUNC used to implement arctan
Circular-CORDIC-in-Vectoring-Mode
- The first iteration rotates the vectors the second or third quadrant to the first or fourth, respectively. The shift sequence is 0,0,1, and 2. The rotation angle of the first four steps becomes: arctan(∞) = 90◦ , arctan(20) = 45◦ , arctan(2
arctan-Function-Approximation
- If we implement the arctan(x) using the embedded 9 × 9 bit multipliers we have to take into account that our values are in the range − 1 ≤ x < 1. We therefore use a fractional integer representation in a 1.8 format.
CORDIC算法MATLAB代码
- 坐标旋转数字计算机算法利用简单的移位和加法实现sin,cos,tan,arctan等函数的计算,适合计算机处理,速度快。(The algorithm of coordinate rotation digital computer realizes the computation of functions such as sin, cos, tan and arctan by simple shift and addition, which is suitable for computer pro
CORDIC 代码
- Xilinx CORDIC 算法 MATLAB Verilog仿真(arctan.m Kn.m sin_cos.m MATLAB Verilog)