-
a.4.8
This paper presents the simulation of a simple First Order plus Delay Time (FOPDT) process model using
advanced control algorithms. Specifically, these advanced algorithms are the IMC-based PID controller, the Model
Predictive Controller (MPC) and the Proportional-Integral-Plus Controller (PIP) and their performance is compared
with the conventional Proportional – Integral – Derivative (PID) algorithm. The simulations took place using the
Matlab/Simulink™ software.
- 2020-12-10 19:09:19下载
- 积分:1
-
plot3k
Generate a 3D point plot of L=(x,y,z) using the values in the vector c to
determine the color of each point. If c is empty, then z (column 3 of L)
is used to color the plot. The data points are sorted so that plot3 is
only called once for each group of points that map to the same color. The upper and lower limits of the color range (and the z axis) can be defined with crange. This is useful for creating a series of plots with the same
coloring. The colormap (but not the colorbar) is flipped upside down if
crange is given as [max min] instead of [min max]. The figure handle is
returned if an output argument is given.
- 2010-11-08 17:33:23下载
- 积分:1
-
pegasis-code
code for Pegasis protocol in wireless sensor network wsn
- 2012-07-14 01:25:10下载
- 积分:1
-
ref-27
PLS GIVE MATLAB CODING .......
- 2012-10-17 14:10:41下载
- 积分:1
-
FuzzyRobot_1
this is implementation of fuzzy robot using java and FCL file fuzzy inference system
- 2015-03-06 00:37:51下载
- 积分:1
-
qpsk
this is simple qpsk for matlab code
- 2013-09-11 09:56:11下载
- 积分:1
-
Ga
说明: 遗传算法,实现求函数最值问题,适合初学者进行学习(Genetic algorithm, seeking to achieve the function most value question)
- 2014-11-29 10:08:09下载
- 积分:1
-
cyclostationary_toolbox
说明: cyclostationary_toolbox 循环平稳分析工具箱,可用于齿轮和轴承的故障诊断(cyclostationary_toolbox for gear and bearing fault diagnosis)
- 2020-02-09 09:44:43下载
- 积分:1
-
The-structural-analysis
结构分析有限元法与MATLAB程序设计-源代码 徐荣桥的结构分析的有限元法与MATLAB程序设计的附属程序,好好学习,天天向上!(The structural analysis of the finite element method structural analysis of the finite element method with MATLAB Programming- source code Xu Rong bridge program MATLAB programming subsidiary, a good study, day day up!)
- 2012-08-30 22:13:49下载
- 积分:1
-
Archive
4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为:
realpart+imaginarypart*i
用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。
(1)两个复数相加;
(2)两个复数相减
(3)用(a, b)的形式打印复数,其中a为实部,b为虚部。
(4) Create a class called Complex, and perform complex arithmetic operations. Plural form: realpart+imaginarypart* i said private data class with floating point variables. Provide a constructor, the object can be declared for the class is initialized. In the case do not provide initialization values, the constructor should contain default values. For the following functions, which provide a public member function. (A) two complex numbers (2) the subtraction of two complex (3) (a, b) in the form of plural printing, where a is the real part, b is the imaginary part.)
- 2013-12-18 15:14:46下载
- 积分:1