-
MLS_plot
说明: 关于MLS的算法之类的课件 总结性强 可以参考(about MLS algrathem)
- 2011-03-09 05:33:10下载
- 积分:1
-
pso-matlab
说明: 标准微粒群算法,采用matlab编程实例。(Standard particle swarm optimization using matlab programming examples.)
- 2008-10-16 09:45:43下载
- 积分:1
-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1
-
PSO
粒子优化算法pso,matlab源代码~~~~(Particle optimization algorithm pso, matlab source code)
- 2009-05-22 00:17:18下载
- 积分:1
-
imageprocessingmatlab
全面系统地总结了matlab中用于图像图形处理的命令(comprehensively and systematically summed up the images used Matlab graphics processing orders)
- 2007-03-20 21:22:02下载
- 积分:1
-
network
用来实现matlab的BP算法,以齿轮箱故障诊断为例(Matlab used for the BP algorithm to fault diagnosis of gearbox as an example)
- 2009-05-22 10:59:37下载
- 积分:1
-
sh_hydraulic_system_with_servo_valve
说明: 伺服阀的详细数学模型,适合初学者研究,可以较方便更改(A detailed mathematical model of servo valve, suitable for beginners study, can be more convenient to change)
- 2010-03-18 04:11:01下载
- 积分:1
-
Quadratic-Programming
该文件中包含二次规划中涉及的matlab程序,包含拉格朗日法以及起作用集法(This file contains the quadratic programming matlab procedures involved, including the Lagrangian method and set method works)
- 2013-07-25 10:56:24下载
- 积分:1
-
haofen
采用的是通用的平面波展开法,基于matlab GUI界面设计,模式识别中的bayes判别分析算法。( Using common plane wave expansion method, Based on matlab GUI interface design, Pattern Recognition bayes discriminant analysis algorithm.)
- 2017-01-30 12:03:56下载
- 积分:1
-
FIR
说明: 主要介绍了在Matlab中怎样仿真FIR滤波器组的设计(Describes how the simulation in Matlab, the design of FIR filter banks)
- 2011-04-16 16:00:22下载
- 积分:1