登录
首页 » matlab » 1234435

1234435

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

  • emu_demo
    岩质边坡极限平衡稳定性分析软件,功能强大(Rock slope stability analysis of limit equilibrium software, a powerful)
    2009-06-26 13:15:18下载
    积分:1
  • Foundations-of-Fuzzy-Control---A-Practical-Approa
    Foundations of Fuzzy Control - A Practical Approach (2e) (C4-PPTX) Fuzzy PID
    2015-02-07 12:32:02下载
    积分:1
  • ChaoticSystemsToolbox
    matlab ChaoticSystemsToolbox工具箱(ChaoticSystemsToolbox)
    2010-08-30 10:17:35下载
    积分:1
  • distanceSnake(matlab)
    distance snaked的matlab实现,用于分割和边缘检测(matlab realize the distance snaked for segmentation and edge detection)
    2008-02-01 21:50:07下载
    积分:1
  • MATLAB_SSB
    通信原理上机实验-基于Matlab的模拟幅度调制系统-SSB调制解调系统程序代码(On communication theory machine experiment- Matlab-based simulation system-SSB modulation amplitude modulation and demodulation system code)
    2014-01-02 17:32:16下载
    积分:1
  • scl decoding
    说明:  极化码编码中的scl译码算法,代码含有比较详细的注释(SCL decoding algorithm in polarization code coding with detailed comments)
    2021-04-13 20:48:55下载
    积分:1
  • yuanzhen
    本程序是圆形相控阵方向图合成,阵型位于不同坐标面上所得的方向图不同。本程序分别从阵型位于水平和竖直阵面两种情况进行仿真,结果不同。有利于初学者对相控阵方向图合成的理解和对matlab编程软件的学习。(This program is the circular phased array pattern synthesis.The direction of the circular phased array placed on the different coordinate surface of a simulation result. This program simulation points placed vertically and horizontally both cases, contribute to the understanding of phased array direction pattern synthesis and matlab programming learning.)
    2013-04-14 22:08:26下载
    积分:1
  • shenxd
    本程序能够从图像中自动提取出椭圆,并且求出椭圆的参数方程(This procedure can be automatically extracted from the image of an oval, and elliptical to derive the parameters of equation)
    2007-10-31 17:42:56下载
    积分:1
  • SPWM-voltage-invertor
    :SPWM调制技术是通过改变输出方波的占空比来改变等效的输出电压,其调制波为正弦波,脉冲宽度间占空 比按正弦规率排列, 这样输出波形经过适当的滤波可以做到正弦波输出。它广泛的用于支流交流逆变器。本次实 验使用Matlab/Simulink对SPWM技术进行仿真并分析数据。(: SPWM modulation by changing the duty cycle square wave output to change the equivalent output voltage, the modulated sine wave, pulse width, duty cycle between the rate at sine arranged so that the filter output waveform can be done properly to the sine wave output. It is widely used in branch AC inverter. The experiment uses Matlab/Simulink simulation of the SPWM technique and analyze data.)
    2011-05-22 15:03:05下载
    积分:1
  • Local-histogram-equalization
    彩色图像的局部直方图均衡化程序,可一定程度上增强图像的对比度(Local histogram equalization process a color image, the image contrast can be enhanced to some extent,)
    2014-11-18 08:52:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载