登录
首页 » matlab » 1234435

1234435

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

  • Matlab-Simulink
    本书提供了matlab语言的编程语法和基本函数,并给出了simulink仿真实例,对于学习matlab的人来说非常有用(This book provides a matlab programming language syntax and basic functions, and gives simulink simulation for learning matlab very useful for people who)
    2013-11-06 16:48:04下载
    积分:1
  • detect_surf_features
    surf feature extraction for target tracking applications
    2015-01-26 00:52:46下载
    积分:1
  • chaxunriqi
    使用matlab查询日期的方法,有需要的看看。(The date of the use of matlab query methods, there is a need to look at.)
    2008-06-05 22:57:12下载
    积分:1
  • New_PCNN
    PCNN程式碼 PCNN程式碼 PCNN程式碼 PCNN程式碼(PCNN IS good)
    2012-04-22 20:37:19下载
    积分:1
  • additive-gaussian-error
    说明:  认知场景下加性高斯噪声对于误码的影响,已经干扰问题的转换源码(Cognitive scenarios for the additive error of Gaussian noise has been the conversion source interference problem)
    2011-03-23 22:53:19下载
    积分:1
  • feifei-weina
    信号从发送者传送到接收者往往受到几种形式的变形而消弱,维纳滤波是一种从接收的原始信号中恢复信号的方法。(signal transmitted from the sender to the receiver is often some form of the deformation and weaken. Wiener filter is a reception from the restoration of the original signal signal method.)
    2007-07-02 12:40:43下载
    积分:1
  • rssi
    基于matlab的峰值检测算法,具有较为直观地意义,系数可以根据实际需要进行调节(Matlab-based peak detection algorithm, with a more intuitive sense, the coefficients can be adjusted according to actual needs)
    2014-11-12 18:40:50下载
    积分:1
  • MUSIC_SD
    基于MUSIC算法阵列天线测向 给出已知角度 通过MUSIC算法 得到对应频谱及功率谱曲线(DOA estimation by MUSIC)
    2013-03-27 22:56:31下载
    积分:1
  • model-of-scale-free-network
    复杂网络中无标度网络的matlab及C++生成代码(Complex networks of scale-free networks generated code matlab and C++)
    2014-01-05 14:52:54下载
    积分:1
  • FH-simulation
    By using this matcode codes a simple frequency Hopping system can be simulated. The number of frequencies to be used can be changed by changing the parameters
    2014-02-20 19:26:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载