-
Matlab
matlab神经网络的工具箱函数,个人呢觉得很有用呢!与大家分享(matlab neural network toolbox function, individuals can find it useful! To share with you)
- 2008-12-09 14:37:10下载
- 积分:1
-
matlab_vc_reference
电脑上保存的一些vc和MATLAB混合编程的资料,其中还有vc和matcom接口的视频演示。(Computer, save some of the vc and MATLAB mixed programming information, which are vc and matcom interface video presentation.)
- 2010-09-08 17:15:23下载
- 积分:1
-
regress
说明: 线性回归算法 用matlab实现多元线性回归 用最小二次方法来实现(REGRESS Multiple linear regression using least squares)
- 2010-03-20 13:38:13下载
- 积分:1
-
sfpc
说明: sfpc 一种预测控制实例,在理想建模的情况下有良好的控制品质(sfpc )
- 2010-04-04 09:07:39下载
- 积分:1
-
task3
递推最小二乘法和递推阻尼最小二乘法仿真,系统模型如下:
y(t) - 1.6 * y(t - 1) + 0.7 *y (t - 2) = u(t - 1) + 5.5 * u(t – 2) + e(t),试用递推最小二乘法和递推阻尼最小二乘法进行参数识别,并进行比较
(Damped recursive least squares method and recursive least squares method simulation, the system model is as follows: y (t)- 1.6* y (t- 1)+ 0.7* y (t- 2) = u (t- 1)+ 5.5* u (t- 2)+ e (t), the trial damped recursive least squares method and recursive least squares method for parameter identification, and comparison)
- 2011-12-01 00:09:15下载
- 积分: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
-
The-interpolation-and-fitting_matlab
matlab插值与拟合,包含了ppt课件以及实例,方便于更好的理解与学习,还有程序代码(The interpolation and fitting_matlab)
- 2013-12-23 15:56:58下载
- 积分:1
-
chap7-14
基于Anti-我indupdePID控制 包含M语言和Simulink仿真(I indupdePID Anti-based control language and Simulink simulation contains M)
- 2010-05-06 17:41:53下载
- 积分:1
-
signal_denoising1
应用matlab语言编写,可用于一维信号去噪,去噪效果较好。(Application matlab language, can be used for one-dimensional signal de-noising, de-noising better.)
- 2013-07-14 20:19:45下载
- 积分:1
-
matlab4
MATLAB CODE FOR STEGO IMAGE HIDING
- 2014-10-14 14:16:01下载
- 积分:1