-
maze_gen3
迷宫程序,用matlab编写的一段实现迷宫的小程序(Maze procedure, using Matlab prepared a section of the maze procedure)
- 2012-03-22 15:05:19下载
- 积分: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
-
fhss
frequency hopping spread spectrum
- 2009-11-20 02:04:51下载
- 积分:1
-
scatterinwire2
antenna systems continue
- 2010-05-19 03:44:36下载
- 积分:1
-
Convolution
完全符合IEEE802.11a的卷积编码和维特比译码,注释丰富,易于理解和调试。(this program is based on the principle of IEEE802.11a,which has necessary note and is easy to debug. )
- 2012-01-09 10:54:30下载
- 积分:1
-
LTE-OFDM
simulation of LTE OFDM system
- 2016-03-28 09:12:03下载
- 积分:1
-
无速度传感器
说明: 无速度传感器.rar 异步电机的无速度传感器的矢量控制。matlab程序。有详细的说明文件。用于交流学习用(Speed sensorless. Speed sensorless vector control of RAR induction motor. Matlab program. There are detailed documents. For communication and learning)
- 2020-09-26 14:39:19下载
- 积分:1
-
Phase_Noise
matlab对PLL环路相位噪声的仿真m文件(simulation of PLL loop phase noise)
- 2009-10-25 10:06:09下载
- 积分:1
-
IT2FLS
Designing Practical Interval Type-2 Fuzzy Logic Systems Made Simple
- 2014-12-08 06:21:17下载
- 积分:1
-
glnpso
glnpso update算法代码~需要一起编一下自己的变量 目标函数fit 以及初始化函数~主程序更新部分是基本没问题的,只要改约束。(algorithm code to glnpso update needs with compiled own variable objective function fit and the initialization function to update the main program is basically no problem, as long as the change constraints.)
- 2012-09-20 21:02:04下载
- 积分:1