资源简介
这是robust control design with matlab 书里的部分M文件,挺不错的
代码片段和文件信息
% Transient responses of the closed_loop
% Distillation Column system
%
% response to the reference
sim_col
clp = starp(sim_icK42);
%
timedata = 0;
stepdata = 1;
ref1 = step_tr(timedatastepdata0.1150);
timedata = 0;
stepdata = 0;
ref2 = step_tr(timedatastepdata0.1150);
noise1 = 0;
noise2 = 0;
u = abv(00ref1ref2noise1noise2);
y = trsp(clpu1500.1);
% y11
figure(1)
vplot(sel(y31)‘r-‘) grid
%axis([0 100 -0.5 1.5])
title(‘Closed-loop Transient Response‘)
xlabel(‘Time (min)‘)
ylabel(‘y_{11}‘)
% y21
figure(2)
vplot(sel(y41)‘c-‘) grid
%axis([0 100 -0.5 1.5])
title(‘Closed-loop Transient Response‘)
xlabel(‘Time (min)‘)
ylabel(‘y_{21}‘)
% u11
figure(3)
vplot(sel(y51)‘b-‘) grid
title(‘Control action‘)
xlabel(‘Time (min)‘)
ylabel(‘u_{11}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2009-04-19 00:48 Robust Control with Matlab Code\
目录 0 2009-04-19 00:48 Robust Control with Matlab Code\column\
文件 1691 2004-04-18 03:28 Robust Control with Matlab Code\column\clp_col.m
文件 4664 2004-09-25 03:32 Robust Control with Matlab Code\column\colamod.m
文件 1745 2004-09-20 10:37 Robust Control with Matlab Code\column\colas.m
文件 2022 2004-09-20 10:02 Robust Control with Matlab Code\column\cola_lin.m
文件 1464 2004-09-20 10:04 Robust Control with Matlab Code\column\cola_lv.m
文件 1539 2004-09-25 04:05 Robust Control with Matlab Code\column\cola_lv_lin.m
文件 2086 2005-05-03 03:40 Robust Control with Matlab Code\column\contents.m
文件 721 2004-09-19 03:47 Robust Control with Matlab Code\column\dk_col.m
文件 3316 2004-10-09 02:55 Robust Control with Matlab Code\column\frs_col.m
文件 452 2004-04-17 11:56 Robust Control with Matlab Code\column\hin_col.m
文件 1145 2004-10-21 03:11 Robust Control with Matlab Code\column\init_col.m
文件 946 2005-01-05 01:28 Robust Control with Matlab Code\column\lsh_col.m
文件 2739 2004-10-13 10:19 Robust Control with Matlab Code\column\mod_col.m
文件 111 2004-09-19 03:47 Robust Control with Matlab Code\column\ms_col.m
文件 1069 2005-01-02 02:18 Robust Control with Matlab Code\column\mu_col.m
文件 38551 2005-01-02 03:03 Robust Control with Matlab Code\column\nls_col.mdl
文件 1628 2005-01-05 01:45 Robust Control with Matlab Code\column\olp_col.m
文件 1840 2004-10-09 02:57 Robust Control with Matlab Code\column\pfr_col.m
文件 3110 2004-09-22 08:58 Robust Control with Matlab Code\column\prt_col.m
文件 671 2005-01-05 01:46 Robust Control with Matlab Code\column\red_col.m
文件 645 2004-09-19 03:46 Robust Control with Matlab Code\column\sim_col.m
文件 782 2004-09-21 09:23 Robust Control with Matlab Code\column\unc_col.m
文件 329 2004-09-20 10:17 Robust Control with Matlab Code\column\wfit.m
文件 1242 2004-10-21 03:10 Robust Control with Matlab Code\column\wts_col.m
目录 0 2009-04-19 00:48 Robust Control with Matlab Code\contents\
文件 2042 2005-05-16 06:21 Robust Control with Matlab Code\contents\Readme.txt
目录 0 2009-04-19 00:48 Robust Control with Matlab Code\flexman\
文件 446 2003-11-11 03:49 Robust Control with Matlab Code\flexman\betal_flm.m
文件 1467 2005-01-05 04:10 Robust Control with Matlab Code\flexman\clp_flm.m
............此处省略161个文件信息
- 上一篇:多路智力竞赛抢答器multisim11仿真
- 下一篇:二维热传导偏微分方程求解
相关资源
- HMMforspeechrecogntion 一个可执行的HMM语音
- popular-UCI-datasets 一些非常有用的数据
- GAPSO 这个算法是遗传算法和粒子群优
- synchronization 利用matlab仿真实现载波的
- Gabor Gabor小波变换的matlab实现
- 4 matlab区域填充的具体算法及演示
- MATLAB_image_process_with_PDE 运用偏微分方
- gabijiao 该程序通过实例(函数)
- SIFT2844912
- gbvs 二维图像视觉显著性检测
- wenli 分析了纹理特征提取方法
- EELM
- barcode 基于图像的条形码识别程序(识
-
myaudiopla
yer 使用Matlab GUI实现的音频 - B-spline-surface 在MATLAB-2008a环境下编写的
- NURBS-surface 在MATLAB-2008a环境下编写的
- ACO 用MATLAB编写的蚁群算法最短路径寻
- wavplay 基于matlab GUI界面的播放器
- allfns 是由牛津大学VGG开发的三维重建
- spectrogram_fft
- adaboost 基于adaboost的人脸识别程序
- 2 2课程报告要求:按照讲课内容
- gps GPS信号的捕获、处理程序
- fuzzynetme 模糊神经网络的MATLAB程序
- naive_bayes_numeric 利用matlab实现的朴素贝
- MFandMPF 计算肌电信号积分肌电值
- BM3D BM3D去噪算法的实现和相关文档
- BarrelDistortion 两个matlab程序
- Kalman 用卡尔曼滤波跟踪目标实例
- WSN-matlab-simulation
评论
共有 条评论