-
CrdConvert
与单点定位有关的时间之间的转换,转换转换(time convert)
- 2014-08-18 13:24:07下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1
-
MoreEffectiveC++
本书荣获2005年第十五届Jolt通用类图书震撼大奖。 继 Effective C++ 之后,Scott Meyers 于 1996 推出这本「续集」。本书与现今之 C++ 标准规格几乎相同。可能变化的几个弹性之处,Meyers 也都有所说明与提示。(the book won the 2005 session of the 15th General Books Jolt Awards shock. Following the Effective C, Scott Meyers in 1996 to launch the "sequel." The book's C with the current standard is almost the same. Several possible changes in flexibility, Meyers also has suggested and described.)
- 2006-11-05 12:49:35下载
- 积分:1
-
四机两区
粒子群优化算法计算出的PSS优化模型,为四机两区模型(PSS optimization model calculated by particle swarm optimization algorithm)
- 2020-12-30 00:09:00下载
- 积分:1
-
Surface
利用最速下降法计算最小曲面的面积,初始条件为0,边界条件为正方形固定边界。(Using steepest descent method to calculate the minimum surface area. Initial condition is 0, while boundary condition is square fixed values.)
- 2015-02-05 18:36:12下载
- 积分:1
-
fuzzy-fusion123
非常经典的基于模糊信息处理的数据融合方法研究.用MATLAB 实现的。
请大家好好学习(Very classical information processing based on fuzzy data fusion method. Using MATLAB realization. Please study hard)
- 2008-04-03 11:18:57下载
- 积分:1
-
Malthus_Model
Malthus_Model模型的原形,以及包括绘图的源代码。希望对正在学习的你有帮助。(Malthus_Model prototype model, and includes source code for the drawing. Hope you are learning to help.)
- 2011-05-05 23:17:34下载
- 积分:1
-
work
DFS以及海明窗汉宁窗的各种实例代码。对学习matlab很有帮助(DFS work hanming hainig
matlab)
- 2011-12-17 15:15:09下载
- 积分:1
-
ytmom
能使桌面上不停的换色.请先生成EXE再运行不然会出错。(Enable non-stop for the desktop color. Please re-run the EXE generated will not go wrong.)
- 2008-03-22 20:40:45下载
- 积分:1
-
VC++中调用Matlab .m函数编译后的对应c函数
说明: vc与matlab混合编程的具体实例,通过vc编译器调用matlab编译的.m文件。(vc mixed with Matlab programming specific examples, vc call Matlab Compiler compiled. M documents.)
- 2005-09-12 10:09:51下载
- 积分:1