-
PSO
关于PSO算法 ,这是一个与自适应控制有关,也是控制的输入.(On the PSO algorithm, which is a relevant and adaptive control as well as control input.)
- 2007-12-10 15:51:04下载
- 积分:1
-
1
说明: 变窗宽模拟仿真的MATLAB程序
回归函数的估计mp,估计的偏差px,估计的方差vx(Variable window-width of the MATLAB simulation procedures for regression function estimation mp, the estimated bias px, the estimated variance vx)
- 2009-08-24 09:44:05下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
arc_length_Lam_Morley_modified.m
这是Lam_Morley修正的弧长法matlab案例,有助于大家对弧长法的理解和学习(This is the Lam_Morley modified arc length method matlab case, help us to understand and Study on arc length method)
- 2021-04-07 21:39:01下载
- 积分:1
-
rgzn1671
matlab的遗传算法的一个工具箱(matlab genetic algorithm toolbox of a)
- 2008-08-17 22:14:54下载
- 积分:1
-
tspsa
用matlab实现模拟退火算法,是学习模拟退火算法的有用工具(it is a good programme for annealing simulation)
- 2009-02-08 11:05:17下载
- 积分:1
-
Fortran-95-Interface-to-MATLAB-API-
Fotran95接口用于MATLAB API 的设计中,比较好用。(Fortran 95 Interface to MATLAB API )
- 2012-10-12 01:43:26下载
- 积分:1
-
turbo_trellis
关于turbo码网格计算的仿真程序,对网格图的简化计算提出了新的实现(Turbo codes on the grid computing simulation program, to simplify the calculation of the grid map proposed a new realization of)
- 2009-11-24 18:41:09下载
- 积分:1
-
20060630222857833
MATLAB实验实例及其源程序,希望大家喜欢!(MATLAB experimental examples and source files, hope you like them! Thank you)
- 2006-12-27 05:21:04下载
- 积分:1
-
HVDCCigre
simulation HVDCCigre in matlab simulink
- 2013-08-05 14:14:46下载
- 积分:1