登录
首页 » matlab » 1234435

1234435

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

  • FFT变换及频谱分析
    Matlab编程实现FFT变换及频谱分析的程序代码,能出结果,不错(Matlab Programming FFT transform and spectral analysis of the program code to the results, it is true)
    2020-06-29 23:40:02下载
    积分:1
  • Fourier
    Fourier Transforms Using Matlab 英文,清晰pdf版(Fourier Transforms Using Matlab in English, a clear pdf version)
    2010-05-06 21:26:53下载
    积分:1
  • wxy353
    程序包含的设置包括:列数、样本总个数、建模样本数、预报因子数、预报对象数、学习因子、 动量因子、训练次数、总体误差、隐节点数。(Contains the settings include: the number of rows, the total number of samples, sample size modeling, forecasting factor number, forecasting the number of objects, learning factor, momentum factor, training frequency, the overall error, hidden nodes.)
    2007-09-23 08:46:02下载
    积分:1
  • lms
    LMS自适应滤波算法的MATLAB仿真程序(LMS adaptive filtering algorithm MATLAB simulation program)
    2010-05-28 21:27:41下载
    积分:1
  • 基于PCA的SVM分类
    选择“BreastCancer”数据集,使用支持向量机(SVM)对其进行分类。作为对比,第一次对特征集直接进行支持向量机分类,第二次对特征集进行主成分分析法的特征提取后,再对特征提取后的特征集进行支持向量机分类。并且对比和分析了两次分类的结果。(The BreastCancer data set is selected and classified by Support Vector Machine (SVM). For comparison, the first time the feature set is classified directly by support vector machine, the second time the feature set is extracted by principal component analysis, and then the feature set is classified by support vector machine. The results of the two classifications are compared and analyzed.)
    2020-06-20 10:20:02下载
    积分:1
  • diversity
    matlab 下的协作分集和各种方案性能比较(cooperative diversity)
    2010-06-11 08:03:14下载
    积分:1
  • quansousuo
    基于malab的全搜索算法是H264块匹配中最基本的算法(Based on the malab the full search algorithm is the H264 algorithm for block matching in the most basic)
    2012-04-22 23:50:06下载
    积分:1
  • droopL
    matlanb仿真实现下垂控制,能够较好的跟上无功和有功,调节电压与频率(this is a droop controler,use PI control)
    2016-09-07 16:10:10下载
    积分:1
  • graythresh
    本文提出的中值滤波的快速算法的基本思想是:原始数据序列上中值滤波的滑窗在移动过程中,当前窗只要删除其最早的元素,加入窗后的新元素,即成为下一窗的内容。这个只是Matlab里封装的算法代码(In this paper, the median filtering of the fast algorithm for the basic idea is: the original data sequence in the sliding window filtering process in the mobile, the current window as long as the deletion of its first element, adding a new element after the window, that is, the next window content.)
    2009-05-26 11:58:59下载
    积分:1
  • ofdmtransmit
    ofdm的仿真,对仿真过程中的各个环节的信号进行频谱分析(ofdm simulation, the simulation of all aspects of the signal spectrum analysis)
    2009-04-20 20:55:46下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载