登录
首页 » matlab » 1234435

1234435

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

  • key-frame-extraction
    in this zip folder contains the how to extract the key frames and how to add the noise and RGB.
    2013-10-01 23:44:05下载
    积分:1
  • 3D
    说明:  its #D graphic program in c....very easy to understand
    2010-08-01 21:17:30下载
    积分:1
  • matlab
    用MATLAB对OFDM仿真,有关于ofdm的matlab仿真(OFDM simulation using MATLAB,THIS IS ABOUT OFDM SIMULATION USING MATLAB)
    2012-05-18 11:10:56下载
    积分:1
  • 1.-Variables-and-ports
    The World’s Shortest Electronics Primer
    2014-10-15 12:31:59下载
    积分:1
  • 基于鱼群算法的函数寻优算法
    说明:  使用matlab语言编程的鱼群算法对测试函数进行寻优测验(UsingFish swarm algorithm programmed by MATLAB language to test the optimization of test function)
    2020-05-20 09:43:48下载
    积分:1
  • Blur1
    Computing an Exact Gaussian Scale-space 介绍了一种图像去模糊算法 保护论文和源代码 用c 编写(Computing an Exact Gaussian Scale-space introduce a debulrring algorithm, including a source C code)
    2014-09-02 19:06:07下载
    积分:1
  • homography
    homography matrix of 2 images
    2013-02-13 16:53:50下载
    积分:1
  • SCFDE11_14
    该程序是对单载波频域均衡的仿真,包括用LS算法进行信道估计以及独特字的仿真(The program is the simulation of single carrier frequency domain equalization, including the LS algorithm for channel estimation and the simulation of unique characters.)
    2018-03-31 19:36:10下载
    积分:1
  • help1liang
    化学计量学中用于分辨的HELP方法!目前是世界上最好的分辨方法!此上传为以可视化的软件!(chemical metrology used to distinguish between the methods HELP! At present the world is the best way to distinguish! Chn to this visualization software!)
    2007-06-19 19:47:57下载
    积分:1
  • bpf
    一个BP神经网的学习过程,实现预测功能。(A BPN )
    2009-07-13 14:36:32下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载