⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exaktmimo.html

📁 NelinSys_app xiang guan neirong,da jia ke yi can kao yi xia .
💻 HTML
字号:
<HTML>
<HEAD>
	<TITLE>Exact linearization for MIMO systems</TITLE>
</HEAD>

<BODY BGCOLOR="White" TEXT="Black" LINK="Blue" VLINK="Purple" ALINK="Red">
<FONT FACE="Arial CE,Arial,sans-serif">

<I><A HREF="index.html">NelinSys - a program tool for analysis and synthesis of nonlinear control systems</A></I><HR>
<H2>Exact linearization for MIMO systems</H2>

<P ALIGN="JUSTIFY">The <I>ExaktMimo</I> application serves as a tool for exact linearization of nonlinear MIMO systems with the same number of inputs and outputs. It calculates both the <A HREF="transf_mimo.html"><I>state coordinates transformation</I></A> and the <A HREF="lineariz_mimo.html"><I>nonlinear feedback (linearizing control law)</I></A> - two main results of the control design procedure that can be utilised in simulation or in physical implementation of the controller. There are two versions of the application - a <A HREF="#GrafRozhr">GUI version</A> and a <A HREF="#TextRozhr">text-based version</A>.</P>

<P ALIGN="JUSTIFY">The objective of exact linearization is to control a nonlinear system given in the form<BR><BR>
<CENTER><IMG SRC="stavp_siso_vzorec.gif" ALT="State-space description of the nonlinear system to be controlled"></CENTER><BR>
by turning it into a linear and controllable one i.e. such that can be described by linear state space equations</P>
<CENTER><IMG SRC="linear_siso_vzorec.gif" ALT="State-space description of a linear system"></CENTER>
<P ALIGN="JUSTIFY">via states transformation <I>q</I> = <I>q</I>(<I>x</I>) and nonlinear state feedback <I>u</I> = <I>u</I>(<I>x</I>,<I>v</I>) where <I>x&nbsp;=&nbsp;(x1,x2,...,xN)<SUP>T</SUP></I> is the states vector of the nonlinear system, <I>u&nbsp;=&nbsp;(u1,u2,...,uP)<SUP>T</SUP></I> and <I>y&nbsp;=&nbsp;(y1,y2,...,yP)<SUP>T</SUP></I> input and output vector of the system, respectively; vector <I>q&nbsp;=&nbsp;(q1,q2,...,qNr)<SUP>T</SUP></I> is the states vector and <I>v&nbsp;=&nbsp;(v1,v2,...,vP)<SUP>T</SUP></I> the input of the linear system resulting from the transformation (a more detailed discussion on exact linearization is available in literature dealing with nonlinear control systems). The <I>ExaktMimo</I> application automates almost every step of the exact linearization control design.</P>

<A NAME="GrafRozhr"></A>
<H3>Graphical user interface (GUI)</H3>
<CENTER><IMG SRC="exaktmimo_dialog.jpg" ALT="GUI of the 'ExaktMimo' application"></CENTER>
<DL>
	<DT><I>Nonlinear system state-space equations - f(x), g(x), h(x)</I></DT><DD><P ALIGN="JUSTIFY">Symbolic expressions for <I>f(x)</I>, <I>g(x)</I>, <I>h(x)</I> defining the state-space description of the nonlinear system to be controlled i.e. the system to which the application should design a suitable controller via exact linearization. The convention for writing mathematical operations is the same as the one used by MATLAB's Symbolic Math Toolbox. State variables <U>have to be</U> denoted as <I>x1</I>, <I>x2</I>, ..., <I>xN</I>. Modifying of any of these fields causes deletion of previously calculated results.</P></DD>
	<DT><I>Evaluation</I></DT><DD><P ALIGN="JUSTIFY">Clicking this button starts the calculation of the controller i.e. the evaluation of controllability, calculation of the transformation <I>q&nbsp;=&nbsp;q(x)</I> and linearizing control law <I>u&nbsp;=&nbsp;u(x,v)</I> for a given nonlinear system. The result of these calculations will be displayed in corresponding fields (see below).</P></DD>
	<DT><I>Clear</I></DT><DD><P ALIGN="JUSTIFY">Clicking this button resets the whole form i.e. deletes all contents of the form.</P></DD>
	<DT><I>Simulation</I></DT><DD><P ALIGN="JUSTIFY">Clicking this button opens the Simulink simulation <I>Exact linearization for MIMO systems</I> that lets the user judge the performance of the system with designed controller (<A HREF="#Simul">see details below</A>). Parameters of the blocks used in the simulation are taken from the <I>ExaktMimo</I> application via symbolic variables <I>F</I>, <I>G</I>, <I>H</I> (state-space description), <I>qx</I> (state coordinates transformation), <I>u</I> (linearizing control law), <I>n</I> (system order) and <I>r</I> (relative degree - vector).</P></DD>
	<DT><I>Exit</I></DT><DD><P ALIGN="JUSTIFY">Clicking this button closes all windows opened by the application and exits the program.</P></DD>
	<DT><I>Help</I></DT><DD><P ALIGN="JUSTIFY">Clicking the <I>Help</I> button opens a HTML browser and displays this file in it.</P></DD>
	<DT><I>Controllability evaluation</I></DT><DD><P ALIGN="JUSTIFY">This field contains conditions under which the nonlinear system is controllable - there are three options: either <I>system is controllable</I> (i.e. there are no further conditions to hold), or <I>system is controllable if and only if some expression is nonzero</I> or <I>system is not controllable</I> at all (in this last case, exact linearization cannot be used to design the controller). In the second case i.e. if some expression determining the controllability is involved, it is possible to print it in MATLAB Command Window in a more user-friendly fashion i.e. in a format that resembles type-set mathematics (for more information type <I>help pretty</I> in MATLAB Command Window).</P></DD>
	<DT><I>Transformation equations</I></DT><DD><P ALIGN="JUSTIFY">Result - transformation equations <I>q&nbsp;=&nbsp;q(x)</I> for transforming state coordinates (elements of the state-space vector) of the nonlinear system to be controlled (<I>x</I>) into state coordinates of the linear system (<I>q</I>). The number of these equations is the same as system's total relative degree. By clicking the <I>pretty</I> button next to this field, the transformation equations can be printed in MATLAB Command Window in a more user-friendly fashion i.e. in a format that resembles type-set mathematics (for more information type <I>help pretty</I> in MATLAB Command Window).</P></DD>
	<DT><I>Linearizing control law (nonlinear feedback)</I></DT><DD><P ALIGN="JUSTIFY">Result - linearizing control law <I>u&nbsp;=&nbsp;u(x,v)</I> i.e. nonlinear feedback exactly compensating system nonlinearities by control action. By clicking the <I>pretty</I> button next to this field, the linearizing control law can be printed in MATLAB Command Window in a more user-friendly fashion i.e. in a format that resembles type-set mathematics (for more information type <I>help pretty</I> in MATLAB Command Window).</P></DD>
	<DT><I>Internal dynamics evaluation</I></DT><DD><P ALIGN="JUSTIFY">Evaluation of existence or nonexistence of internal dynamics in the nonlinear system. If the total relative degree (i.e. the sum of relative degrees of all subsystems) of the system is equal to the system order, there are no internal dynamics and calculated results can be used safely. However, if the total relative degree is lower than system order, it is necessary to analyze stability of system zero dynamics and only if that is stable, the exact linearization results can be used. (<I>Remark:</I> Mathematical analysis of zero dynamics is quite time-consuming and therefore, from practical point of view, it is often easier to analyze it by means of simulation and evaluation of time responses of system state variables).</P></DD>
