ISSN ONLINE(2278-8875) PRINT (2320-3765)

All submissions of the EM system will be redirected to Online Manuscript Submission System. Authors are requested to submit articles directly to Online Manuscript Submission System of respective journal.

Comparison of Estimation capabilities of Extended and Unscented Kalman Filterin an RLV

Prof.Laila Beebi M1, Naveen N S2,Vishakh K H3
  1. Professor, Dept. of Industrial Instrumentation and Control, TKM College of Engineering, Kollam,Kerala, India1
  2. PG Student, Dept. of Industrial Instrumentation and Control, TKM College of Engineering, Kollam,Kerala, India2
  3. PG Student, Dept. of Industrial Instrumentation and Control, TKM College of Engineering, Kollam,Kerala, India3
Related article at Pubmed, Scholar Google

Visit for more related articles at International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering

Abstract

Thispaper presents a model-based fault detection system using kalman filter as state estimator. It focuses on the various sensor faults occurring in the RLV. A multiple model adaptive estimator using a bank of kalman filter is used here to model the various faults occurring that are applicable to aerospace systems..

Keywords

fault detection, extended kalman filter, unscented kalman filter, multiple model, residue, RLV.

INTRODUCTION

Reusable Launch Vehicles, or RLV's, are space vehicles designed to perform multiple space missions thus dramatically reducing the cost. No true orbital reusable launch system is currently in use. The closest example was the partially reusable Space Shuttle. The development and control of the Reusable Launch Vehicle is one of the major researches going on today. Aerodynamic fault estimation is an integral part of aerospace system design. Sophisticated flight control systems are required for high performance aircraft with instabilities, since the instabilities are beyond the capabilities of human pilot to counteract.
On-line fault estimation techniques such as reconfigurable or adaptive control, system health monitoring, and fault tolerant control etc. are used enabled by the recent advances in computational power. An efficient online fault detection technique is essential for the design of a fault tolerant control system. This paper deals with fault detection technique using a bank of kalman filters. The problem under consideration is the estimation of sensor faults occurring in the RLV in its descent phase.Model-based fault diagnosis method is applied in this work.

METHODOLOGY

The process noise and measurement noise in the system are considered as Gaussian white noise with zero mean. Gaussian noise is the random noise appearing in the system whose probability density function is equal to that of the normal distribution. In applications, it is most commonly used as additive white Gaussian noise.
Kalman filter is a commonly used algorithm for recursive parameter identification due to its excellent filtering properties. Failures are caused on the system due to the effects of inaccurate control surface and fail in the flight control system and other faults.

SYSTEM DESIGN

Fault-tolerance is the property that enables a system to continue operating properly in the case of occurrence of one or more faults in some of its components. Even a small failure can cause total breakdown in a naivelydesigned system. Fault-tolerance is particularly sought-after in high-availability or life-critical systems like RLV, spacecraft etc. The whole process of fault detection depends on the model used to represent the dynamic system. Better the model better will be the performance of the fault detection scheme and less will be the rate of false alarms.
A reusable launch system (or reusable launch vehicle, RLV) is a launch system which is capable of launching a launch vehicle into space more than once. Aerospace systems are characterized by nonlinear models as well as noisy and biased sensor measurements. An accurate model of the RLV is required to provide the necessary flight control compensation and performance by flight control systems.
The nonlinear rigid body attitude motion dynamics of an RLV of dry mass M are modeled by a very complicated set of six non-linear coupled differential equations.
image
These states, governed by equations (1-3), are angle of attack (α), sideslip angle (β), and bank angle (μ). Command of these three angles is given by RLV guidance system. Compared to the angle rate dynamics governed by equation (4- 6), the angle dynamics (1-3) are thought of slow dynamics which use the angle rate as control inputs. Equations (4-6) govern the fast states, which include the body axis roll, pitch and yaw rates (p , q and r , respectively). These states are fast in the sense that the control inputs have a significant direct effect on their rates. In the above equations, gdenotes the local gravitational acceleration; L and Y denote the aerodynamic lift and side forces; l,m and n denote the aerodynamic rolling, pitching and yawing moments. The moments of inertia of the symmetric missile are denoted byIi, where i=x, y or z, and its single nonzero product of inertia is represented by Ixz.[6]
These complex set of equations can be decoupled and linearized into the longitudinal and lateral equations under certain assumptions. In this paper the longitudinal dynamics of the RLV in its descent phase is considered.
State equation
image
wprocess noise with covariance matrix Q. Measurement equation
image
v measurement noise with covariance matrix R.

