Open access

Optimal Solution to Matrix Riccati Equation – For Kalman Filter Implementation

Written By

Bhar K. Aliyu, Charles A. Osheku, Lanre M.A. Adetoro and Aliyu A. Funmilayo

Submitted: 05 December 2011 Published: 26 September 2012

DOI: 10.5772/46456

From the Edited Volume

MATLAB - A Fundamental Tool for Scientific Computing and Engineering Applications - Volume 3

Edited by Vasilios N. Katsikis

Chapter metrics overview

14,590 Chapter Downloads

View Full Metrics

1. Introduction

Matrix Riccati Equations arise frequently in applied mathematics, science, and engineering problems. These nonlinear matrix equations are particularly significant in optimal control, filtering, and estimation problems. Essentially, solving a Riccati equation is a central issue in optimal control theory. The needs for such equations are common in the analysis and synthesis of Linear Quadratic Gaussian (LQC) control problems. In one form or the other, Riccati Equations play significant roles in optimal control of multivariable and large-scale systems, scattering theory, estimation, and detection processes. In addition, closed forms solution of Riccti Equations are intractable for two reasons namely; one, they are nonlinear and two, are in matrix forms. In the past, a number of unconventional numerical methods were employed for the solutions of time-invariant Riccati Differential Equations (RDEs). Despite their peculiar structure, no unconventional methods suitable for time-varying RDEs have been constructed, except for carefully re-designed conventional linear multistep and Runge-Kutta(RK) methods.

Implicit conventional methods that are preferred to explicit ones for stiff systems are premised on the solutions of nonlinear systems of equations with higher dimensions than the original problems via Runge-Kutta methods. Such procedural techniques do not only pose implementation difficulties but are also very expensive because they require solving robust non-linear matrix equations.

In this Chapter, we shall focus our attention on the numerical solution of Riccati Differential Equations (RDEs) for computer-aided control systems design using the numerical algorithm with an adaptive step of Dormand-Prince. It is a key step in many computational methods for model reduction, filtering, and controller design for linear systems. In the meantime, we shall limit our investigation to the optimality in the numeric solution to Riccati equation as it affects the design of Kalman-Bucy filter state estimator, for an LQG control of an Expendable Launch Vehicle (ELV) in pitch plane during atmospheric ascent. Furthermore, the approach in the paper by Aliyu Kisabo Bhar et al will be fully employed from a comparative standpoint of the solution to a differential Riccati equation and an Algebraic Riccati for Kalman-Bucy filter implementation.

Advertisement

2. Kalman filter

Theoretically the Kalman Filter is an estimator for the linear-quadratic problem, it is an interesting technique for estimating the instantaneous ‘state’ of a linear dynamic system perturbed by white -noise measurements that is linearly related to the corrupted white noise state. The resulting estimator is statistically optimal with respect to any quadratic function of the estimation error.

In estimation theory, Kalman introduced stochastic notions that applied to non-stationary time-varying systems, via a recursive solution. C.F. Gauss (1777-1855) first used the Kalman filter, for the least-squares approach in planetary orbit problems. The Kalman filter is the natural extension of the Wiener filter to non-stationary stochastic systems. In contrast, the theory of Kalman has provided optimal solutions for control systems with guaranteed performance. These control analyses were computed by solving formal matrix design equations that generally had unique solutions. By a way of reference, the U.S. space program blossomed with a Kalman filter providing navigational data for the first lunar landing.

