LMIs in Control/Click here to continue/Applications of Linear systems/LMI for Attitude Control of Nonrotating Missiles, Pitch Channel

From Wikibooks, open books for an open world
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[edit | edit source]

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

where , , , and are the state variable, control input, output, and disturbance vectors, respectively. The paprameters , , , , , , and 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[edit | edit source]

In the aforementioned pitch channel system, the matrices and are given as:

where and are the system parameters. Moreover, is the speed of the missle and , , and are the rotary inertia of the missle corresponding to the body coordinates.

The Optimization Problem[edit | edit source]

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

1. The closed-loop system:

is stable.

2. The norm of the transfer function:

is less than a positive scalar value, . Thus:

The LMI: LMI for non-rotating missle attitude control[edit | edit source]

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

Conclusion:[edit | edit source]

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 and are determined in the optimization problem, the controller gain matrix can be computed by:

Implementation[edit | edit source]

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

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

Related LMIs[edit | edit source]

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

External Links[edit | edit source]

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

Return to Main Page[edit | edit source]

LMIs in Control/Tools