-
Control_Allocation
控制分配 用于航天执行器的控制分配,希望对大家有用(control allocation)
- 2012-06-01 21:31:21下载
- 积分: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
-
MOEA_SPEA2_MATLAB
SPEA2 MATLAB程序 多目标进化算法(The SPEA2 MATLAB program multi-objective evolutionary algorithm)
- 2013-05-01 23:16:51下载
- 积分:1
-
easyfitGUI
面向用户的数据拟合工具箱,采用matlab工作环境(Fitting Toolbox for data users, the working environment by matlab)
- 2011-02-15 22:14:16下载
- 积分:1
-
Yuv2Mov
读取YUV格式的的文件,将YUV转换为matlab的Mov格式。(Read YUV format files to YUV conversion matlab Mov format.)
- 2013-01-10 20:38:04下载
- 积分:1
-
Region_of_interest_GUI
Run the ROI file by issuing the command ROI in the command window and a GUI screen will pop up, the screen may be used for selecting a Region of interest while viewing the full length movie and adjusting the region of interest accordingly, after hitting save the GUI will dismantle the movie to seperate images and will save them in current folder.The GUI panel is self explanatory and as such does not require any further explanations
- 2013-08-01 22:17:11下载
- 积分:1
-
6320PROGRAM
SMI读写数据程序,可实现读写寄存器里的数据(SMI program to read and write data, you can read and write data register)
- 2014-10-21 17:12:36下载
- 积分:1
-
BOC_AWGN_SIMUL
This is BOC AWGN Simulation zip file.
It contains one folder(build setting) and 9 files(m file, mdl files etc..)
Thank you
- 2013-09-04 13:27:49下载
- 积分:1
-
Callback
io重叠中的完成实例模型,典型代码,ioCallBack源码(io complete overlap in the model example of a typical code, ioCallBack source)
- 2007-09-18 19:36:01下载
- 积分:1
-
matlabdongtai
一个简单的在matlab中实现曲线动态显示的例程。显示的是正弦曲线,逐步向坐标轴右移。给想要matlab动态显示提供点提示。(EnglishSpanishArabicAlpha
A simple curve dynamic display routines in Matlab. Shows a sine curve, and gradually shifted to the right to the axis. To want to matlab dynamic display provides a hint.)
- 2012-04-10 19:27:26下载
- 积分:1