Practically, it is one of the celebrated discoveries in the history of statistical estimation theory in the twentieth century. It has enable humankind to do many things, one obvious advantage, is its indispensability as silicon integration in the makeup of electronic systems. It's most dependable application is in the control of complex dynamic systems such as continuous manufacturing processes, aircraft, ships, or spacecraft. To control a dynamic system, you must first know what it is doing. For these applications, it is not always possible or desirable to measure every variable that you want to control, and Kalman filter provides a means of inferring the missing information from indirect (and noisy) measurements. Kalman Filter is also very useful for predicting the likely future course of dynamic systems that people are not likely to control, such as the flow of rivers during flood, the trajectory of celestial bodies, or the prices of traded commodities. Kalman Filter is ‘ideally noted for digital computer implementation’, arising from a finite representation of the estimated problem-by a finite number of variables. Usually, these variables are assumed to be real numbers-with infinite precision. Some of the problems encountered in its uses, arose from its distinction between ‘finite’ and ‘manageable’ problem sizes. These are significant issues on the practical side of Kalman filtering that must be considered in conjunction with the theory. It is also a complete statistical characterization of an estimated problem than an estimator, because it propagates the entire probability distribution of the variables in its task to be estimated. This is a complete characterization of the current state of knowledge of the dynamic system, including influence of all past measurements. These probability distributions are also useful for statistical analysis and predictive design of sensor systems. The applications of Kalman filtering encompass many fields, but its use as a tool, is almost exclusively for two purposes: estimation and performance analysis of estimators. Figure 1 depicts the essential subject for the foundation for Kalman filtering theory.

Despite the indication of Kalman filtering process in the apex of the pyramid, it is an integral part in the foundation of another discipline modern control theory, and a proper subset of statistical decision theory.

Figure 1.

Foundation concept in Kalman filtering.

Kalman filter analyses a dynamic systems’ behavior with external and measurement noise. In general, the output y is affected by noise measurement. In addition, the process dynamics are also affected by disturbances, such as atmospheric turbulence. Following this, we shall now present the model for the LQG control for the ELV via equation (1). The essential assumptions are viz; the dynamic system is linear, the performance cost function is quadratic, and the random processes are Gaussian.

By defining, a continuous –time process and measurement model is as follows;

x˙=Ax+Bu+Gw,y=Cx+v.E1

Where, w and v are zero-mean Gaussian noise processes (uncorrelated from each other). The following process and measurement covariance matrices hold namely:

Ev(t)vT(s)=RNδ(ts)Ev(t)wT(s)=0Ew(t)wT(s)=QNδ(ts)}t,sE2

From the foregoing,a Kalman filter equation admits the form;

x^˙=Ax^+Bu+L(yy^),E3

where L is the Kalman gain represented as

L=PCTRN1.E4

The covariance matrix P, in equation (4) is the solution to a Riccati Differential Equation (RDE) or an Algebraic Riccati Equation (ARE).

Advertisement

3. Riccati equation

In mathematics, a Riccati equation is any ordinary differential equation that is quadratic in the unknown function. In other words, it is an equation of the form

y(x)=q0(x)+q1(x)y(x)+q2(x)y2(x),E5

where, q0(x)≠0 and q2(x)≠0 ( q0(x)=0 is Bernoulli equation and q2(x)=0 is first order linear ordinary equation). It is named after Count Jacopo Francesco Riccati (1676-1754).

More generally, "Riccati equations" refer to matrix equations with analogous quadratic terms both in continuous-time and in discrete-time Linear-Quadratic-Gaussian Control. The steady-state (non-dynamic) versions of these equations are classified as algebraic Riccati equations.

3.1. Riccati differential equation (RDE)

The Riccati differential equation was first studied in the eighteen century as a nonlinear scalar differential equation, and a method was derived for transforming it to a linear matrix form. This same method works when the dependent variable of the original Riccati differential equation is a matrix.

The statistical performance of the Kalman filter estimator can be predicted a priori by solving the Riccati equations for computing the optimal feedback gain of the estimator. Also, the behaviors of their solutions can be shown analytically for the most trivial cases. These equations also provide a means for verifying the proper performance of the actual estimator when it is running.

For the LQG problem, the associated Riccati Differential Equation which provides the covariance P(t) needed for the solution of Kalman gain is of the form,

P˙(t)=Aϕ(t)P(t)+P(t)AϕT(t)+G(t)QN(t)G(t)P(t)CT(t)RN1(t)C(t)P(t)E6

where A is the state transitional matrix defined as

ddtx(t)=A(t)x(t)+G(t)w(t).E7

The Riccati Differential Equation in (6) can be solved by using a technique, called the Matrix Fraction Decomposition. A matrix product of the sort AB-1 is called a matrix fraction, and a representation of a matrix M in the form

M=AB1E8

