-
UWB信道建模
给出了UWB信道的s-V室内信道模型,并给出了基本的信道估计算法的调试,有利于接触信道估计算法的初级学着的学习研究
- 2023-05-09 10:15:03下载
- 积分:1
-
表达式求值,包括括号的匹配问题、负数如何识别?2.2.3这样非法的数怎样识别?如何区别3+...
表达式求值,包括括号的匹配问题、负数如何识别?2.2.3这样非法的数怎样识别?如何区别3+-2(非法)和3+(-2)(合法)以及3++2(非法)和3+(+2)(合法)-evaluates expressions, including parentheses matching, how to identify negative? 2.2.3 the number of such illegal identify what? What is the difference between 3-2 (illegal) and 3 (2) (legal) and 3 (illegal) and 3 (2) (lawful)
- 2023-07-15 11:30:03下载
- 积分:1
-
功能:返回参数x 的平方根值
功能:返回参数x 的平方根值-function : to return to the square root of x parameter values
- 2022-03-07 17:13:07下载
- 积分:1
-
求解一元二次方程的算法
求解一元二次方程的算法-one yuan solving quadratic equation algorithm
- 2022-03-24 00:44:53下载
- 积分:1
-
对数回归方程logarithmregress.cs方程模型y = * LN…
对数回归方程 LogarithmRegress.cs
方程模型为 Y=a*LnX+b
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public override double forecast(double x)
预测函数,根据模型得到预测结果。
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
-Logarithmic regression equation LogarithmRegress.cs equation model for Y = a* LnX+ Bpublic override double [] buildFormula () get coefficient array, the storage order and model coefficients contrary, that is, the array is followed by the value of coefficient b, a. public override double forecast (double x) prediction function, according to the results of model prediction. public override double computeR2 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the data satisfy the model more.
- 2022-08-31 23:15:03下载
- 积分:1
-
龙格库塔法的c语言实现
龙格库塔法的c语言实现-Runge- Kutta method in C Language
- 2023-02-15 11:05:04下载
- 积分:1
-
Calculation of time
计算时间序列的多重分形过程,包含详细的描述和源代码
- 2022-01-23 11:07:57下载
- 积分:1
-
人工智能八数码问题----图搜索策略
(1) 加深对各种图搜索策略概念的理解;
(2) 进一步了解启发式搜索、α-β剪枝等概念;
(3) 比较并分析各种图搜索策略的实质。
- 2023-09-04 15:45:04下载
- 积分:1
-
数据结构关于二叉树
二叉排序树排序关于二叉树的排序问题数据结构课程设计
- 2023-01-12 04:35:04下载
- 积分:1
-
OLED 64X48点阵驱动程序
OLED 64X48点阵驱动程序,包括各种借口SPI,I2C,等等,是经过实测可以用的代码,不明的地方可以问我。 是开发OLED的屏的实用工具。最少50字,应该够了吧。各种驱动都有的。
- 2022-05-18 12:46:32下载
- 积分:1