|
||
R-RoMulOC | Randomized and Robust Multi-Objective Control toolbox | |
|
||
Contents |
||
|
||
General informationR-RoMulOC is coded using objects in Matlab format. These objects and related functions are described below. For a display in Matlab of all available functions:
For demos of what R-RoMulOC does:
You will be guided to one of the four demo examples. Robust analysis of an LFT-type uncertain systemBased on some equations of a mechanical system, LFT modelling is illustrated including several types of uncertainties. Pole location and H-infinity performance are analysed with both probabilistic and deterministic methods (inclding parameter-dependent Lyapunov type tests). Robust analysis of a polytopic-type uncertain systemThe example is an academic example with robust H2 performance analysis. Conservatism of parameter-dependent Lyapunov function results is shown to be less than that of "quadratic stability" results. It is even proved to vanish in the present case. A worst case value of the uncertainties is extracted from the solution of the dual SDP problem. Multi-objective robust state feedback design for an LFT-type uncertain systemThe model is that of one axis motion of 3DOF-helicopter benchmark from Quanser. State-feedback is requested to guarantee for all uncertainties two pole location constraints plus an H-infinity performance level. Multi-objective robust state feedback design for a polytopic-type uncertain systemThe model is that of one axis motion of 3DOF-helicopter benchmark from Quanser. State-feedback is requested to guarantee for all uncertainties a pole location constraint plus an H-infinity performance level. Both deterministic and randomized methods are tested. |
||
Objects |
|
|
State-space models with 3 types of inputs and outputs
Systems in R-RoMulOC are defined in state-space. They can be continuous-time or discrete-time. The main difference with
One pair of inputs/outputs is the classical control input (u) / measured output (y) pair. Default, when computing a feedback with some controller, these are the signals that are used to close the loop. The second pair of inputs/outputs (w/z) are intended for performance definition (guarantee for example an upper bound on the norm of the performance output z for norm bounded perturbations w). Finally, a pair (wd/zd) is used to define exogeneous feedback with uncertainties (used for LFT models). Notations for matrices of an
Note that RoMulOC also allows the definition of arrays of systems, that is, a finite collection of models that share same dimensions of state, input and output vectors. A typical and most simple way to declare a system in R-RoMulOC format is as follows:
Block diagonal uncertain operatorsOn of the two types of uncertain models considered R-RoMulOC is LFT modelling where the uncertainties enters the plant as a feedback loop. There can be multiple uncertainties all entering as a loop, thus defining a block diagonal uncertainty operator. There are many types of uncertainties in R-RoMulOC providing many flexibilities. There is for example no need to a priori normalize these in set centered at zero and norm bounded by one. Moreover, the data you enter is kept the way you defined it, except if you decide to modify it. Below is an example involving two types of uncertainties. One is interval uncertainty which is a subcase of polytopes. The other is the classical norm-bounded uncertainty. Both can be combined in a block diagonal operator where blocks can be repeated and need not to be ordered.
LTI systems with uncertainties
There are two types of uncertain models in R-RoMulOC, namely LFT models and polytopic models. Both are contained in the An example of LFT-type uncertain system definition is given below:
The second type of uncertain systems is the class of polytopic systems, which include as special cases the parallelotopes and the intervals. An example of such models is given below:
Analysis and control design problems
Once some plant (or several) plants have been defined in R-RoMulOC, building LMIs for some control problem to be solved is a matter of one line of code. In the example below we assume some uncertain plant has been defined (it is the one coded in the
Regions for robust pole location
In RoMulOC stability and pole location specifications are internally coded in a unified manner. Stability of continuous-time systems is the pole location in the left half of the complex plane. Stability of discrete-time systems is the pole location in the unit disc centered at the origin. Other pole location regions that may be defined are half planes that pass by any point of the complex plane and with any inclination with respect to the imaginary axis and discs centered at any point of the complex plane and with any radius.
Some examples or regions are as follows (with their interpretation on the modes of continuous time systems):
- a half plane such that the real part of the poles is greater than -2 (guarantees time constant to be greater than 0.5s).
- a half plane crossing the origin with angle of 45deg with respect to the imaginary axis (guarantees damping to be greater than sin(pi/4)=0.7071).
- a half plane crossing 2j with angle of 90deg with respect to the imaginary axis (guarantees damped natural frequency to be less than 2rad/s).
- a disc centered the origin with radius 2.5 (guarantees natural frequency to be less than 2.5rad/s).
The regions can be plotted as follows.
Matrix ellipsoids - generaliation of norm-bounded constraintsRobustness is in the litterature most often with respect to uncertain operators defined as norm bounded, that is, in the case of linear applications (matrices), uncertainties centered at zero and with bounded L2-induced norm by usually 1. A generalization of such sets of matrices is the case of sets defined by a quadratic matrix inequality. Some examples follow. Ellipsoids of 2-by-1 matrices, that is of vectors of R^2.
Ellipsoids of 1-by-2 matrices, which can by bijections be represented as vectors in R^2.
Ellipsoids of 3-by-2 matrices, for which one can plot projections on pairs of coefficients. It is also illustrated here that uniform sampling over such sets is made possible (uses sampling tools from RACT).
|
||
projects.laas.fr/OLOCEP/rromuloc - last update 6-Jun-2014 |