搜索:atan
找到约 18 项符合「atan」的查询结果
结果 18
按分类筛选
https://www.eeworm.com/dl/663/399122.html
VHDL/FPGA/Verilog
是codic算法实现atan的virilog程序
是codic算法实现atan的virilog程序,模块结构如下:Core Structure: sc_corproc.vhd->p2r_cordic.vhd->p2r_cordicpipe.vhd
https://www.eeworm.com/dl/663/399125.html
VHDL/FPGA/Verilog
是codic算法实现atan的C程序
是codic算法实现atan的C程序,包括定点和浮点程序,已经通过验证。
https://www.eeworm.com/dl/641/464547.html
数学计算
三角函数atan的快速算法
三角函数atan的快速算法,用泰勒级数逼近,结果化为以半周为单位的量乘以比例系数,用整数表示
https://www.eeworm.com/dl/518/474933.html
数值算法/人工智能
描述:matlab的Atan2函数与vb.net的Atan2函数计算结果并不一致。该程序用vb.net实现了matlab的Atan2函数。
描述:matlab的Atan2函数与vb.net的Atan2函数计算结果并不一致。该程序用vb.net实现了matlab的Atan2函数。
https://www.eeworm.com/dl/644/294479.html
汇编语言
用TIGER SHARC DSP201实现反正切函数,atan2(y,x) 高精度
用TIGER SHARC DSP201实现反正切函数,atan2(y,x) 高精度
https://www.eeworm.com/dl/534/135116.html
其他
算术表达式解析器 .rar 支持变量和以下数学函数ABS, ATAN, COS, EXP, LN, ROUND,SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN"
算术表达式解析器 .rar 支持变量和以下数学函数ABS, ATAN, COS, EXP, LN, ROUND,SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN"
https://www.eeworm.com/dl/516/469925.html
DSP编程
This sample program generates two sine waves called X and Y. It will then calculate the normalized
This sample program generates two sine waves called X and Y.
It will then calculate the normalized magnitude and phase of
the two waveforms using the following formulas:
Mag = sqrt(X^2 + Y^2)/sqrt(GainX^2 + GainY^2)
Phase = (long) (atan2PU(X,Y) * 360)
The pro ...
https://www.eeworm.com/dl/641/430086.html
数学计算
vb2005编写的计算器。 直接输入字符串
vb2005编写的计算器。
直接输入字符串,如:
4+pi^2+sin(3*cos(2)*e^2)+2.3E13
常数:pi,e
科学计数表示:1E4(1*10^4)
函数支持常用函数:sin,cos,tan,atan,asin...
https://www.eeworm.com/dl/641/210450.html
数学计算
此算术表达式解析器能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式
此算术表达式解析器能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc