登录
首页 » matlab » model-free adaptive control

model-free adaptive control

于 2020-11-17 发布 文件大小:1349KB
0 283
下载积分: 1 下载次数: 61

代码说明:

  北京交通大学侯忠生教授的无模型自适应控制的实际应用和理论研究应用,详细介绍了无模型自适应控制的主要应用领域。附录为无模型自适应控制书中的MATLAB程序代码,运行可以复现书中的仿真图。(Professor Hou Zhongsheng of Beijing Jiaotong University introduced the practical application and theoretical research application of model-free adaptive control, and introduced the main application fields of model-free adaptive control in detail. Appendix is the MATLAB program code in the model-free adaptive control book, which can be run to reproduce the simulation diagram in the book.)

文件列表:

《无模型自适应控制——理论与应用》部分例题仿真代码\example4_1_CFDLMFAC1.txt, 4149 , 2018-10-02
《无模型自适应控制——理论与应用》部分例题仿真代码\example4_2_CFDLMFAC2.txt, 4585 , 2018-10-02
《无模型自适应控制——理论与应用》部分例题仿真代码\example4_3_CFDLMFAC3.txt, 4953 , 2018-10-02
《无模型自适应控制——理论与应用》部分例题仿真代码\example4_4_simmfac.txt, 2296 , 2018-10-02
《无模型自适应控制——理论与应用》部分例题仿真代码\example4_4_simpid1.txt, 1222 , 2018-10-02
《无模型自适应控制——理论与应用》部分例题仿真代码\example4_5_simmfac.txt, 1679 , 2018-10-02
《无模型自适应控制——理论与应用》部分例题仿真代码\example4_6_PFDLMFAC.txt, 5115 , 2018-10-02
《无模型自适应控制——理论与应用》部分例题仿真代码\example4_7_FFDLMFACSISO.txt, 3779 , 2018-10-02
《无模型自适应控制——理论与应用》部分例题仿真代码\example4_8_FFDLMFACSISO.txt, 3812 , 2018-10-02
《无模型自适应控制——理论与应用》部分例题仿真代码\example5_1_MFAC_CFDL_MISO.txt, 3105 , 2018-10-02
《无模型自适应控制——理论与应用》部分例题仿真代码\example5_2_MFAC_CFDL_MIMO.txt, 4641 , 2018-10-02
《无模型自适应控制——理论与应用》部分例题仿真代码\example5_3_MFAC_PFDL_MISO.txt, 3946 , 2018-10-02
《无模型自适应控制——理论与应用》部分例题仿真代码\example5_4_MFAC_PFDL_MIMO.txt, 4395 , 2018-10-02
《无模型自适应控制——理论与应用》部分例题仿真代码\example5_5_MFAC_FFDL_MISO.txt, 4021 , 2018-10-02
《无模型自适应控制——理论与应用》部分例题仿真代码\example5_6_MFAC_FFDL_MIMO.txt.txt, 3929 , 2018-10-02
《无模型自适应控制——理论与应用》部分例题仿真代码\MFAC_in_Chinese.pdf, 1295061 , 2018-10-02
《无模型自适应控制——理论与应用》部分例题仿真代码\Model_free_Adaptive_Control-Theory_and_Control-Ch1.pdf, 837924 , 2018-10-02
《无模型自适应控制——理论与应用》部分例题仿真代码, 0 , 2018-10-02

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

发表评论

0 个回复

  • xulie
    程序xulie.rar 谢谢支持 继续努力(Program xulie.rar Thank you support the continued efforts to)
    2009-10-22 16:03:29下载
    积分:1
  • MATLAB6.0Handbook-Of-Mathematical-
    说明:  matlab数学手册。很多数学方面的资料,欢迎大家拿来学习。(matlab mathematical manual. A lot of math information, welcome to bring learning.)
    2011-02-28 20:59:40下载
    积分:1
  • simulink_matlab
    matlab仿真教程,simulink模块讲解(matlab simulation tutorial)
    2011-05-07 13:48:20下载
    积分:1
  • zui-duan-lu-jing
    首先在m脚本文件canshuo.m中输入节点个数和路径权重,在命令窗口中输入canshu,用s=12,e=10的格式输入要求的起止点,再输入main即可得到两点之间的路径和长度。(M script file canshuo.m first enter the node number and the right path lies in the command window enter canshu, with s = 12, e = 10 The format of the input requirements of the start and end points, and then enter the main between two points can be obtained path and length.)
    2011-06-09 16:00:51下载
    积分:1
  • lorenz-xiangtu
    lorenz系统的相图实现,参数a,b取固定值,变化c,从而观察lorenz系统解的性质的变化(lorenz phase diagram of the system implementation, parameters a, b take a fixed value, the change c, lorenz system solutions to observe the changing nature of)
    2013-06-11 11:37:10下载
    积分:1
  • Wiener
    实现维纳滤波用于语音增强。第一步采用频域谱函数计算最佳的维纳滤波器,再对输入带噪信号进行滤波;第二步是在此基础上的改进,用了自适应的思想,及时根据当前帧的状态更新修正滤波器的系统函数,得到更精确的无噪语音信号。第三步是采用自适应LMS方法,在时域迭代计算滤波器系数,迭代次数足够多时可得到较准确的有用信号。(Implement wiener filtering used in speech enhancement. First step optimum wiener filter is obtained by using the frequency spectrum function, again to input the signal with noise filtering The second step is the improvement on the basis of this, with the idea of adaptive, and in a timely manner according to the current frame updates correction system function of the filter, get a more accurate without noise speech signal. The third step is to use the adaptive LMS method, iterative calculation in time domain filter coefficient, the number of iterations enough to get the useful signal accurately.)
    2015-05-19 13:26:17下载
    积分:1
  • Permanent-magnet-synchronous.
    Permanent magnet synchronous motor parameters, structure, performance design process.
    2013-12-10 05:34:27下载
    积分:1
  • jiedian
    用数组产生盲节点和信标节点,比循环产生好许多(Produce blind node and beacon node with arrays, produce much better than the cycle)
    2013-11-28 10:47:09下载
    积分:1
  • MATLAB
    MATLAB temperature fieldMATLAB temperature field
    2013-12-15 12:57:04下载
    积分:1
  • pso-MATLAB
    matlab 开发的标准粒子群算法 用于优化计算(matlab development of standard particle swarm algorithm for optimizing calculation)
    2010-08-23 11:49:24下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载