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

model-free adaptive control

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

代码说明:

  北京交通大学侯忠生教授的无模型自适应控制的实际应用和理论研究应用,详细介绍了无模型自适应控制的主要应用领域。附录为无模型自适应控制书中的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 个回复

  • chess20100425
    一种用matlab编程的象棋游戏。分享给大家。(A kind of chess game with the matlab programming. To others.)
    2010-05-30 12:26:36下载
    积分:1
  • datedisplay
    这个一个通过matlab实现的一个日历显示程序,读取本地日历,界面很好看,程序设计的很精炼。(This is a matlab implementation of a calendar display program, read the local calendar interface look very good program design is very refined.)
    2013-04-24 20:32:04下载
    积分:1
  • fuzzy_control
    用MATLAB编写的离散模糊控制程序,结合本程序,我相信能能更快更好的理解模糊控制算法。算法在MATLAB Version: 7.14.0.739 (R2012a)运行无误。 function [FCU_T1,FCU_T2,FCU_T3,FCU_T4]=fuzzy_table(Me,Mec,Mu,UC) Me 隶属度表1 Mec 隶属度表2 Mu 隶属度表3 UC 模糊规则 FCU_T1 重心加权法,输出精确值 FCU_T2 重心加权法,输出离散值 FCU_T3 重心加权法(对隶属度平方),输出离散值 FCU_T4 最大隶属度法 function [R,n,nE,nEC,nU,nfe,nfec,nfu]=fuzzy_relation(Me,Mec,Mu,UC) Me 隶属度表1 Mec 隶属度表2 Mu 隶属度表3 UC 模糊规则 R 表示全体规则构成的模糊关系 n=nfe×nfec nE 模糊变量E的语言值个数 nEC 表示模糊变量EC的语言值个数 nU 表示模糊变量U的语言值个数 nfe 表示E的等级量个数,示例1中其论域为{-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6} nfec 表示EC的等级量个数,示例1中其论域为{-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6} nfu 表示U的等级量个数,示例1中其论域为{-7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7} Me 表示E的隶属度表 Mec 表示EC的隶属度表 Mu表示U的隶属度表 UC表示规则表(fuzzy control algorithm(matlab program))
    2015-05-19 14:23:20下载
    积分:1
  • FILE-3
    HERE I HAD ATTACHED THE CODES FOR COMPRESSION
    2014-02-27 14:46:43下载
    积分:1
  • MUSIC
    自己编的matlab程序 跑过之后觉得效果还可以(good)
    2010-09-18 17:21:25下载
    积分:1
  • GUNESHUCRE
    photovoltaic matlab model two diode solar energy
    2013-04-02 03:55:42下载
    积分:1
  • image-fusion
    用matlab进行多聚焦图像融合,包括图像直接融合,傅里叶变换融合,和小波融合的源代码( multi-focus image fusion by matlab, including direct images fusion, Fourier transform integration, and wavelet fusion )
    2013-12-27 13:58:46下载
    积分:1
  • PF
    粒子滤波通过随机采样生成粒子,计算随机变量的后验分布(Particle filter generates particles by random sampling and calculates the posterior distribution of random variables.)
    2019-05-04 22:40:54下载
    积分:1
  • code_sr
    it is good for start in speaker recognition.
    2010-11-30 20:00:52下载
    积分:1
  • quadtree
    Implement the split and merge procedure for segmenting
    2010-03-15 04:17:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载