A fractional decomposition of the covariance matrix results in a linear differential equation for the numerator and the denominator matrices. The numerator and denominator matrices as functions of time, such that the product A(t)B-1(t) satisfies the matrix Riccati equation and its boundary conditions. By taking the derivative of the matrix fraction A(t)B-1(t) with respect to t and using the fact that

ddtB1(t)=B1(t)B˙(t)B1(t),E9

Now let us represent the covariance matrix P(t) by

P(t)=A(t)B1(t),E10

and on applying equations ( 9-10) yields

dP(t)dt=A˙(t)B1(t)A(t)B1(t)B˙(t)B1(t)E11

From the Riccati equation in (6) substitution for P(t) with A(t)B-1(t) in the right hand side of the equation, leads to the following namely

dP(t)dt=Aϕ(t)A(t)B1(t)+A(t)B1(t)AϕT(t)+G(t)QN(t)GT(t)E12
A(t)B1(t)CT(t)RN1(t)C(t)A(t)B1(t).E13

Equating (11) and (12) and multiplying through with B(t) yields

A˙(t)A(t)B1(t)B˙(t)={Aϕ(t)A(t)+G(t)QN(t)GT(t)B(t)}E14
A(t)B1(t){CT(t)RN1(t)C(t)A(t)AϕT(t)B(t)}E15

Therefore, if we find A(t) and B(t) that satisfy:

A˙(t)=Aϕ(t)+G(t)QN(t)GT(t)B(t),E16
B˙(t)=CT(t)RN1(t)C(t)A(t)AϕT(t)B(t),E17

then P(t)=A(t)B-1(t) satisfies the Riccati differential equation. Note that equations (14) and (15) are the linear differential equations with respect to matrices A(t) and B(t). The foregoing can be arranged as follows viz;

(A(t)B(t))=[Aφ(t)G(t)QN(t)GT(t)CT(t)RN1(t)C(t)Aφ(t)](A(t)B(t))E18

Such a representation is a Hamiltonian Matrix known as matrix Riccati differential equation.

Ψ(t)=[Aϕ(t)G(t)QN(t)GT(t)CT(t)RN1(t)C(t)Aϕ(t)]E19

The initial values of A(t) and B(t) must be constrained by the initial value of P(t). This is easily satisfied by taking P0=I, an identity matrix.

In the time-invariant case, the Hamiltonian matrix Ψ is also time-invariant. As a consequence, the solution for the numerator A(t)and denominator B(t)of the matrix fraction can be represented in matrix form as the product

[A(t)B(t)]=eΨt[P(0)I],E20

where eΨtis a 2n x 2n matrix.

Convergence Properties of a Scalar Time-Invariant Case. In this case, the numerator A(t) and the denominator B(t) of the 'matrix fraction' A(t)B-1(t) will be scalars, but Ψ will be a 2n x 2n matrix. Considering a case: A(t)→a(t), and B(t)→b(t)and the process and measurement equations becomes

Aϕ(t)=Aϕ,G(t)=G,Q(t)=Q,R(t)=R,C(t)=C.E21

The scalar time-invariant Riccati differential matrix equation and its linearized equivalent is

P˙(t)=AϕP(t)+P(t)AϕP(t)CRN1CP(t)+GQGT.E22

Hence, equation (16) reduces to

(a˙b˙)=[AϕGQGTCR1CAϕ](ab)E23

with the following initial conditions namely; a(0)=P0 and b(0)=1. In the meantime, the eigenvalues of the Hamilton Matrix are;

λ1,λ2=±Aϕ2+QRG2C2.E24

Using λ1 and λ2, where, q=G2Q, we can write the following:

a(t)=12λ{[P0(λAϕ)+q]eλt+[P0(λAϕ)+q]eλt}E25
b(t)=12λq{(λAϕ)[P0(λ+Aϕ)+q]eλt(λ+Aϕ)[P0(λAϕ)q]eλt}.E26

Consequently, the covariance follows as;

P(t)=a(t)b(t)=q[P0(λ+Aϕ)+q]+[P0(λAϕ)q]e2λt(λAϕ)[P0(λ+Aϕ)+q](λ+Aϕ)[P0(λAϕ)q]e2λt.E27

