登录
首页 » matlab » 1234435

1234435

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

  • image-artithmetic
    matlab based image arithmetic
    2014-11-25 09:54:18下载
    积分:1
  • muonituihuo
    说明:  在matlab环境下用人工智能算法--模拟退火算法求函数极植的matlab程序(In the matlab environment using artificial intelligence algorithms- simulated annealing algorithm for function very replanting program matlab)
    2008-10-10 19:34:31下载
    积分:1
  • 已知被控对象为 fuzzy_control
    题目:已知被控对象为 1/(10s+1)*exp(-0.5s)。假设系统给定为阶跃值r=30,采样时间为0.5s,系统的初始值r(0)=0。试分别设计: (1)常规的PID控制器; (2)常规的模糊控制器; 分别对上述2种控制器进行Matlab仿真,并比较控制效果 (Topic: Known charged object is 1/(10s+1)* exp (-0.5s). Assume that the system is given as the step value r = 30, the sampling time of 0.5s, the system the initial values ​ ​ of R (0) = 0. Trial were designed: (1) conventional PID controller (2) conventional fuzzy controller Matlab simulation of the two kinds of controllers, respectively, and compare the control effect)
    2021-04-09 20:48:59下载
    积分:1
  • VLC_simulation
    实现可见光通信的仿真,用OFDM的调制方式(VLC communication OFDM)
    2018-12-30 15:55:12下载
    积分:1
  • nonlinear-oscillation-example
    介绍了使用MATLAB绘制相图及庞加莱映射(nonlinear oscillation)
    2016-05-04 22:24:59下载
    积分:1
  • 干涉仪测向
    程序为相关干涉仪测向方法的matlab仿真。以5元圆天线阵列为接收阵列,计算两元间的相位差,形成标准库,并通过相关的方式测得信号来波方向。(Matlab simulation of the program for the direction finding method of correlation interferometer. With 5 yuan of circular antenna array for receiving array, calculate the phase difference between the two, the formation of the standard library, and through the measured signal wave direction. )
    2020-06-30 21:20:02下载
    积分:1
  • LanderMission
    这个课题设计从地球的近地轨道起飞到达谷神星预定轨道并且着陆在其表面上的一种数值方法。基于有限时间的航行纠正点火而非瞬时推力数值计算和Matlab仿真。最后可以看到空间飞行器从地球的影响球飞到谷神星的影响球的飞行轨迹。(This project explores the mathematical methods and results of designing a mission to land a spacecraft on the asteroid Ceres by beginning in an earth-centered LEO orbit and ending in an orbit prepared to land on the surface of the asteroid. Rather than assume instantaneous velocity changes, course-correcting burns of finite time are considered and analyzed using numerical methods and Matlab computation. The behavior of the spacecraft is observed inside the Earth s sphere of influence, in interplanetary space, and inside Ceres sphere of influence. )
    2010-01-12 13:42:02下载
    积分:1
  • redressement_triphase
    three phase rectifier
    2017-10-07 21:21:22下载
    积分:1
  • datamining[1].rar___zzjiang10820075281058042581
    关联规则挖掘算法 Apriori算法的Matlab实现(Association rule mining algorithm Apriori Algorithm Matlab implementation)
    2010-01-06 20:15:17下载
    积分:1
  • gp442win32
    说明:  Python的一个绘图模块,非常好用,体积有很小,可以替代matlab的大部分功能(Python in a drawing module, very easy to use, very small size, can replace most of the functions matlab)
    2011-04-08 15:06:45下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载