登录
首页 » matlab » 1234435

1234435

于 2012-10-19 发布 文件大小:27KB
0 254
下载积分: 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 个回复

  • Image-Enhancement
    image enhancememnt.........
    2011-02-03 05:36:04下载
    积分:1
  • prony_3
    一个关于PRONY算法,自编写,含有例子,可能不太完善(an example of prony)
    2012-03-29 21:43:42下载
    积分:1
  • matlab
    二进制序列发生器及其功率谱和自相关函数的实现(Binary sequence generator and the power spectrum and autocorrelation function of the realization of)
    2010-05-15 13:28:06下载
    积分:1
  • dbworld
    matlab code fore some database and data mining
    2012-07-09 04:37:45下载
    积分:1
  • plsa.tar
    PLSA,概率潜在语义算法,用于寻找变量之间的隐隐含变量,常用于图像标注、图像检索、计算机文本检索(PLSA, probabilistic latent semantic algorithm for finding faint containing variables between variables, commonly used in image annotation, image retri , computer text retri )
    2015-01-23 09:31:48下载
    积分:1
  • BandlimiteWhitenosize_end
    用于白噪声下,均匀线阵列的波束形成,并用二维图像显示出来(For white noise, the uniform linear array beam forming, and two-dimensional image displayed)
    2010-09-05 14:27:10下载
    积分:1
  • 比较有用的matlab源码,用于数据回归分析等-plsqsar
    比较有用的matlab源码,用于数据回归分析等。(Matlab more useful source for data regression analysis.)
    2005-04-09 19:44:52下载
    积分:1
  • semoga
    this program is tworay models program. to get coverage area and radius from transmitter to receiver..this program can fing the breakpoint of power level
    2012-03-21 13:08:21下载
    积分:1
  • chapter1_10
    Modern wireless device have sleep mode which greatly reduce the duty cycle of the power supply.Consider the effect of different duty cycles and transmit times to see the wide range of battery lifetimes one may expect before recharging. results is being plotted of battery lifetime as a function of the duty cycles & duration of the wake up mode.
    2013-10-07 22:36:13下载
    积分:1
  • FIR_filter_design
    FIR数字滤波器设计。包括常用窗函数及其MATLAB实现、基于频率抽样法的FIR滤波器设计、基于切比雪夫逼近法的FIR滤波器设计。(FIR digital filter design. Including the common window function and its MATLAB, based on frequency sampling FIR filter design, based on Chebyshev approximation of FIR filter design.)
    2011-12-02 08:52:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载