A. Kalman filter

The Kalman filter, also known as linear quadratic estimation (LQE), is an algorithm that uses a series of measurements observed over time, containing random noise and other inaccuracies, and produces estimates of variables. The algorithm works in a two-step process: in the prediction step, the Kalman filter produces estimates of the current state variables, along with their uncertainties. Once the outcome of the next measurement is observed, these estimates are updated using a weighted average, with more weight being given to estimates with higher certainty. Because of the algorithm’s recursive nature, it can run in real time using only the present input measurements and the previously calculated state; noadditional past information is required.
The Kalman filter model assumes the true state at time k is evolved from the state at (k−1) according to
image
WhereA is the state transition model which is applied to the previous state xt|t;B is the control-input model which is applied to the control vector ut; wt is the process noise which is assumed to be drawn from a zeromeanmultivariate normaldistribution with covariance Q. In discrete domain
image
At time k an observation (or measurement) zk of the true state xk is made according to
image
Where C is the observation model which maps the true state space into the observed space and vt is the observation noise which is assumed to be zero mean Gaussian white noise with covariance R. In discrete domain
image
Prediction state
image
Correction state
image
It can be seen that if the measurement noise is large, R will be large and thus kalman gain K will be small. So in case of large measurement errors, not much significance is there fo the measurement Y. In case of small measurement errors, R will be small and K will be large and so the measurement Y will be credible for calculating the next state.
Getting a good estimate of the noise covariance matrices Qk and Rkis often difficult. Research has been done to estimate thiscovariance from data. One of the more promising approaches to do this is the Auto-covariance Least- Squares (ALS) technique that uses auto-covariance of routine operating data to estimate the covariance.The kalman filter minimizes the average estimation error thus producing a better estimate.

B. Extended Kalman filter

In the extended Kalman filter (EKF), the state transition and observation models need not be linear functions of the state but may instead be non-linear functions. These functions are ofdifferentiable type.
image
The function f can be used to compute the predicted state from the previous estimate and similarly the function h can be used to compute the predicted measurement from the predicted state. However, f and h cannot be applied to the covariance directly. Instead a matrix of partial derivatives (the Jacobian) is computed.
image
Prediction state
image
Correction state
image
At each time step the Jacobian is evaluated with current predicted states. These matrices can be used in the Kalman filter equations. This process essentially linearizes the non-linear function around the current estimate.

C. Unscented Kalman Filter

When the state transition and observation models, that is the predict and update functions fand h are highly nonlinear, the extended Kalman filter can give particularly poor performance. This is because the covariance is propagated through linearization of the underlying non-linear model. The unscented Kalman filter (UKF) uses a deterministic sampling technique known as the unscented transform to pick a minimal set of sample points (called sigma points) around the mean. These sigma points are then propagated through the non-linear functions, from which the mean and covariance of the estimate are then recovered. The result is a filter which more accurately captures the true mean and covariance. In addition, this technique removes the requirement to explicitly calculate Jacobians, which for complex functions can be a difficult task in itself.

Prediction state

