LMIs in Control/pages/LMI for Attitude Control of Nonrotating Missiles

From testwiki
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

LMI for Attitude Control of Nonrotating Missles, Pitch Channel

The dynamic model of a missile is very complicated and a simplified model is used. To do so, we consider a simplified attitude system model for the pitch channel in the system. We aim to achieve a non-rotating motion of missiles. It is worthwhile to note that the attitude control design for the pitch channel and the yaw/roll channel can be solved exactly in the same way while representing matrices of the system are different.


The System

The state-space representation for the pitch channel can be written as follows:

x˙(t)=A(t)x(t)+B1(t)u(t)+B2(t)d(t)y(t)=C(t)x(t)+D1(t)u(t)+D2(t)d(t)

where x=[αwzδz]T, u=δzc , y=[αny]T, and d=[βwy]T are the state variable, control input, output, and disturbance vectors, respectively. The paprameters α, wz, δz, δzc, ny, β, and wy stand for the attack angle, pitch angular velocity, the elevator deflection, the input actuator deflection, the overload on the side direction, the sideslip angle, and the yaw angular velocity, respectively.

The Data

In the aforementioned pitch channel system, the matrices A(t),B1(t),B2(t),C(t),D1(t), and D2(t) are given as:

A(t)=[a4(t)1a5(t)a´1(t)a4(t)a2(t)a´1(t)a1(t)a´1(t)a5(t)a3(t)001/τz]

B1(t)=[001],B2(t)=wx57.3[10a´1(t)JxJyJz00]

C(t)=wx57.3[57.3g00V(t)a4(t)0V(t)a5(t)]

D1(t)=0,D2(t)=157.3g[00V(t)b7(t)0]

where a1(t)a6(t),b1(t)b7(t),a´1(t),b´1(t) and c1(t)c4(t) are the system parameters. Moreover, V is the speed of the missle and Jx, Jy, and Jz are the rotary inertia of the missle corresponding to the body coordinates.

The Optimization Problem

The optimization problem is to find a state feedback control law u=Kx such that:

1. The closed-loop system:

x˙=(A+B1K)x+B2dz=(C+D1K)x+D2d

is stable.

2. The H norm of the transfer function:

Gzd(s)=(C+D1K)(sI(A+B1K))1B2+D2

is less than a positive scalar value, γ. Thus:

||Gzd(s)||<γ

The LMI: LMI for non-rotating missle attitude control

Using Theorem 8.1 in [1], the problem can be equivalently expressed in the following form:

minγs.t.X>0[(AX+B1W)T+AX+B1WB2(CX+D1W)TB2TγID2TCX+D1WD2γI]<0

Conclusion:

As mentioned, the aim is to attenuate the disturbance on the performance of the missile. The parameter γ is the disturbance attenuation level. When the matrices W and X are determined in the optimization problem, the controller gain matrix can be computed by:

K=WX1

Implementation

A link to Matlab codes for this problem in the Github repository:

https://github.com/asalimil/LMI-for-Non-rotating-Missle-Attitude-Control

LMI for Attitude Control of Nonrotating Missles, Yaw/Roll Channel

  • [1] - LMI in Control Systems Analysis, Design and Applications

Return to Main Page

LMIs in Control/Tools

Template:BookCat