-
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
-
windrm-src
基于OFDM的windrm代码,实现无线通讯功能的很实用的代码。(This is source code of win dream based on OFDM.)
- 2015-01-23 11:30:02下载
- 积分:1
-
2D-FDTD-Cylinder-Scatter
使用matlab通过fdtd实现一维到三维的光子晶体模拟(Using MATLAB FDTD to achieve through the one-dimensional to three-dimensional simulation of photonic crystal)
- 2014-10-31 12:48:41下载
- 积分:1
-
LBG
进行频域处理的必备程序,学信号的人一定要顶下(Essential for frequency domain processing procedures, the person must learn the signal under the top)
- 2011-10-04 09:53:23下载
- 积分:1
-
Mtlab1rar
MATLAB·各种命令都有,可随意查询。(MATLAB has a variety of command, are free to query.)
- 2009-07-12 19:04:38下载
- 积分:1
-
matlab_cpp
C++ 中使用matlab中的函数,一个简单的使用例子(use of Matlab function, a simple example of the use of)
- 2007-02-08 18:30:35下载
- 积分:1
-
Autofocus
介绍自动对焦的文章主要介绍了对焦技术探测技术包括频域分析目标函数目标函数效能验证影像评估效能之因素高斯低通滤波器参数的选取自动对焦技术以及相关实验结果与分析(Introduction Auto focus of the article introduces the focus technology, detection technology including frequency domain analysis, the objective function, the objective function performance verification, image assessment of the effectiveness of the factors, Gaussian low-pass filter parameter selection, auto-focus technology and related experimental results and analysis.)
- 2009-11-26 15:49:33下载
- 积分:1
-
BCKp4
Les méthodes géométriques sont les méthodes les plus répandues en simulation
indoor. On a cité les principales familles de ces méthodes. Il s’avère qu’il n’existe pas de
meilleures méthodes que d autres. En effet, le choix d’une méthode par rapport à une
autre dépend des objectifs principaux qui sont fixés au début du travail. Il est donc
fondamental de faire un compromis entre le nombre de rayons à calculer et la complexité
de calcul.
- 2009-12-07 10:26:43下载
- 积分:1
-
aa
说明: 演化算法的使用分析,从效率上,从收敛速度上都做了仔细的分析(The use of evolutionary algorithms analysis of efficiency, from the convergence rate has done a careful analysis of)
- 2010-03-08 09:43:47下载
- 积分:1
-
HLSLCubeMappingRefract
HLSL实现环境映射(HLSL realize the environment mapping)
- 2007-10-22 17:24:40下载
- 积分:1