登录
首页 » matlab » 1234435

1234435

于 2012-10-19 发布 文件大小:27KB
0 89
下载积分: 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
    MATLAB基础知识、基本操作、图形系统程序设计学习资料,适合初学者阅读(MATLAB basic knowledge, basic operations, graphics system program design learning materials, suitable for beginners to read)
    2009-11-15 17:53:23下载
    积分:1
  • dip_program
    matlab软件上的数字图像处理基础源程序(digital image processing programs)
    2009-06-16 15:09:04下载
    积分:1
  • DQPSK_Sim
    一个pi/4-DQPSK的仿真程序,GUI界面,可以计算误码率(a pi/4-DQPSK simulation program, GUI interface, the error rate can be calculated)
    2021-05-14 02:30:02下载
    积分:1
  • ofdm-bpsk
    基于simulink的OFDM仿真,使用bpsk调制技术,包含mdl源文件(simulink mdl bpsk)
    2014-12-17 22:57:31下载
    积分:1
  • FrostFilter
    Frost 滤波器代码,一个印度人仿真的V.S Frost 于1982年提出的Frost 滤波器,参考文献A Model for Radar Images and Its Application to Adaptive Digital (Frost_filter code Simulated by an Indian References VS Frost, " A Model for Radar Images and Its Application to Adaptive Digital Filtering of Multiplicative Noise," IEEE Trans Pattern Anal, Machine Intell.. ., vol. 4, no. 2, pp. 157-166,. 1982. Mar [http://dx.doi.org/10.1109/TPAMI.1982.4767223])
    2014-01-10 12:27:24下载
    积分:1
  • boumao_v73
    结合PCA的尺度不变特征变换(SIFT)算法,旋转机械二维全息谱计算的实用例程,进行波形数据分析。( Combined with PCA scale invariant feature transform (SIFT) algorithm, Rotating Machinery dimensional hologram of practical spectrum calculation routines, Waveform data analysis.)
    2016-12-19 08:23:21下载
    积分:1
  • SignalProcess_origin
    信号处理的方法,包括了轴承特征频率计算,包络分析,fft分析,希伯特变换,信噪比计算等。(The signal processing methods include bearing characteristic frequency calculation, envelope analysis, FFT analysis, Hibbert transform, SNR calculation and so on.)
    2018-07-21 10:16:58下载
    积分:1
  • maxislabels_freq
    matlab中wave文件的频率解析代码,欢迎使用(Matlab which documents the frequency wave analysis code, welcomed the use of)
    2007-07-01 16:35:54下载
    积分:1
  • m
    说明:  matlab code for cognitive radio
    2009-09-08 07:19:21下载
    积分:1
  • mgm1n
    通过检验相关系数进行多变量灰色预测 用MATLAB 编制(By examining the correlation coefficients are more variable gray forecast prepared with MATLAB)
    2010-06-13 13:25:53下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载