If the system is observable, i.e. (A,C): Observable Pair, then the RDE has a positive-definite, symmetric solution for an arbitrary positive-definite initial value of matrix P0 > 0;

P(t)>0p.d.,P(t)=PT(t)Rn×n,t>0.E28

The need to solve Riccati equation is perhaps the greatest single cause of anxiety and agony on the part of people faced with implementing Kalman filter. Because there is no general formula for solving higher order polynomials equations (i.e., beyond quartic), finding closed-form solutions to algebraic Riccati equations by purely algebraic means is very rigorous. Thus, it is necessary to employ numerical solution methods. Numbers do not always provide us as much insight into the characteristics of the solution as formulas do, but readily amenable for most problems of practical significance.

3.2. Numerical example – An expendable launch vehicle (ELV) autopilot

This problem is taken from Aliyu et al, and it is significant for modeling and simulating an ELV autopilot problem in Matlab/Simulink®. It solves the symmetrical RDE:

P˙(t)AP(t)+P(t)AP(t)CRN1CP(t)+GQNGT,P0=I.E29

Where,

A=[01014.780500.01958100.85800.1256],QN=[1.1×1030001.1×1030001.1×103],E30
RN=[4.0×1060004.0×1060004.0×106],C=[100010000],E31
and
G=[014.780594.8557]T.E32

3.3. Numerical Methods and Problem Solving Environment (PSE), for Ordinary Differential Equations

In the last decade, two distinct directions have emerged in the way Ordinary Differential Equation (ODE) solvers software is utilized. These include Large Scale Scientific Computation and PSE. Most practicing engineers and scientists, as well as engineering and science students use numerical software for problem solving, while only a few very specific research applications require large scale computing.

MATLAB® provides several powerful approaches to integrate sets of initial value, Ordinary Differential Equations. We have carried out an extensive study of the requirements. For the simulation of the autopilot problem, we have used the mathematical development environment Matlab/Simulink®. Matlab/Simulink® was chosen, as it is widely used in the field of numerical mathematics and supports solving initial value ordinary differential equations like the type we have in (27) with easy.

From the humble beginnings of Euler’s method, numerical solvers started relatively simple and have evolved into the more complex higher order Taylor methods and into the efficient Runge-Kutta methods. And the search for more efficient and accurate methods has led to the more complicated variable step solvers.

3.3.1. One step solver

For solving an initial value problem

y=f(x,y),y(x0)=y0,E33

a numerical method is needed. One step solvers are defined by a function Ф(x,y,h;f) which gives approximate values yi≔y(xi) for the exact solution y(x):

yi+1:=yi+hΦ(xi,yi,h;f),E34
xi+1:=xi+h,E35

where, h denotes the step size. In the following let x and y be arbitrary but fixed, and z(t) is the exact solution of the initial value problem

z(t)=f(t,z(t)),z(x)=yE36

with the initial values x and y. Then the function

