-
CalendarTable
利用Matlab编写的一个具有图形界面的日历程序,可以显示日记和时间。(Prepared by use of Matlab graphical interface with a calendar program, you can display the diary and time.)
- 2009-03-25 15:52:34下载
- 积分:1
-
last
计算两个日期的和或差,以及计算一个日期和一个天数的和或差,(Calculate two dates and or poor, and to calculate a date and a number of days and or poor,)
- 2010-01-06 10:14:50下载
- 积分:1
-
MATLAB_C_Math_Library_UserGuide
MATHWORKS提供MATLAB和C混合编程用户手册(MATLAB and C mixed programming user manual)
- 2010-07-18 11:44:35下载
- 积分:1
-
duandianjiance
基于支持向量机的语音信号端点检测,主要是去掉首位的噪声。(Voice signal endpoint detection based on support vector machines, mainly to get rid of the first noise.)
- 2013-04-04 20:08:38下载
- 积分:1
-
Proj-72938
this is the simulik models of servo drive using matlab 7.1
- 2009-03-18 12:30:27下载
- 积分:1
-
matlabchulimingling
matlab关于图像处理的命令集,是pdf格式的,对刚刚学习MATLAB的人很有帮助
- 2009-04-14 18:04:23下载
- 积分:1
-
singleSeveralSystem
单服务台排队系统,使用matlab语言,利用事件步长法,实现的一种离散事件系统(Single-server queuing system)
- 2014-01-11 21:19:11下载
- 积分:1
-
发动机热电发生装置MATLAB性能分析
发动机热电仿真装置的性能分析,基于MATLAB,将PDF中的数学模型转化为MATLAB里的语言,并求解。(Performance Analysis of Engine Thermoelectric Simulator)
- 2019-04-15 19:10:12下载
- 积分:1
-
MATLAB
这本书的名字叫《matlab基础与编程(第二版)》很适合matlab初学者(This book was called “matlab-based and Programming (2nd Edition”very suitable for matlab beginners)
- 2009-11-18 18:33:39下载
- 积分: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