登录
首页 » MATLAB » 《无模型自适应控制-理论与应用》15道程序例题汇总

《无模型自适应控制-理论与应用》15道程序例题汇总

于 2020-03-19 发布
0 471
下载积分: 1 下载次数: 11

代码说明:

《无模型自适应控制-理论与应用》程序例题汇总。包括CFDL,PFDL,FFDL等多种无模型自适应编程举例,共15道,供大家学习

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

发表评论

0 个回复

  • 多目标遗传算法(ZDHstochastic.m)
    可用于求解多目标优化问题
    2021-05-06下载
    积分:1
  • 灰狼算法MATLAB代码实例
    【实例简介】 灰狼算法源代码
    2021-05-18 10:33:14下载
    积分:1
  • 魔术轮胎模型
    【实例简介】
    2021-07-22 00:33:37下载
    积分:1
  • 信号分解CEEMDAN算法(ceemdan.m)
    function [modes its]=ceemdan(x,Nstd,NR,MaxIter)% WARNING: for this code works it is necessary to include in the same%directoy the file emd.m developed by Rilling and Flandrin.%This file is available at %http://perso.ens-lyon.fr/patrick.flandrin/emd.html%We use the default stopping criterion.%We use the last modification: 3.2007% % This version was run on Matlab 7.10.0 (R2010a)%----------------------------------------------------------------------% INPUTs% x: signal to decompose% Nstd: noise standard deviation% NR: number of realizations% MaxIter: maximum number of sifting iterations allowed.%% OUTPUTs% modes: contain the obtained modes in a matrix with the rows being the modes % its: contain the sifting iterations needed for each mode for each realization (one row for each realization)% -------------------------------------------------------------------------% Syntax%% modes=ceemdan(x,Nstd,NR,MaxIter)% [modes its]=ceemdan(x,Nstd,NR,MaxIter)%%--------------------------------------------------------------------------% This algorithm was presented at ICASSP 2011, Prague, Czech Republic% Plese, if you use this code in your work, please cite the paper where the% algorithm was first presented.
    2021-05-06下载
    积分:1
  • 时域频偏估计经典算法及部分改进算法仿真
    三种时域频偏估计经典算法(L&R,Fitz,M&M)及两种改进算法的matlab仿真 【核心代码】 frequency └── 新建文件夹     ├── Fitz_LR.m     └── 频偏估计时域算法仿真(基本算法 2改进).docx 1 directory, 2 files
    2021-09-03 00:31:13下载
    积分:1
  • 数学建模-最全程序包
    【实例简介】数学建模-最全程序包,各种算法直接复制调用,同时有调用说明
    2021-09-28 00:31:00下载
    积分:1
  • 路径跟踪二次规划问题求解
    【实例简介】
    2021-08-05 00:31:04下载
    积分:1
  • 地震数据格式转换 读取segy数据
    该程序可以在MATLAB里直接读取segy数据,更方便 直接调用
    2020-04-16下载
    积分:1
  • 混合动力汽车仿真
    混合动力汽车仿真
    2021-05-06下载
    积分:1
  • 根据矩阵绘制网络图(tu_plot.m)
    %由邻接矩阵画连接图%输入为邻接矩阵rel,必须为方阵;%control为控制量,0表示画出的图为无向图,1表示有向图。默认值为0
    2021-05-06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载