-
VCANDMATLAB
VC++与Matlab混合编程之引擎操作详解,对主要函数进行介绍并且有一个实例程序(VC++ and Matlab programming hybrid engine operation Xiangjie, the main function is introduced and there is an instance of program)
- 2009-10-10 12:21:42下载
- 积分:1
-
TKinnematicSih
运用Matlab仿真工具,结合机械臂运运动学特性,实现了机械臂系统的运动学仿真。
(Use the Matlab simulation tools, combined with the kinematic characteristics of the robotic arm transported the kinematics of the manipulator system simulation.)
- 2012-07-22 23:31:24下载
- 积分: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
-
HFSS--UTD
HFSS/UTD混合法计算电大尺寸导体上的天线(HFSS/UTD hybrid method to calculate the antenna on a large conductor)
- 2013-11-28 09:12:45下载
- 积分:1
-
ybusflow
导纳矩阵的形成方法,用于电力系统潮流计算分析相当有用.(admittance matrix formation method for power flow analysis has been useful.)
- 2006-09-19 21:02:51下载
- 积分:1
-
0.618
0.618算法,可以用VC运行出来,但没有MATLAB算法(function 0.618)
- 2011-09-23 17:49:51下载
- 积分:1
-
TP-matlab-Ngot
TP matlab mas TP matlab mas
- 2013-02-24 18:22:28下载
- 积分:1
-
enframe
说明: matlab中,对语音信号分帧,以实现对语音信号的短时平稳过程的分析。(enframe)
- 2010-04-03 22:51:56下载
- 积分:1
-
P_Mgaijin
这是很好的Matlab文件,pm模型的源代码,分享给大家(This is a good Matlab files, pm model the source code to share for everyone)
- 2011-05-06 13:44:51下载
- 积分:1
-
GM(1-1)
该代码基于灰色GM(1,1)算法,使用时,需要在函数中将自变量取为时间序列,可预测任意时间的数值(The code is based on gray GM (1,1) algorithm, when used in the function argument will be taken as time series, can predict the value of any time)
- 2011-09-28 10:59:09下载
- 积分:1