Δ(x,y,h,f):={z(x+h)yhh0f(x,y)h=0E37

describes the differential quotient of the exact solution z(t) with step size h, whereas Ф(x,y,h;f) is the differential quotient of the approximated solution with step size h. The difference  = ∆ - Ф is the measure of quality of the approximation method and is denoted as local discretization error.

In the following, FN(a,b) is defined as the set of all functions f, for which exist all partial derivations of order N on the area

S={x,y|axb,yn}a,bfinite,E38

where they are continuous and limited.

One step solvers must fulfill

limh0τ(x,y,h;f)=0.E39

This is equivalent to

limh0Φ(x,y,h;f)=f(x,y).E40

If this condition holds for all x є [a,b], y є F1(a,b) then Ф and the corresponding one step method are called consistent. Thus, the one step method is of order p, if

τ(x,y,h;f)=0(hp),E41

holds for all x є [a,b], y є R, f є Fp (a,b). The global discretization error

en(X):=y(X)ynX=xnfix,nvariableE42

is the difference between exact solution and the approximated solution. The one step method is denoted as convergent, if:

limnen(X)=0.E43

Theorem: Methods of order p > 0 are convergent and it holds

en(X)=0(hp).E44

This means that the order of the global discretization error is equal to the order of the local discretization error. The crucial problem concerning one-step methods is the choice of the step size h. If the step size is too small, the computational effort of the method is unnecessary high, but if the step size is too large, the global discretization error increases. For initial values x0,y0 a step size as large as possible would be chosen, so that the global discretization error is below a boundary ε after each step. Therefore, a step size control is necessary.

3.3.2. Explicit Euler

The most elementary method of solving initial value problems is the explicit Euler. The value of yi+1 can be calculated the following way:

yi+1=yi+hf(xi,yi)E45

The explicit Euler calculates the new value yi+1 by following the tangent at the old value for a distance of h. The slope of the tangent is given by the value of f (xi,yi). The explicit Euler uses no step size control; the step size h is fixed. Therefore, it is only useful in special cases, where the function to integrate is pretty flat. Nevertheless, it is very easy to implement and calculates very fast, so it can be a good choice.

3.3.3. Runge-Kutta method

The Runge-Kutta methods are a special kind of one-step solvers, which evaluate the right side in each step several times. The intermediate results are combined linearly. The general discretization schema for one-step of a Runge-Kutta method is

y1=y0+h(b1K1+b2K2++baKa),E46

with corrections

Ki=f(x0+cih,y0+hj=1i1aijKj),i=1,s.E47

The coefficients are summarized in a tableau, the so-called Butcher-tableau, see figure 2.

Figure 2.

Butcher-tableau.

3.4. Step size control

The Runge-Kutta methods use an equidistant grid, but this is for most applications inefficient. A better solution is to use an adaptive step size control. The grid has to be chosen so that

  • a given accuracy of the numerical solution is reached

  • the needed computational effort is minimized.

As the characteristics of the solution are a priori unknown, a good grid structure cannot be chosen before the numerical integration. Instead, the grid points have to be adapted during the computation of the solution. Trying to apply this to Runge-Kutta methods lead to the following technique:

To create a method of order p (for yi+1), it is combined with a method of order P+1(for ŷk+1).

This method for yi+1 is called the embedded method. The idea of embedding was developed by Fehlberg and methods using this technique therefore are called Runge-Kutta-Fehlberg methods. This leads to a modified Butcher-tableau (see figure 3). The new step size is calculated with

hnew=hεyy^p+1,E48

where ε denotes the tolerance.

Figure 3.

Modified Butcher-tableau for embedded Runge-Kutta-methods.

3.4.1. Error control and variable step size

The main concern with numerical solvers is the error made when they approximate a solution. The second concern is the number of computations that must be performed. Both of these can be addressed by creating solvers that use a variable step size in order to keep the error within a specified tolerance. By using the largest step size allowable while keeping the error within a tolerance, the error made is reduced.

The way to keep the error under control is to determine the error made at each step. A common way to do this is to use two solvers of orders p and p+1, as earlier explained. Any approximations made of order p will have an error no larger than the value of the p + 1 term. This leads us to take the difference of the two solvers to find the value of the error term.

Since the downside of using two distinct methods is a dramatic increase in computations, another method is typically used. An example of this method is the Rung-Kutta-Fehlberg Algorithm. The Rung-Kutta-Fehlberg combines Rung-Kutta methods of order four and order five into one algorithm. Doing this reduces the number of computations made while returning the same result.

3.4.2. Dormand-Prince method

The Dormand-Prince method is a member of the Runge-Kutta-Fehlberg class with order 4(5).It means that the method has order 5 and the embedded method has order 4. This is described by the following equations:

y(x0+h)=y0+hk=04bkfk(x0,y0;h)y^(x0+h)=y0+hk=05b^kfk(x0,y0;h)fk=f(x0+ckh,y0+ht=0k1akifi)E49

The coefficients from Dormand and Prince can be seen in figure 4.

Figure 4.

Butcher-tableau for Dormand-Prince-method.

For solving an initial value problem like the one we have in (27) Matlab was chosen, as it is widely used in the field of numerical mathematics and supports solving ordinary differential equations. Moreover, it is possible to visualize the simulation results of the autopilot. In our program we used the ode45, a standard solver included in Matlab/Simulink. The solver ode45 implements the method of Dormand-Prince, which is a member of the class of Runge-Kutta-Fehlberg methods. More specifically, the Dormand–Prince method uses six function evaluations to calculate fourth- and fifth-order accurate solutions. The difference between these solutions is then taken to be the error of the (fourth-order) solution. This error estimate is very convenient for adaptive step size integration algorithms. This adaptive step-size control algorithm monitors the estimate of the integration error, and reduces or increases the step size of the integration in order to keep the error below a specified threshold. The accuracy requested is that both the relative and absolute (maximal) errors be less than the truncation error tolerance. In MATLAB, both relative (RelTol) and absolute (AbsTol) tolerances can be specified. The default values (that were used in solving the problem) are RelTol= 0.001 and AbsTol= 10-6.We intend to integrate the DRE from t=0 up to t=1. The Simulink model for the DRE is as shown in Figure 5.

Figure 5.

Simulink model for matrix Differential Riccati Equation.

After successfully simulating the above model, it was used to design an Linear Quadratic Gaussian (LQG) autopilot with the following Linear Quadratic Regulator (LQR) Characteristics;

Q=[2.50004000173.6],andR=0.1.E50

For this autopilot, the Kalman-Bucy filter model was implemented as shown in Fig.6. It should be noted that if for any reason the initial condition P0 in (27) is taking as a matrix with entries less than 1, then initial covariance matrix could be used as a tuning parameter to meet a specific time response characteristics as was presented in Aliyu, et al.

Advertisement

4. Filter performance

The dependent variable in the Riccati differential equation of the Kalman-Bucy filter is the covariance matrix of the estimation error, defined as the difference between the estimated state vector x-hat and the true state vector x. Matrix P is a matrix of covariance of an error estimate of the state vector x. The initial value of which is chosen as

P0=E{[x(t)x^(t)][x(t)x^(t)]T}Att.E51

The state error covariance matrix is n × n and symmetric, and must remain positive definite to retain filter stability. Diagonal elements of this matrix are variances of errors of the estimations for corresponding components of the state vector. These also serve as a definition of accuracy for the estimation.

Figure 6.

Simulink model for Kalman-Bucy filter with a RDE.

The solution of the matrix Riccati equation was found to provide a quantitative measure of how well the state variables can be estimated in terms of mean-squared estimation errors. Therefore, the matrix Riccati equation from the Kalman filter was soon recognized as a practical model for predicting the performance of sensor systems, and it became the standard model for designing aerospace sensor systems to meet specified performance requirements. More importantly, covariance analysis is crucial in exploring what-if scenarios with new measurement sources.

Note that in (27) we increase estimation uncertainty by adding in process noise and we decrease estimation uncertainty by the amount of information (R-1) inherent in the measurement.

For an initial guess for the value of covariance, a very large value could be selected if one is using a very poor sensor for measurement. This makes the filter very conservative. Converse is the case if very good sensors are used for measurement.

The LQG autopilot simulation for tracking a pitch angle of 3 degrees (0.05rads) with the observer as designed in Fig.6 gave the result presented in Fig.7. It is interesting to note that the time response characteristics of the simulated autopilot in Fig. 7 meets all the design specifications of; percentage overshoot less than 10 percent; settling time of less than 4 seconds; rise time of less than 1 second and steady state error of less than 2 percent.

Figure 7.

Set-point command tracking of LQG autopilot for a RDE solution to Kalman gain.

The numerical result at t=1 for the covariance matrix with respect to Fig.5 is given in (47) and hence the associated Kalman gain is given in (48). The Kalman gain harnessed at this point urged us to re-design the Kalman filter model as shown in Fig. 8 for our LQG autopilot.

P=[5.228197174×1064.261615461×1060.0003944712974.261615461×1060.00098070937820.00067220357470.00039447712970.00067220357478.750905161],E52
L=[1.307049293625961.0654038654922801.06540386549228245.177344558508098.6192824463156168.0508936928560].E53

A further investigation was carried out-the single point value of Kalman filter gain given in (48) was used to implement the Kalman filter algorithm as popular represented in most textbooks-as a constant gain. For which, the Kalman-Bucy model in Fig. 8 was developed.

Figure 8.

Simulink Model of Kalman filter model for a constant gain value of Kalman gain.

Hence, the same LQG autopilot was simulated with the Kalman filter based observer as shown in Fig.8. Simulation result for the system is as shown in Fig. 9. It is also interesting to note that all the time response characteristics as earlier mentioned were met. Though, the LQR controller could bring the ELV to a settling time at about 2 seconds.

The Matlab in-built command function [K,P,E]=lqr(A,B,C,D,Q,R) was used to obtain the solution for the design of the LQR controller. Where, K is the controller gain, P is the associated solution to the Algebraic Riccati Equation of the controller design and E, the closed-loop eigenvalues of the plant dynamics. Note, that for LQR design the pair (A,B) must be controllable then, a state feedback control law can be constructed to arbitrarily locate the closed-loop eigenvalues.

Figure 9.

Set point command tracking of ELV autopilot for a Kalman gain obtained by evaluating covariance matrix to a Riccati Differential Equation at t=1sec.

Advertisement

5. Algebraic Riccati equation

Assume that the Riccati differential equation has an asymptotically stable solution for P(t):

limtP(t)=P.E54

Then the time derivative vanishes

limtdP(t)dt=0.E55

Substituting this into the (6) yields

AP+PAT+GQGTPCTR1CP=0.E56

This is called the Algebraic Riccati Equation. This is a nonlinear matrix equation, and need a numerical solver to obtain a solution for P∞.

Consider a scalar case: P є R1×I, A,C, Q, R,G є R1×I. The Algebraic Riccati Equation can be solved analytically

C2RP22AϕPG2Q=0,E57
P=RC2{Aϕ±Aϕ2+QRC2G2}.E58

From (52) there exist two solutions; one positive and the other negative, corresponding to the two values for the signum (±). There is no cause for alarm. The solution that agrees with (52) is the non-negative one. The other solution is non-positive. We are only interested in the non-negative solution, because the variance P of uncertainty is, by definition, non-negative. Thus, taking the positive solution

limtP(t)=P=RC2{Aϕ+Aϕ2+QRC2G2}E59

For the numerical example at hand, the Kalman gain for this problem is easily solved with the following Matlab command [L, P,E]=lqe(A,G,C,Q,R). This command solves a continuous time Algebraic Riccati Equation associated with the described model. Where, L, is the Kalman gain, P, the covariance matrix, and E, the closed-loop eigenvalues of the observer. The numeric values are as follows respectively:

L=[0.9999998345578771.000572253600101.0005752253600123530.07308334456012.5039701153711150868.7249479920],E60
P=[3.99999938×1064.0023×1065.0016×1054.0023×1060.0941×1060.60355.0016×1060.6035673.4535],E61

and

E=[23530.198624891.000000171440175.81187094955956×105].E62

Based, on the result in (54), the LQG autopilot was simulated with the Kalman-Bucy filter state observer as modeled in Fig. 8. The result obtained from this was used in designing an LQG controller for the case of an ELV during atmospheric ascent. This seeks to track and control a pitch angle of 3 degrees (0.05rads) and the result is as shown Figure 10. Though, in this case the controller could bring the ELV to a Settling Time at 3 seconds. A minute further, compared to that obtained in Fig. 9. In both cases a negligible difference in Percentage Overshoot was observed.

Figure 10.

Set-point command tracking of LQG autopilot for an Algebraic Riccati Equation's solution to Kalman gain.

Advertisement

6. Comparative analysis

It can be clearly seen from figure 7 that the result of applying Kalman gain in the LQG problem of an ELV is most suitable by solving the associated Riccati Equation in its differential form (RDE). All time response characteristics were met within a second and with a zero percent overshoot! Though, issues might arise when hardware implementation is to be carried out. This basically will be due to the computational demand that will be placed on the selected micro-controller. In view of that, if we choose to design the Kalman filter in the traditional manner but still not solving the associated Riccati equation as an algebraic one but as a differential one as done earlier and then harvesting the value of the Kalman gain at some specific point (in this research, we chose 1 second). Then, applying the Kalman gain, as a constant gain throughout the regime of simulation (RDE@1sec). It is obvious that for this example, this result still out performs that obtained from solving an Algebraic Riccati Equation (ARE). Actually, it could be clearly seen in Fig. 9 that the settling time is 2 second and in Fig. 10 is 3 seconds as the case applies. Figure 11 tries to give a holistic view of the three cases considered in this research for perusal.

Though one might be tempted to look at the difference in settling time of 1 second between the case of harvesting the Kalman gain value after solving a RDE at t=1sec., With that of ARE as negligible or insignificant. On the contrary, considering an aerospace vehicle like the ELV, moving with a speed rage of Mach number 0.8-1.2 (transonic). One will be force to rethink. Let alone, compared to a settling time of 0.7sec obtained when Kalman gain is obtained from solving a RDE.

It is of paramount interest to add here that the plant and observer dynamics for all cases explored in this research gave a dynamic system with stable poles (separation principle). Contrary to that obtained in the paper Aliyu et al and in the book Aliyu Bhar Kisabo.

Figure 11.

Compared results of the three approaches to the solution of Kalman gain as applied to an autopilot.

Advertisement

7. Conclusion

It can be clearly seen in Figure 6, that the synthesized LQG autopilot, with Kalman gain obtained by solving an Algebraic Riccati Equation (ARE) has 6 percent overshoot and a settling time of 3seconds. While, that in Fig. 3, is most preferred in all time-domain characteristics-zero percentage overshoot and settling time of 0.7second. This is the result of implementing Kalman gain as a solution to a Riccati Differential Equation (RDE). Thus, the solution to Riccati Differential Equation for the implementation of Kalman filter in LQG controller design is the most optimal for pitch plane control of an ELV in the boast phase.

It is required that after designing Kalman filter, the accuracy of estimation is also assessed from the covariance matrix. It could be seen that both cases gave a very good estimation (very small covariance). Though, that of ARE gave a much smaller value. This has less significance to our research since we are majorly interested in the time response characteristic of the controlled plant. MATLAB 2010a was used for all the simulations in this paper.

Advertisement

Acknowledgement

The authors will like to specially appreciate the Honourable Minister of Science and Technology, Prof. Ita Okon Bassey Ewe, for his special intereste in the Research and Development activities at National Space Research and Development Agency (NASRDA). His support has been invaluable. Also, in appreciation is the Director-General of NASRDA, Dr. S. O Mohammed for making CSTP a priority agency among others Centres of NASRDA. We also thank Dr. Femi A. Agboola, Director, Engineering and Space Systems (ESS) at NASRDA, for his meaningful suggestions and discussions.

References

  1. 1. Aliyu Bhar Kisabo.2011Expendable Launch Vehicle Flight Control; Design & Simulation With Matlab/Simulink, 973-3-84432-729-8Germany.
  2. 2. ShampineL. F.GladwellI.ThompsonS.2003Solving ODEs with MATLAB, 978-0-51107-707-4USA.
  3. 3. RobertH.Bishop2002The mechatronics Handbook, Second Edition, 0-84930-066-5Raton, London, New York, Washington D.C
  4. 4. MohinderS.GrewalAngusP.Anderson2001Applications of kalman Filtering; Theory & practice Using Matlab, Second Edition, 0-47126-638-8York, Chichester, Weinhem, Brisban,Sigapore,Toronto
  5. 5. Aliyu Bhar Kisabo et al2011Autopilot Design for a Generic Based Expendable Launch Vehicle, Using Linear Quadratic gaussian (LQG) Control. European Journal of Scientific Research, 504February 2011), 5976110145-0216X
  6. 6. RezaAbazari.2009Solution of Riccati Type Differential Equations Using Matrix Differential Transform. Journal of Applied Mathematics & Informatics, 275-6December 2009), 11331143

Written By

Bhar K. Aliyu, Charles A. Osheku, Lanre M.A. Adetoro and Aliyu A. Funmilayo

Submitted: 05 December 2011 Published: 26 September 2012