登录
首页 » matlab » 1234435

1234435

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

  • TRUWB
    The ZIP include BER Calculator , Noise Generator , Q_fn and QBEP for Ultrawide band
    2010-08-31 05:32:36下载
    积分:1
  • 一个RBF神经网络的算法实现
    一个RBF神经网络的算法实现程序,可用于实现RBF神经网络的函数逼近(A RBF neural network algorithm procedures, can be used to realize the function of the RBF neural network approximation)
    2014-09-04 09:04:03下载
    积分:1
  • 1.2
    噪声信号中正弦信号的频谱分析,包括不同信噪比不同周期不同长度(Sinusoidal signal in the noise signal spectrum analysis, including the different cycles of different lengths in different SNR)
    2011-11-23 10:15:20下载
    积分:1
  • final-thesis
    Synthetic Aperture Radar Simulation extended target as the shape of tank using four different types of Signals LFM Signal Conventional OFDM CP-based OFDM Random Noise Signal
    2016-09-23 05:40:25下载
    积分:1
  • FCMClust
    数模资料。现在是聚类专题。这个是Cluster-FCM。刚刚运行完交的作业。(Digital to analog data. It is thematic clusters. This is the Cluster-FCM. Just finished running post jobs.)
    2013-07-17 23:04:26下载
    积分:1
  • integdiff-matlab
    matlab微积分讲义ppt,包括算法,程序等很多不错的咚咚,可以学习一下(Matlab calculus overhead ppt, including algorithms, procedures and many other good joyous, we can learn from this)
    2006-09-16 10:15:35下载
    积分:1
  • lkzb
    毕业设计论文中编写的关于生成一个雷克子波(Graduate design thesis writing Leike Zi generate a wave)
    2012-04-25 16:22:07下载
    积分:1
  • to_pudn
    this code is a simple one_seeded region growing to segment the bones in MRI prostate images.
    2014-09-22 22:10:26下载
    积分:1
  • first_m61
    少量投影圆形扫描法获得物象全息图的程序,可以使用3DMax生成一个三维物体的各角度投影图然后使用此程序处理,通过修改参数等可以最终生成全息图.程序测试通过,并可通过重建数值再现.(Circular scanning method to obtain a small amount of projection images hologram program, you can use 3DMax to generate a three-dimensional perspective projection of the object and then use this procedure, by modifying the parameters can ultimately generate holograms. Test procedures, and through numerical reconstruction reproduction.)
    2011-10-25 16:00:10下载
    积分:1
  • Adaptive-equalizer-2010-paper
    Adaptive equalizer, latest. Very important. Easy implementation
    2015-01-23 02:03:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载