</DL>

<A NAME="TextRozhr"></A>
<H3>Text-based user interface</H3>
<P ALIGN="JUSTIFY">Text-based version of the <I>ExaktMimo</I> application can be found in <I>\TextRozhr</I> subdirectory. It is run from MATLAB Command Window by typing <I>exaktmimo</I>. From the operational point of view, this version allows user to do everything that is possible to do with GUI version, besides, unlike the GUI version, it is able to cope with non-numeric parameters (symbols other than <I>x</I>) in the expressions <I>f(x)</I>, <I>g(x)</I>, <I>h(x)</I>. Usage example:</P>
<PRE>
Exact linearization for MIMO systems with the same number of inputs and outputs
-------------------------------------------------------------------------------
                       .
State-space equations: x = f(x) + g(x) u
                       y = h(x)

System order: 3

Specify parameters' identifiers (separated by spaces), if there are any:

System matrix: f(x) = [84.249*x2*x3; -165.8654*x1*x3-62.5*x2; -15.3846*x3]
Input matrix:  g(x) = [0 0; 2500 0; 0 0.9799]
Output matrix: h(x) = [x1; x3]

Controllability: system is controllable if the following expression is nonzero:

                                4127779755/8 x3
Transformation equations:
       
q1 = x1

q2 = 84249/1000*x2*x3

q3 = x3


Relative degrees of subsystems:
     2     1


Nonlinear feedback: u = 

      [1167173990052591                              v1           x2 v2]
      [----------------- x1 x3 + 1/40 x2 + 2/421245 ---- - 1/2500 -----]
      [17592186044416000                             x3            x3  ]
      [                                                                ]
      [                      153846      10000                         ]
      [                      ------ x3 + ----- v2                      ]
      [                       9799       9799                          ]

Do you want to run a simulation of designed control loop? (Y/N) n
</PRE>

<A NAME="Simul"></A>
<H3>Simulation of designed closed-loop system</H3>
<P ALIGN="JUSTIFY">The <I>ExaktMimo</I> application lets user evaluate the performance of designed control loop (by means of simulation) immediately after the control law is calculated. The simulation scheme employed requires only very little user intervention before it is able to be run - parameters of the blocks <I>Controlled system</I> (except for initial values of state variables), <I>State-Coordinates transformation</I> and <I>Compensation of nonlinearities</I> are taken from the <I>ExaktMimo</I> application via symbolic variables <I>F</I>, <I>G</I>, <I>H</I>, <I>u</I>, <I>qx</I>, <I>n</I> and <I>r</I>.</P>
<CENTER><IMG SRC="exaktmimo_simulacia.jpg" ALT="Simulation of designed control loop"></CENTER>
<P ALIGN="JUSTIFY">The simulation scheme contains a linear pole-placement MIMO state-space controller whose parameters are desired poles of the closed-loop system (number of these poles has to be equal to system total relative degree), however, the use of this controller is not compulsory, it can be replaced with arbitrary other suitable linear controller. Similarly, the <I>Desired value</I> block can be replaced with any other type of input signal.</P>

<H3>Usage example</H3>
<P ALIGN="JUSTIFY">See demo <A HREF="demo_exakt.html#mimo"><I>Exact linearization of a MIMO system</I></A></P>

<H3>See also</H3>
<UL>
<LI><A HREF="exaktsiso.html"><I>Exact linearization for SISO systems</I></A></LI>
<LI><A HREF="progzos.html"><I>Gain-Scheduling control for SISO systems</I></A></LI>
</UL>

<HR>

</FONT>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -