登录
首页 » matlab » 1234435

1234435

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

  • model3d
    一个matlab程序可以调入和应用3D Max (.3ds)和Autocad (.dxf)文件。能够利用OpenGL作显示并进行简单的操纵(旋转,平易,重叠等)(a Matlab procedures can be transferred and applied 3D Max (.3 ds) and Autocad (. dxf) documents. To use OpenGL for show and simple manipulation (rotate kind, overlap, etc.))
    2007-03-16 10:40:31下载
    积分:1
  • Langmuir_Probe
    Langmuir_Probe PLASMA simulation
    2013-09-03 23:27:35下载
    积分:1
  • optical_flow22
    视频跟踪的光流法,本方法用matlab仿真(optical flow)
    2011-11-13 16:40:24下载
    积分:1
  • matlab_advanced_Textbook_ppt
    MATLAB语言与控制系统仿真,PPT文档 结合所学课程《自动控制原理》,运用MATLAB语言进行控制系统仿真和辅助设计(matlab language and control system design,ppt document。)
    2009-05-24 14:09:27下载
    积分:1
  • fftanalysis_matlab
    fft_analysis_matlab for analysis the wave from to identify harmonic and freqency
    2011-05-11 19:30:41下载
    积分:1
  • 产生ALPHA稳定分布信号matlab函数
    产生ALPHA稳定分布信号matlab函数。适用于仿真带有尖峰的噪声信号。(ALPHA stable distribution signals generated matlab function. For the simulation of the noise signal with a spike.)
    2013-06-27 10:45:14下载
    积分:1
  • facerecognition
    利用matlab程序实现人脸识别与人脸检测(Matlab program to use face recognition and face detection)
    2008-04-09 09:57:20下载
    积分:1
  • kalmanshu
    卡尔曼滤波算法的MATLAB源码程序,及其应用(Kalman filtering algorithm MATLAB source programs, and its application)
    2007-06-18 08:25:14下载
    积分:1
  • JADE-MUSIC,JADE-ESPRIT和SI-JADE算法相比 JADEalgorithm
    为了实现DOA和时延的联合估计,提出了一个无线通信中高分辨率的联合角度和时延估计方法,该方法不需要对参数进行搜索,利用空时矩阵的特征向量和特征值分别估计DOA和时延,通过特征值和特征向量的对应关系,估计的参数可以自动实现配对, 只要各路径信号的DOA和时延不同时接近此方法都可以适用,与JADE-MUSIC,JADE-ESPRIT和SI-JADE算法相比,该算法具有较好的鲁棒性和较小的估计误差。仿真结果证明了该算法的有效性。 (In order to achieve the joint estimation of DOA and delay, proposed a wireless communications joint angle and high resolution delay estimation method, the method does not require parameters to search using the space-time matrix eigenvectors and eigenvalues​ ​ , respectively, and the estimated DOA delay, by the correspondence between eigenvalues ​ ​ and eigenvectors, the estimated parameters can be automatically paired DOA and delay of each path as long as the signal is not close to this same method can be applied, with the JADE-MUSIC, JADE-ESPRIT and SI-JADE algorithm, the algorithm has better robustness and smaller estimation error. The simulation results show the effectiveness of the algorithm.)
    2020-11-13 16:39:42下载
    积分:1
  • kuaisu_morlet_bianhuan
    快速morlet小波变换在调制识别中的matlab仿真(Quick morlet wavelet transform in modulation recognition matlab simulation)
    2021-04-14 11:18:55下载
    积分:1
  • 696518资源总数
  • 105578会员总数
  • 20今日下载