-
MATLAB6.5.1
matlab的教学文件 是帮助你学习MATLAB的好文件(matlab teaching file is to help you learn a good document MATLAB)
- 2007-11-22 18:26:10下载
- 积分: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
-
gui_development_using_matlab
this is a tutorial to help you in development of gui using MATLAB
- 2010-10-28 08:02:40下载
- 积分:1
-
mfuzzy_eff_mode
fuzzy template code, you can edit system in matlab code and write code for fuzzy controller if have problem say me to correct code
- 2012-01-20 17:09:04下载
- 积分:1
-
EC
遗传算法matlab代码,经过检测无错,希望对大家有用(Genetic algorithm matlab code, error detection)
- 2013-12-29 19:46:57下载
- 积分:1
-
decoder_BPML
置信传播(belief propagation,BP)算法的计算复杂度较高,且变量节点和校验节点间信息传递的信息可靠,但是迭代的实现,就最大似然算法来说,验证其提高译码性能的特点。
(Belief propagation (belief propagation, BP) higher computational complexity of the algorithm, and reliable information between variable nodes and check nodes of information transmission, but the realization of the iteration, the maximum likelihood algorithm, the verification of its improved decoding performance characteristics.)
- 2014-03-14 21:54:39下载
- 积分:1
-
ROVsim
水下机器人控制matlab仿真,对水下机器人控制的仿真有很大帮助,内含好多源代码(Underwater robot control matlab simulation of underwater robot control simulation , containing a lot of source code
)
- 2021-03-17 15:19:20下载
- 积分:1
-
Wavelet-analysis
小波分析是目前数学中一个迅速发展的新领网域,它同时具有理论深刻和应用十分广泛的双重意义。信号处理的目的就是:准确的分析、诊断、编码压缩和量化、快速传递或存储、精确地重构(或恢复)。(Wavelet analysis is a rapidly developing new collar domain in mathematics, which has both theoretical significance and profound and extensive application. The purpose of signal processing is: accurate rapid analysis, diagnosis, coding and quantization, transmission or storage, accurate reconstruction (or recovery).)
- 2013-05-01 15:05:13下载
- 积分:1
-
IEC61850_Ed1and2
IEC 61850 ed1 ed2 comparison
- 2015-03-31 19:24:13下载
- 积分:1
-
E5
说明: E5去白噪声、高斯白噪声分析的源程序,用来处理做分析前的数据(E5 to white noise, Gaussian white noise analysis of the source)
- 2010-10-21 10:58:23下载
- 积分:1