-
xunorbf
用rbf神经网络对经提取得到的信号特征参数进行信号的模式识别。(Rbf neural network by using extracted parameters of the signal characteristics of the signal pattern recognition.)
- 2010-01-19 22:39:52下载
- 积分:1
-
BP-neural-network-genetic-
用遗传算法优化BP神经网络的matlab源代码,在matlab 7.0中实现(BP neural network optimization using genetic algorithm matlab source code, implemented in matlab 7.0)
- 2014-09-30 16:04:05下载
- 积分:1
-
sanxiang
基于matlab的三相桥式整流电路仿真模型的仿真(Three-phase bridge rectifier circuit simulation model)
- 2013-10-03 00:26:11下载
- 积分:1
-
esprit
esprit算法的三种实现方式。有助于了解esprit算法的基本原理。(Three Methods of esprit algorithm. Help to understand the basic principle of esprit algorithm.)
- 2010-10-18 17:38:56下载
- 积分:1
-
PID2
一个简单的PID simulink控制倒立摆的模型建立(A simple PID simulink control of inverted pendulum model building)
- 2009-12-02 17:05:50下载
- 积分:1
-
rk
说明: 用四阶古典RK方法解初值问题:
取h=1/8。每隔8步打印出数值解与真解的值(u(t)=(t^2)/2-t),画出它们的大致图像,并对产生的结果做出解释。
(with four bands classical RK method for initial value problems : from h = 1/8. Every eight-step numerical solution print and in the true value (u (t) = (t ^ 2)/2-t), they generally draw the images, as well as the results of an explanation.)
- 2006-05-27 00:07:17下载
- 积分:1
-
Fig2c
figure for fibercode
- 2013-01-10 01:34:35下载
- 积分:1
-
GAexperiment
遗传算法matlab程序,注释详细,适合于初学者学习,采用灾变法避免算法陷入局部最优解(matlab code for genetic algorithm)
- 2009-03-30 14:44:25下载
- 积分:1
-
graduationproject
echo suppression and noise cancellation
- 2011-10-02 22:53:23下载
- 积分: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