-
Chorus
说明: 齐声效应,能模拟几个演奏者同时演奏,但实际只有一个演奏者。(Chorus effect, can simulate several players while playing, but actually only one player.)
- 2010-04-07 16:51:07下载
- 积分:1
-
Simulinkkejianzhuyaobufen
说明: Simulink课件 略去不必要的介绍
适合初学者(Simulink courseware spent unnecessary introduction for beginners)
- 2010-04-15 20:16:43下载
- 积分:1
-
Proakis_digit
数字通信第四版答案。 对学习数字通信的同学比较有用。(the answer of digital signal communication)
- 2010-12-03 19:31:57下载
- 积分:1
-
matlab-Kmeans
利用matlab实现kmeans聚类算法的简单实现代码(matlab kmens algrithom )
- 2012-03-26 08:59:53下载
- 积分:1
-
matlab-source-code
matlab入门到精通,书的各章例程都有,可配套书一起学习(matlab entry to the master, the book has chapters routines can be written with the learning support
)
- 2011-12-14 08:47:57下载
- 积分:1
-
beamforming_simulate_renyi_dianyuan
自编 点源 对于任意间距线阵的波束成形仿真程序 频率、阵元数量、主波束方向可调(Self point source for any interval linear frequency beam forming simulation program, the number of array elements, the main beam direction adjustable)
- 2010-07-09 15:58:10下载
- 积分:1
-
GUI
图形用户界面(Graphical User Interfaces ,GUI)则是由窗口、光标、按键、菜单、文字说明等对象(Objects)构成的一个用户界面。用户通过一定的方法(如鼠标或键盘)选择、激活这些图形对象,使计算机产生某种动作或变化,比如实现计算、绘图等。(matlab gui)
- 2012-04-26 22:03:58下载
- 积分:1
-
opf-ieee14-30-118
矢量编程潮流及最优潮流算法。包含IEEE4,14,30,57,118,300节点的数据包和潮流计算程序。(Vector programming trends and Optimal power flow calculation including the data and the matlab program of IEEE 4,14,30,57,118,300. It is useful and helpful for the students who are major in electrical engineering.)
- 2014-03-17 13:06:11下载
- 积分:1
-
baoluo
误差包络的仿真,能够运行出结果。希望对大家有帮助(Error envelope simulation, able to run the result. We want to help)
- 2009-11-27 10:44:25下载
- 积分: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