-
LLMSMATLAAB2M
LMS算法的收敛速度度曲线的MATLAB程序
(LMS algorithm convergence speed curve of the MATLAB program)
- 2012-07-26 16:24:58下载
- 积分:1
-
zemax-Matlab
ppt文件,讲述如何使用matlab调用zemax中数据的文档(ppt file explains how to use the data in matlab call zemax document)
- 2013-08-07 13:09:18下载
- 积分:1
-
Huffman
用vs2013写的霍夫曼编码程序,可将.txt中的英文字符串(包括各种字符如:逗号)编码后输出到一个.txt中,并且可输出构建的霍夫曼树,保存编码方式。(Huffman coding using vs2013 to write programs in English can be txt string (including a variety of characters such as: the comma). Encoded output to a txt, and can output to build Huffman tree, save the encoding. .)
- 2014-02-07 15:23:50下载
- 积分:1
-
dataTranlate
说明: 实现公历和农历之间的相互转换.包含了1899年到2100年202年的工农历数据,可以实现相互转换。(use to translate standard date and chinese data)
- 2010-03-23 20:16:32下载
- 积分:1
-
2016.11.07HGWO(DE-GWO)
灰狼算法用于多目标寻优问题,以阴影遮挡下的光伏电池最大功率点寻优为例编程。(Grey Wolf algorithm is used for multi-objective optimization problem, and the maximum power point optimization of photovoltaic cells under shading is taken as an example.)
- 2020-10-04 17:07:39下载
- 积分:1
-
low-noise-CCD-
低噪声CCD信号采集与处理系统技术研究 (Research on low-noise CCD signal acquisition and processing system technology)
- 2013-12-13 13:06:36下载
- 积分:1
-
zuidouxiajiang_LMS
在matlab上面实现lms算法的一些功能验证(matlab lms )
- 2011-05-08 08:23:46下载
- 积分: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
-
release51protected
这是一个用MATLAB做的指纹图像,希望对大家有用(This is a use MATLAB to do the fingerprint image, in the hope that useful)
- 2007-12-13 10:08:08下载
- 积分:1
-
DrawTree_Ctl
实现云模型与分形的树模拟,用MATLAB和VB混合编程实现(achieve cloud model and fractal tree simulation with MATLAB and VB Programming)
- 2006-10-31 10:51:37下载
- 积分:1