LMIs in Control/Applications/HelicopterInnerLoopLMI

From testwiki
Jump to navigation Jump to search

LMIs in Control/Applications/HelicopterInnerLoopLMI


This is a Helicopter Inner Loop LMI. Optimization methods and optimal control have had difficulty gaining traction in the rotorcraft control law community. However, this LMI derived in the referenced paper attempts to address the issues with a LMI for Robust, Optimal Control.


The System

Continuous Time:

x˙(t)=A^x(t)+B1w(t)+B2^u(t),z(t)=C1x(t)+D12u(t)

The Helicopter model is given by knowledge of the stability and control derivatives which populate the elements of the A^,B2^ matrices in the dynamic equations above.

The state vector is given by the typical elements of a rigid 6-DOF body model. x=[u,w,q,θ,v,p,ψ,r]T. The input vector is given by u=[δ0,δ1s,δ1c,δT]T which pertain to the main rotor collective, longitudinal/lateral cyclic and tail rotor collective blade angles in radians.

The gust disturbance is denoted by w(t) and is assumed to be random in nature. The stability and control derivative matrices are modeled with uncertainty as follows:

A^=A+ΔA,B2^=B2+ΔB

The Δ terms represent the uncertainties in the helicopter system model.

The Data

The Data required for this LMI are the stability and control derivatives that populate the A and B-matrices of the system above which can be obtained from linearizing non-linear models. It can also be obtained from experimental methods such as step responses and swept sines (System Identification.)

The Control Architecture

A control architecture for the inner loop of the helicopter model mentioned above is designed using a state feedback control law.

u=Kx(t)

The objective for the inner loop control is to design a full state feedback law such that the closed-loop helicopter system satisfies the following 3 performance specifications.

The Optimization Problem

Objective 1: The closed-loop system is internally stable for any admissible uncertainty.

Objective 2: Poles of the close-loop system lie within the disk D(q,r) with center q+j0 and radius r,q>r>0, for any admissible uncertainty.

Objective 3: Given gust disturbance suppression index γ, for any admissible uncertainty, the effect of the gust disturbance to selected flight states and control input is in the given level, i.e.

0{xT(t)Qx(t)+uT(t)Ru(t)} dx<γ20w(t)Tw(t)dt.

where w(t)L2(0,). Q and R are weighting matrices with appropriate dimensions and Q=QT0,R=RT>0.

It can be shown that the inner loop performance specifications listed in Objectives 1-3 can be met with a state feedback control law if the LMI described in the following section is true.

  • Objective: Objectives listed above
  • Variables: Controller Gains
  • Constraints: Rotorcraft Dynamics and Modeled Actuator Limits

The LMI: H-Inf Inner Loop D-Stabilization Optimization

The paper derives and LMI of the form below and asserts that the if there exists a constant ϵ , matrix Z with appropriate dimensions and a symmetric positive matrix P, such that

[Ψ11B1XC1T+ZTD12TAαX+B2ZXF1T+ZTF2TϵHB1Tγ2I0000C1X+D12Z0I000XAαT+ZTB2T00rXXF1T+ZTF2T0F1X+F2Z00F1X+F2ZϵI0ϵHT0000ϵI]<0

where, Ψ11=AαX+XAαT+B2Z+ZTB2T,Aα=A+αI

This LMI is shown to satisfy Objectives 1, 2,3, and the control law is given by

u(t)=Kx(t)K=ZX1

Conclusion:

The LMI for Helicopter Inner Loop Control design provides an optimization-based approach towards achieving Level 1 Handling Qualities per ADS-33E. This is an interesting way to approach a very difficult problem that has usually been approached through classical control methods and with extensive piloted simulation and flight test.

Implementation

A link to CodeOcean or other online implementation of the LMI

Links to other closely-related LMIs

A list of references documenting and validating the LMI.

Return to Main Page:

Template:BookCat