资源简介
matlab仿真TE过程的程序,亲测有用
代码片段和文件信息
% base case initialization
u0=[63.053 53.98 24.644 61.302 22.21 40.064 38.10 46.534 47.446 41.106 18.114 50];
for i=1:12;
iChar=int2str(i);
eval([‘xmv‘iChar‘_0=u0(‘iChar‘);‘]);
end
Fp_0=100;
r1_0=0.251/Fp_0;
r2_0=3664/Fp_0;
r3_0=4509/Fp_0;
r4_0=9.35/Fp_0;
r5_0=0.337/Fp_0;
r6_0=25.16/Fp_0;
r7_0=22.95/Fp_0;
Eadj_0=0;
SP17_0=80.1;
% Note: The values of xmv_0 and r_0 specified above get overridden
% by the initial conditions specified in the xInitial variable
% loaded in the following statement. The above statements are
% only needed when starting from a new condition where xInitial
% doesn‘t apply.
load Mode1xInitial
% TS_base is the integration step size in hours. The simulink model
% is using a fixed step size (Euler) method. Variable step-size methods
% don‘t work very well (high noise level). TS_base is also the sampling
% period of most discrete PI controllers used in the simulation.
Ts_base=0.0005;
% TS_save is the sampling period for saving results. The following
% variables are saved at the end of a run:
% tout - the elapsed time (hrs) length N.
% simout - the TE plant outputs N by 41 matrix
% OpCost - the instantaneous operating cost $/hr length N
% xmv - the TE plant manipulated variables N by 12 matrix
% idv - the TE plant disturbances N by 20 matrix
Ts_save=0.05;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 265773 2014-04-09 10:48 TEMEX\fault01.mat
文件 264099 2014-04-09 10:49 TEMEX\fault02.mat
文件 263420 2014-04-09 10:51 TEMEX\fault03.mat
文件 263490 2014-04-09 10:53 TEMEX\fault04.mat
文件 263399 2014-04-09 10:55 TEMEX\fault05.mat
文件 84153 2014-04-09 10:56 TEMEX\fault06.mat
文件 263651 2014-04-09 10:57 TEMEX\fault07.mat
文件 267917 2014-04-09 10:59 TEMEX\fault08.mat
文件 263630 2014-04-09 11:00 TEMEX\fault09.mat
文件 264197 2014-04-09 11:02 TEMEX\fault10.mat
文件 265540 2014-04-09 11:03 TEMEX\fault11.mat
文件 264767 2014-04-09 11:04 TEMEX\fault12.mat
文件 269450 2014-04-09 11:06 TEMEX\fault13.mat
文件 264666 2014-04-09 11:07 TEMEX\fault14.mat
文件 263583 2014-04-09 11:08 TEMEX\fault15.mat
文件 263377 2014-04-09 11:10 TEMEX\fault16.mat
文件 265539 2014-04-09 11:11 TEMEX\fault17.mat
文件 264357 2014-04-09 11:13 TEMEX\fault18.mat
文件 265384 2014-04-09 11:14 TEMEX\fault19.mat
文件 267540 2014-04-09 11:15 TEMEX\fault20.mat
文件 13944 2002-11-27 17:19 TEMEX\Mode1SkogeInit.mat
文件 13592 2002-11-27 16:53 TEMEX\Mode1xInitial.mat
文件 1884 2005-02-24 12:22 TEMEX\Mode3xInitial.mat
文件 1430 2014-01-22 11:15 TEMEX\Mode_1_Init.m
文件 1430 2005-02-24 12:22 TEMEX\Mode_3_Init.m
文件 119412 2014-04-09 11:15 TEMEX\MultiLoop_mode1.mdl
文件 102243 2005-02-24 12:30 TEMEX\MultiLoop_mode1.mdl.r14 (sp2)
文件 107752 2005-02-24 12:30 TEMEX\MultiLoop_mode3.mdl
文件 93264 2005-02-24 12:31 TEMEX\MultiLoop_Skoge_mode1.mdl
文件 263376 2014-04-09 10:45 TEMEX\normal.mat
............此处省略20个文件信息
相关资源
- matlab读取SAC类文件函数
- 模式识别与智能计算-Matlab技术实现(
- bm3d的matlab代码
- Matlab形态学处理
- 基于matlab水果识别
- WNNM加权核范数最小化进行图像复原
- 一种基于Matlab的语音信号采集与分析
- Matpower6.0
- CNN卷积神经网络图像识别matlab
- EKF-UKF-PF 扩展卡尔曼-无迹卡尔曼-粒子
- 杨氏双缝干涉实验matlab模拟
- 基于matlab的MPEGVideo压缩算法程序
- 有关同态滤波的相关资料及matlab代码
- GPS定位程序代码
- 丹麦理工大学MATLAB编写的超声声场仿
- matlab初学教程超详细
- 基于MATLAB的语音识别简明代码完整版
- matlab 车牌定位与分割 详细注释
- matlab实现一维和二维离散小波变换,
- 检索视频中运动的点并计算线速度角
- BM3D matlab
- ADS MATLAB
- RSM算法仿真MATLAB代码
- 模式识别与智能计算matlab实现 安装
- matlab音效处理
- 《全面详解LTE:MATLAB建模、仿真与实
- 《先进PID控制MATLAB仿真第3版》程序代
- 基于Matlab的AM、DSB、SSB信号的调制
- 最优路径算法matlab程序
- 三电平svpwm逆变器仿真(matlabr2009b)
评论
共有 条评论