TP model transformation in control theory


Baranyi and Yam proposed the TP model transformation as a new concept in quasi-LPV based control, which plays a central role in the highly desirable bridging between identification and polytopic systems theories. It is uniquely effective in manipulating the convex hull of polytopic forms, and, hence, has revealed and proved the fact that convex hull manipulation is a necessary and crucial step in achieving optimal solutions and decreasing conservativeness in modern linear matrix inequality based control theory. Thus, although it is a transformation in a mathematical sense, it has established a conceptually new direction in control theory and has laid the ground for further new approaches towards optimality.
For details please visit: TP model transformation.
;TP-tool MATLAB toolbox:
A free MATLAB implementation of the TP model transformation can be downloaded at or an old version of the toolbox is available at MATLAB Central . Be careful, in the MATLAB toolbox the assignments of the dimensions of the core tensor is in the opposite way in contrast to the notation used in the related literature. In the ToolBox, the first two dimension of the core tensor is assigned to the vertex systems. In the TP model literature the last two. A simple example is given below.
clear
M1=20; % Grid density
M2=20;
omega1=; %Interval
omega2=;
domain=;
for m1=1:M1
for m2=1:M2
p1=omega1+-omega1)/M1*; %sampling grid
p2=omega2+-omega2)/M2*;
SD=; % SD is the discretized system matrix
SD=;
end
end
=hosvd; % Finding the TP structure
UA=U; % This is the HOSVD based canonical form
UA=U;
ns1 = input;
UC=genhull; % snnn weightinf functions
UCP=pinv;
UCP=pinv;
SC=tprods; %This is to find the core tensor
H=SC %This is to show the vertices of the TP model
H=SC
H=SC
H=SC
figure
hold all
plothull %Draw the waiting functions of p1
title;
xlabel
ylabel
grid on
box on
figure
hold all
plothull %Show the waiting functions of p2
title;
xlabel
ylabel
grid on
box on
ns2 = input;
UC=genhull; %Create CNO type waiting functions
UCP=pinv;
UCP=pinv;
SC=tprods; %Find the cortensor
H=SC %Show the vertices of the TP model
H=SC
H=SC
H=SC
figure
hold all
plothull %Show the waiting functions of p1
title;
xlabel
ylabel
grid on
box on
figure
hold all
plothull %Show the waiting functions of p2
title;
xlabel
ylabel
Once you have the feedback vertexes derived to each vertexes of the TP model then you may want to calculate the controller over the same polytope
W = queryw1; % computing the weighting values over the parameter vector
F = tprods; % calculating the parameter dependent feeback F
F = shiftdim
U=-F*x % calculate the control value.

Key features for control analysis and design

;Linear Parameter-Varying state-space model:
with input, output and state
vector. The system matrix is a parameter-varying object, where is a time varying -dimensional parameter vector which is an element of
closed hypercube. As a matter of fact, further parameter dependent channels can be inserted to that represent various control performance requirements.
;quasi Linear Parameter-Varying state-space model:
in the above LPV model can also include some elements of the state vector
, and, hence this model belongs to the class of non-linear systems, and is also referred to as a quasi LPV model.
;TP type polytopic Linear Parameter-Varying state-space model:
with input, output and state
vector. The system matrix is a parameter-varying object, where is a time varying -dimensional parameter vector which is an element of
closed hypercube, and the weighting functions are the elements of vector. Core tensor contains elements which are the vertexes of the system.
As a matter of fact, further parameter dependent channels can be inserted to that represent various control performance requirements.
Here
This means that is within the vertexes of the system for all.
Note that the TP type polytopic model can always be given in the form
where the vertexes are the same as in the TP type polytopic form and the multi variable weighting functions are the product of the one variable weighting functions according to the TP type polytopic form, and r is the linear index equivalent of the multi-linear indexing.
;TP model transformation for qLPV models:
Assume a given qLPV model, where, whose TP polytopic structure may be unknown. The TP model transformation determines its TP polytopic structure as
namely it generates core tensor and weighting functions of for all. Its free MATLAB implementation is downloadable at or at MATLAB Central .
If the given model does not have TP polytopic structure, then the TP model transformation determines its approximation:
where trade-off is offered by the TP model transformation between complexity and the approximation accuracy. The TP model can be generated according to various constrains. Typical TP models generated by the TP model transformation are:
;Key methodology:
Since the TP type polytopic model is a subset of the polytopic model representations, the analysis and design methodologies developed for polytopic representations are applicable for the TP type polytopic models as well.
One typical way is to search the nonlinear controller in the form:
where the vertexes of the controller is calculated from. Typically, the vertexes are substituted into Linear Matrix Inequalities in order to determine.
In TP type polytopic form the controller is:
where the vertexes stored in the core tensor are determined from the vertexes stored in. Note that the polytopic observer or other components can be generated in similar way, such as these vertexes are also generated from.
;Convex hull manipulation based optimization:
The polytopic representation of a given qLPV model is not invariant. I.e. a given has number of different representation as:
where. In order to generate an optimal control of the given model we apply, for instance LMIs. Thus, if we apply the selected LMIs to the above polytopic model we arrive at:
Since the LMIs realize a non-linear mapping between the vertexes in and we may find very different controllers for each. This means that we have different number of "optimal" controllers to the same system. Thus, the question is: which one of the "optimal" controllers is really the optimal one. The TP model transformation let us to manipulate the weighting functions systematically that is equivalent to the manipulation of the vertexes. The geometrical meaning of this manipulation is the manipulation of the convex hull defined by the vertexes. We can easily demonstrate the following facts:
of a given model, then we can generate a controller as
then we solved the control problem of all systems that can be given by the same vertexes, but with different weighting functions as:
where
If one of these systems are very hardly controllable then we arrive at a very conservative solution. Therefore, we expect that during tightening the convex hull we exclude such problematic systems.