登录
首页 » matlab » 1234435

1234435

于 2012-10-19 发布 文件大小:27KB
0 230
下载积分: 1 下载次数: 9

代码说明:

  用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 )

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • synmachine
    simulation of machine synchrone
    2013-10-02 05:15:30下载
    积分:1
  • feature_extraction
    基于全相位傅立叶变换apFFT的特征提取程序,可用于光纤扰动特征向量提取(Based on all phase of Fourier transform apFFT feature extraction procedures, can be used for optical fiber disturbance eigenvector extraction)
    2013-12-04 13:09:41下载
    积分:1
  • chevshef
    切比雪夫滤波器,可以很好的实现滤波功能。(Chebyshev filter, can achieve very good filtering.)
    2008-12-22 14:03:41下载
    积分:1
  • GUILWZUOYE
    在matlab2008上将各种图像处理的效果图集中在GUI界面上,方便查看图像处理后的效果图。(Matlab2008 on renderings focus on a variety of image processing is displayed on the GUI interface. )
    2012-04-08 12:17:37下载
    积分:1
  • Start12
    file start12 zip file for coding in code warrior assembly language.
    2015-02-07 02:54:46下载
    积分:1
  • PWE
    说明:  用平面波展开法计算二维二组元圆柱散射体型声子晶体能带结构的matlab代码。(This matlab code uses PWE to calculate the band structure of 2-D phononic crystal with cylinder scatterer.)
    2021-04-08 20:29:00下载
    积分:1
  • UltraSonic_M_Echo_sin
    在matlab上对复倒谱回波检测系统的仿真,可由此对管道质量经行检测 (In matlab Complex Cepstrum of echo detection system simulation, which can the quality of the pipeline by the line detection)
    2008-05-17 12:30:34下载
    积分:1
  • fft_01
    实现用systerm generation 完成fft变换。原理清晰,但是结构相对复杂,请大家认真看原理,来自日本书。(Systerm generation completed using fft transform. Principles of clarity, but the structure is relatively complex, please look carefully the principle of everybody, from the Japanese book.)
    2008-05-17 15:08:55下载
    积分:1
  • MATLAB
    这是我们上课用的matlab资料很好的,老师给的(This is our class matlab good teacher to)
    2012-11-04 13:34:31下载
    积分:1
  • Teqcspec
    it is useful file for all type of signals
    2011-06-23 21:34:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载