登录
首页 » matlab » 质量块-阻尼器-弹簧系统的鲁棒控制(论文+程序)

质量块-阻尼器-弹簧系统的鲁棒控制(论文+程序)

于 2021-03-09 发布
0 382
下载积分: 1 下载次数: 11

代码说明:

说明:  用鲁棒控制方法来控制一个简单的二阶机械系统:质量块-阻尼器-弹簧系统。该系统是本科生实验教学中常见的控制实验装置。作为本书中的第一个案例,将针对该装置介绍三种控制器的详细设计方法,分析闭环系统的鲁棒稳定性和鲁棒性能。为了简化设计过程,此处仅考虑模型的结构扰动(参数扰动)。针对此例,介绍了matlab鲁棒控制工具箱(Robust Control Toolbox)一些鲁棒控制器设计指令。希望此章的学习不仅能够教授鲁棒控制系统设计方面的知识,也能够教会大家如何使用鲁棒控制工具箱。(Robust control method is used to control a simple second order mechanical system: mass damper spring system. The system is a common control experimental device in undergraduate experimental teaching. As the first case in this book, the detailed design methods of three controllers for the device are introduced, and the robust stability and robust performance of the closed-loop system are analyzed. In order to simplify the design process, only the structural disturbance (parameter disturbance) of the model is considered here. For this example, some robust controller design instructions of MATLAB robust control toolbox are introduced. I hope that this chapter can not only teach the knowledge of robust control system design, but also teach you how to use robust control toolbox.)

文件列表:

clf_mds.m, 541 , 2021-03-07
clp_mds.m, 641 , 2021-03-07
dk_mds.m, 727 , 2021-03-07
final.m, 640 , 2021-03-07
hin_mds.m, 341 , 2021-03-07
kf_mds.m, 343 , 2021-03-07
lsh_mds.m, 957 , 2021-03-07
mod_mds.m, 321 , 2021-03-07
ms_mds.m, 51 , 2021-03-07
nrp_mds.m, 583 , 2021-03-07
olp_mds.m, 296 , 2021-03-07
pcf_mds.m, 616 , 2021-03-07
pdc_mds.m, 923 , 2021-03-07
pfr_mds.m, 592 , 2021-03-07
ppf_mds.m, 777 , 2021-03-07
prf_mds.m, 565 , 2021-03-07
psf_mds.m, 638 , 2021-03-07
rbp_mds.m, 736 , 2021-03-07
rbs_mds.m, 1088 , 2021-03-07
red_mds.m, 305 , 2021-03-07
rob_mds.m, 603 , 2021-03-07
Robust Control of a Mass-Damper-Spring System.pdf, 1266348 , 2021-03-07
sen_mds.m, 393 , 2021-03-07
sim_mds.m, 194 , 2021-03-07
sys_mds.m, 552 , 2021-03-07
wts_mds.m, 339 , 2021-03-07
质量块-阻尼器-弹簧系统的鲁棒控制.doc, 2347008 , 2021-03-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DS_CDMA
    说明:  直接序列扩频通信系统建模与仿真编程,直接序列扩频通信系统建模与仿真编程。(Direct sequence spread spectrum communication system modeling and simulation programming, direct sequence spread spectrum communication system modeling and simulation programming.)
    2011-03-13 15:58:00下载
    积分:1
  • TPF
    Transient Pipe Flow: Compute the transient velocity profile of a flow in a pipe.
    2013-09-03 10:20:29下载
    积分:1
  • remesh
    用于对ABAQUS的INP文件进行修改 能够实现基于节点坐标变化的网格的重新划分(ABAQUS is used to modify the INP file to node-based grid coordinates of the re-classification change)
    2020-12-28 21:49:01下载
    积分:1
  • Face-Recognition
    一段很不错的人脸识别的matlab源代码,matlab版本为7.0.1,我不知道在其他版本下能否顺利执行(A very good face recognition matlab source code, use the matlab version 7.0.1, I do not know whether the smooth implementation of the other versions)
    2011-05-18 12:56:20下载
    积分:1
  • code-Feature-Selection-using-Matlab
    一种基于matlab的神经网络编码特征选择。特征点提取。(Based on neural network matlab coding feature selection. Feature point extraction.)
    2014-01-18 22:06:34下载
    积分:1
  • Quire
    QUIRE算法用于主动学习,通过信息询问和代表样本来实现。(QUIRE is a package for active learning by querying informative and representative examples. )
    2012-02-13 13:12:32下载
    积分:1
  • For2008a
    ACOUNT: 用于A 方向灯的时间显示,8 位,可驱动两个数码管; BCOUNT: 用于B 方向灯的时间显示,8 位,可驱动两个数码管。*/ module traffic(CLK,EN,LAMPA,LAMPB,ACOUNT,BCOUNT) output[7:0] ACOUNT,BCOUNT (reg[7:0] numa,numb reg tempa,tempb reg[2:0] counta,countb reg[7:0] ared,ayellow,agreen,aleft,bred,byellow,bgreen,bleft reg[3:0] LAMPA,LAMPB always @(EN) if(!EN) )
    2010-06-23 14:39:58下载
    积分:1
  • xindao
    求解任意信道容量的迭代算法,求解方便而且实用。(Channel capacity to solve any of the iterative algorithm, solving convenient and practical.)
    2009-10-28 19:55:50下载
    积分:1
  • treewave
    Included are the files wav1.m, wav2.m, wavecoef.mat and readme. wav2 function implements the tree structured wavelet transform of the input matrix, up to the given level of decomposition. Wav2 uses another function called wav1, which takes the well known wavelet transform of the given matrix. Daubechies wavelet coefficients are used for wavelet transform operation wahich is saved in wavcoeff.mat. (Included are the files wav1.m, wav2.m. wavecoef.mat and readme. wav2 function biennium max the tree structured wavelet transform of t he input matrix. given up to the level of decomposition. Wav2 use s wav1 another function called, which takes the well known wavelet transform of the given matrix. Daubechies wavelet coeffici separations are used for wavelet transform operation w ahich is saved in wavcoeff.mat.)
    2006-07-17 09:01:16下载
    积分:1
  • ti1
    碎纸片的拼接,简单的几张一行图片进行链接。(Torn pieces of mosaic)
    2013-09-15 22:25:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载