As with the EKF, the UKF prediction can be used independently from the UKF update, in combination with a linear (or indeed EKF) update, or vice versa.The estimated state and covariance are augmented with the mean and covariance of the process noise.
image
A set of 2L+1 sigma points is derived from the augmented state and covariance where L is the dimension of the augmented state.
image
The matrix square root should be calculated using Cholesky decomposition to choose a set of so-called sigma points. The Kalman filter tracks the average state of a system as a vector x of length N and covariance as an N-by-N matrix P. The matrix P is always positive semi-definite, and can be decomposed into LLT. The columns of L can be added and subtracted from the mean x to form a set of 2N vectors called sigma points. These sigma points completely capture the mean and covariance of the system state.
The sigma points are propagated through the transition function fto give transformed sigma points.
image
The weighted sigma points are recombined to produce the predicted state and covariance.
image
`where the weights for the state and covariance are given by:
image
Typical values for α, β, and κ are 10 − 3, 2 and 0 respectively. (These values should suffice for most purposes.)

Correction state

The predicted state and covariance are augmented as before, except now with the mean and covariance of the measurement noise.
image
As before, a set of 2L + 1 sigma points is derived from the augmented state and covariance where L is the dimension of the augmented state.
Alternatively if the UKF prediction has been used the sigma points themselves can be augmented along the following lines.
image
The sigma points are projected through the observation function h.
image
The weighted sigma points are recombined to produce the predicted measurement and predicted measurement covariance.
image
The state-measurement cross-covariance matrix,
image
is used to compute the UKF Kalman gain.
As with the Kalman filter, the updated state is the predicted state plus the innovation weighted by the Kalman gain,
image
And the updated covariance is the predicted covariance, minus the predicted measurement covariance, weighted by the Kalman gain.
image

SIMULATION

In order to compare and validate the estimation schemes, simulations for a RLV during reentry are presented. MATLAB is used for simulation purposes. Mat lab coding is done for both the extended and the unscented kalman filters.The nonlinear system considered here is the dynamics of an RLV in its reentry phase.
A nominal flight condition at an altitude of 30,000 ft. at a Mach number of 0.6 is considered here Process noise covariance and Sensor noise covariance are taken as Q = 1 and R = 2 respectively. The simulation dynamic steps taken are 100.

CONCLUSIONS

Kalman filter is used in real time for state estimation. It use stateXt|t’s as optimal estimate of state at time t, and use Pt|t as a measure of uncertainty. Combined with MMAE approach, it’s been able to detect faults in the system in real time. Selecting of threshold band is of great Importance. If threshold is raised to reduce false alarms, time taken for the detection of false also increases. But in fault-critical system such as RLV, this may cause total failure and so a lesser threshold is selected.
In EKF the state distribution is propagated analytically through the first-order linearization of thenonlinear system. It does not take into account that xtis a random variable with inherent uncertaintyand it requires that the first two terms of the Taylor series to dominate the remaining terms.Second-Order version exists, but the computational complexity required makes it unfeasiblefor practical usage. So linearization error problem is amajor problem in extended kalman filter.
Unscented kalman filter approximates the distribution around sigma points and so is accurate to at least the 2nd order.No Jacobians or Hessian are calculated. The UKF consistently achieves a better level of accuracy than the EKF at a comparable level of complexity.

Tables at a glance

Table icon
Table 1
 

Figures at a glance

Figure 1 Figure 2 Figure 3
Figure 1 Figure 3 Figure 13
 

References

  1. P. D. Hanlon and P. S. Maybeck, “Multiple-Model Adaptive Estimation Using a Residual Correlation Kalman Filter Bank,” IEEE Transactions on Aerospace and Electronic Systems, Vol. AES-36,No. 2, April 2000, pp. 393–406.
  2. Menke, T. E., and Maybeck, P. S. (1995), Sensor/actuator failure detection in the VISTA F-16 by multiple model adaptive estimation. IEEE Transactions on Aerospace and Electronic Systems, 31, 4 (Oct. 1995), 1218–1229.
  3. Youmin Zhang and Jin Jiang, Canada, IEEE, in their paper An Interacting Multiple-Model Based Fault Detection, Diagnosis And Fault- Tolerant Control Approach, december 1999 IEEE transactions
  4. A.E. Bryson, Yu-Chi Ho, “Applied Optimal Control: Optimization, Estimation, and Control,” revised printing, Hemisphere Publishing Corp., 1975
  5. M. Grewal, A. Andrews, in His Published Book, "Kalman Filtering Theory and Practice Using MATLAB” 2nd ed. John Wiley and Sons, 2001,
  6. Rauch, H. E., "Intelligent fault diagnosis and control reconfiguration", IEEE Control Systems Magazine 14 (3(1994)): 6–12.
  7. W. Chen and J. Jiang, in their paper Fault Tolerent Control Against Stuck Actuator Faults, AIAA In 2005
  8. Weitian Chen and Mehrdad Saif, USA, IEEE, in their paper Adaptive Sensor Fault Detection and Isolation in Uncertain Systems, 2007
  9. K.Reif, S.Gunther, E.Yaz, and R.Unbehauen. Stochastic Stability of the Discrete-Time Extended Kalman Filter. IEEE Trans.Automatic
  10. Control, 1999.
  11. D. Rupp, G. Ducard, E. Shafai, and H.P. Geering, Fellow, IEEE in their paper Extended Multiple Model Adaptive Estimation for the Detection of Sensor and Actuator Faults , IEEE transactions 2005
  12. J. J. Zhul, D. A. Lawrence, J. Fisher, Y. B. Shtessel, A. S. Hodel, and P. Lu in their paper Direct Fault Tolerant RLV Attitude Control - A Singular Perturbation Approach, In AIAA GNC Conference 2002
  13. N. Tudoroiu and K. Khorasani, Canada, IEEE, in their paper Fault Detection and Diagnosis for Satellite’s Attitude Control System (ACS) Using an Interactive Multiple Model (IMM) Approach , IEEE transactions 2005
  14. Takahisa Kobayashi, ASRC Aerospace Corporation, Cleveland, Ohio and Donald L. Simon U.S. Army Research Laboratory, Cleveland, Ohio, in their paper Hybrid Kalman Filter: A New Approach for Aircraft Engine In-Flight Diagnostics , NASA, Cleveland, Ohio in 2006
  15. Inseok Yang, Kyungmin Kang and Dongik Lee, Korea, in their paper Fault Tolerant Control Using Self-Diagnostic Smart Actuator, IEEE transactions 2009
  16. Chui, C. K., & Chen, G. Kalman filtering with real-time applications (fourth ed.).Springer.(2009).
  17. Zarchan, Paul Fundamentals of kalman filtering - a practical approach: AIAA.vol. 208.(2005).
  18. Maiying Zhong, Hao Ye, Steven X. Ding, and Guizeng Wang in their paper Observer-Based Fast Rate Fault Detection for a Class of Multi-rate Sampled-Data Systems , IEEE transactions march 2007
  19. SEUNGKEUN KIM, JIYOUNG CHOI, YOUDAN KIM, Member, IEEE, Seoul National University, in their paper Fault Detection and Diagnosis of Aircraft Actuators using Fuzzy-Tuning IMM Filter, IEEE transactions 2007
  20. Rambabu Kandepu, Lars Imsland and Bjarne A. Foss in their paper Constrained State Estimation Using the Unscented Kalman Filter , IEEE transactions In 2008
  21. Youmin Zhang and Jin Jiang in their paper Bibliographical Review On Reconfigurable Fault tolerant Control Systems, ELSEVIER in 2008
  22. N.Meskin and K. khorasani, Robust Fault Detection and Isolation of Time Delay Systems Using Geometric Approach , AIAA in 2009
  23. Quinglei hu and Bing Xiao, china and Youmin Zhang, Canada, Adaptive Back stepping Based Fault Tolerant Spacecraft Attitude Control Under Loss of Actuator Effectiveness , AIAA in 2010
  24. K. S. Narendra, J. Balakrishnan, and M. K. Coliz. Adaptation and Learning Using Multiple Models, Switching and Tuning, IEEE Control System Magazine, 37-51, June 1995