-
15772768jcontrolmatlabjava
在matlab中调用java的程序,简单好用,希望能帮助需要的人(using java program in matlab )
- 2012-05-03 16:41:50下载
- 积分:1
-
a
说明: 该资料用于学习matlab界面编程,对于初学者可以达到事半功倍的效果,能快速入门(The information is used to learn the matlab interface programming for beginners can achieve a multiplier effect, to Quick Start)
- 2013-04-03 10:59: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
-
晶粒长大
适用于matlab平台,用来模拟晶粒长大的源程序。(For matlab simulation of grain growth source program)
- 2020-10-12 22:57:32下载
- 积分:1
-
MATLABbook
MATLAB与通信仿真,有大量实例,非常有参考价值,文件为pdg格式,需用超星阅览器打开(MATLAB simulation and communications, has a large number of examples, a very valuable reference document for the PDG format, need to open browser Chaoxing)
- 2007-10-17 08:52:12下载
- 积分:1
-
wuziqi
说明: 声明:本程序仅交流用,所以调试时用两颗棋子就可以赢(Disclaimer: This procedure only exchange with, so debugging can win with two pieces)
- 2010-05-01 17:34:45下载
- 积分:1
-
panbie
判别方法,支持向量机与马氏距离判别法,用在可见及近红外光谱分析上百分之一百可以,自己写的,最好是matlab2014a,这个版本可以使用(Discriminant method, support vector machine (SVM) with markov distance criterion, with one hundred percent in the visible and near infrared spectrum analysis, write their own, had better be matlab2014a, this version can be used)
- 2015-10-27 20:07:00下载
- 积分:1
-
GSA
引力搜索算法源代码,matlab实现,简单易懂,适合初学者。(Gravitational search algorithm function optimization)
- 2016-03-06 12:59:31下载
- 积分:1
-
fastica
FastICA Code. Independent Component Analysis code for signal extraction
- 2010-07-09 19:18:16下载
- 积分:1
-
mode000
PWM整流器的直接电流控制,采用双闭环控制,调试通过,效果一般(PWM rectifier direct current control, dual-closed-loop control, debug is passed, the effect of general)
- 2008-08-15 15:55:50下载
- 积分:1