-
matlabtoolbox
matlab工具箱里的程序函数总概与解释(Matlab toolbox functions Lane procedures and interpretation sum)
- 2007-05-21 17:06:34下载
- 积分: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
-
MATLAB_PID_Second
说明: 先进PID控制matlab仿真(第二版)源程序,作者:刘金琨,电子工业出版社,2004年9月第一次印刷。在控制方向十本不错的书,里面的控制算法很值得借鉴!(Matlab simulation of advanced PID control (second edition) source, Author: Liu Jinkun, Publishing House of Electronics Industry, in September 2004 the first printing. 10 in the control of the direction of a good book, which control algorithm is worth learning!)
- 2008-10-06 18:35:26下载
- 积分:1
-
turbo
说明: 无线通信信道编码TURBO码的MATLAB+SIMULINK仿真程序!(Wireless communication channel coding TURBO code MATLAB+ SIMULINK simulation program!)
- 2008-09-06 21:03:03下载
- 积分:1
-
PackMatch
运动估计经典算法 matlab程序
(Motion estimation algorithm matlab classical procedures)
- 2008-12-24 00:26:56下载
- 积分:1
-
specanal
说明: 基于matlab的通信系统仿真系列。A simulated oscilloscope and a simulated spectrum analyzer。供刚接触到matlab通信系统仿真的朋友使用。(Matlab-based communications system simulation series. A simulated oscilloscope and a simulated spect rum analyzer. Matlab for the counting of the communications system simulation using friends.)
- 2006-04-17 10:14:43下载
- 积分:1
-
cylindrical
三维 柱坐标 下的FDTD程序, matlab环境(Three-dimensional cylindrical coordinate FDTD program, matlab environment)
- 2020-12-23 10:29:07下载
- 积分:1
-
chap09
屬於SUGENO模糊模型可以藉由類神經網路架構來替代(Belonging to fuzzy model can SUGENO neural network architecture to replace)
- 2007-10-29 18:21:32下载
- 积分:1
-
matlab1
matlab一些有用地书籍尤其适合土木工程专业用(matlab some books have land use is particularly suitable for civil engineering)
- 2008-05-07 12:59:53下载
- 积分:1
-
matlab-gui333333
说明: 系统模型转换(System Model Conversions)
- 2006-04-25 09:05:36下载
- 积分:1