A New Nonlinear Filtering Method for Ballistic Target Tracking

Size: px
Start display at page:

Download "A New Nonlinear Filtering Method for Ballistic Target Tracking"

Transcription

1 th International Conference on Information Fusion Seattle, WA, USA, July 6-9, 9 A New Nonlinear Filtering Method for Ballistic arget racing Chunling Wu Institute of Electronic & Information Engineering Xi an Jiaotong University Xi an, Shaanxi, P.R.China informationway@63.com Chongzhao Han Institute of Electronic & Information Engineering Xi an Jiaotong University Xi an, Shaanxi, P.R.China czhan@mail.xjtu.edu.cn Zengguo Sun Institute of Electronic & Information Engineering Xi an Jiaotong University Xi an, Shaanxi, P.R.China duffer@63.com Abstract -racing a ballistic re-entry target from radar observations is a highly complex problem in nonlinear filtering. he paper adopts a one-dimensional vertical motion model with unnown ballistic coefficient, we present a square-root quadrature Kalman filter (SRQKF) algorithm for this ballistic target tracing problem. he proposed algorithm is the square-root implementation of the quadrature Kalman filter (QKF). he quadrature Kalman filter is a recursive, nonlinear filtering algorithm developed in the Kalman filtering framewor and computes the mean and covariance of all conditional densities using the Gauss- Hermite quadrature rule. he square-root quadrature Kalman filter propagates the mean and the square root of the covariance. It guarantees the symmetry and positive semi-definiteness of the covariance matrix, improved numerical stability and the numerical accuracy, but at the expense of increased computational complexity slightly. Keywords: Re-entry, ballistic target tracing, ballistic coefficient, quadrature Kalman filter, Gauss Hermite quadrature. Introduction racing a ballistic target in the re-entry phase is a highly complex nonlinear filtering problem. he problem is important both for missile defence and safety against ageing satellites. he main goal is to estimate on-line inematic parameters (position and velocity) and ballistic coefficient, which is unnown using available measurements. he ballistic target tracing problem has been studied in many papers [-4]. Both the first and second moment-based filtering methods and density-based filtering methods have been proposed to handle this problem including extended Kalman filter (EKF) [,4,5], unscented filter (UF) [,4,6,7] ( also called unscented Kalman filter), and various particle filters(pf) [,3]. he extended Kalman filter (EKF) is based on the principle of using aylor series expansion to linearize the measurement and process models. But its accuracy depends heavily on the severity of the nonlinearities; when the nonlinearities become severe, or they cannot be well approximated by a linear function, the EKF gives a divergent estimate. Moreover, the EKF requires calculation of Jacobians (first order partial derivatives). he unscented filter (UF) is another very popular nonlinear filter developed in recent years. he basic idea is to choose deterministic sample (sigma) points that capture the mean and covariance of a Gaussian density. When propagated through a nonlinear function, these points capture the true mean and covariance up to a second-order of the nonlinear function [6, 7]. Moreover, when the state dimension is high, the computational cost of UF is increased highly. PF algorithm has high estimation accuracy considerably, but its implementation is computationally expensive. Recently, the reference [9] proposed a quadrature Kalman filter (QKF) based on the algorithm in [8]. he QKF linearizes the nonlinear functions using statistical linear regression method through a set of Gaussian-Hermite quadrature points that parameterize the Gaussian density. It has been proved that QKF has higher estimation accuracy than the EKF and the UF [9]. In this paper, based on the QKF algorithm, we proposed the square-root quadrature Kalman filter (SRQKF) for tracing the ballistic target in re-entry phase, because of its excellent numerical characteristics. his paper is divided into 5 sections. Section is this introduction. In Section, we review briefly the target motion model and the radar measurement model. In Section 3, we present the proposed square-root quadrature Kalman filter. In Section 4, we give the simulation experiment about the new filter. Finally, Section 5 summarizes the main results. he Model his paper considers a ballistic target falling vertically towards the ground observed by a surface-based tracing radar as show in Figure. In general, after re-entering into the atmosphere, a ballistic target has high speed and it taes very short time to reach the ground. he main goal is to estimate the position, velocity and ballistic coefficient of the target given a sequence of noisy position measurements generated by a conventional radar ISIF 6

2 h Drag arget Gravity Radar Figure. Ballistic target tracing scenario. arget Motion Model Under the assumption that drag and gravity are the only forces acting on the object, the inematics of target is given as [] : () h= v ρ( h) g v v= + g β () (3) β = where h is the altitude, v is the velocity, ρ( h) density, g = 9.8m/s is the air is the acceleration due to gravity and β is the ballistic coefficient. Air density, measured 3 in g/m, is exponentially related to the altitude h, ρ = γe ηh 4 with γ =.754 and η =.49. β depends on the object mass, shape and cross-sectional area. arget inematic state is determined by height and velocity, but since β is unnown, it needs to be included in the state vector. he corresponding discrete tate space model for the inematic target equations ()-(3) is obtained by the Euler approximation with small integration step τ and is given by x = f( x) + + w (4) where f ( x ) denotes the nonlinear function of states given by with matrices f ( x ) =Φx G[ D( x ) g] (5) x [ ] = hvβ τ Φ= G = [ τ ] he superscript denotes matrix transposition, and drag Dx ( ) g ρ x x x [3] ( []) [] = (6) w is the process noise, independent of measurement noise, and is modelled by a zero-mean Gaussian process with covariance matrix Parameters 3 qτ 3 qτ Q = qτ qτ qτ q 3 (m /s ) and q (g m s 5 ), control the amount of process noise in target dynamics and the ballistic coefficient, respectively.. arget Measurement Model he radar is assumed to measure target range (in this case object height) at regular intervals of seconds. he measurement equation is then z = Hx + u (7) where is the discrete time index, H = [ ] is the observation vector, and u is zero-mean white Gaussian measurement noise with variance R = σ r..3 ypical arget rajectory he position, velocity and ballistic coefficient of a typical target trajectory is shown in Figure.. he parameters of this typical target trajectory are: initial height is 696m, initial velocity is 348m/s, ballistic coefficient is 96g/m s, τ =.s and q=q=. altitude m 7 x a) Altitude 63

3 velocity m/s ballistic coefficient g/ms x b) Velocity he SRQKF c) Ballistic coefficient Figure. ypical target trajectory he SRQKF is the square-root extension of the quadrature Kalman filter. he heart of the QKF is the Gauss Hermite quadrature rule that computes the first two order moments of all conditional densities. he Gauss Hermite rule does not approximate the nonlinear function explicitly; rather, it approximates the integral using a weighted quadrature point set. Moreover, the QKF is derivative free, thereby broadening its practical applicability. For the detailed QKF algorithm, please refer to [9]. A review of square-root implementations of the Kalman filter can be found in []. he proposed SRQKF algorithm was inspired by [3]. he SRQKF propagates the state estimate and its corresponding square root covariance. Because of using the square root form, the SRQKF exhibits many desirable numerical characteristics. he square root formulation guarantees the symmetry and positive semidefiniteness of the covariance matrix, improved numerical accuracy and the numerical stability. Before descirbing the SRQKF algorithm, we introduce some notations involved in the square root formulation. m { ξi, ω i} i = is a set of quadrature points and associated weights for a weight function being the standard Gaussian density in the Gaussian quadrature. About its calculation method, please refer to [8, ]. α is the number of quadrature points; m is the total number of quadrature points in the n x dimension nx state-space and is related to α by m = α. We use notation qr{} to denote a QR decomposition of a matrix. For a matrix =, A L N, QR gives a decomposition A QR where Q N N is orthogonal, R N L is upper triangular and N L. he upper triangular part of R, R, is the transpose of the Cholesy factor of P = AA, i.e., R = S. Cholesy factor updating can be available in Matlab as Cholupdate. If S is the original Cholesy factor of P, then the Cholesy factor of the update P ± vuu is denoted as S Cholupdate { S, u, v} = ±. A diagonal matrix W S containing all square roots of the quadrature weights on the diagonal (note that quadrature weights are positive and sum to unity) is written as ω WS = ωm S and S, for square roots of the We shall use Q, R process and measurement noise covariance Q and R, respectively. he SRQKF includes two step: ⅰ) time update, at the end of which the predicted density px ( z: ) is computed, and ⅱ) measurement update, at the end of which the posterior density p( x z : ) is computed. he detailed SRQKF algorithm is summarized below: SRQKF Algorithm: ime update step ) Assumed that at time the posterior density function px ( z: )~ N ( x ; x, P ) is nown, factorize S = [chol( P )] (8) ) Compute the quadrature points Xi, = S ξ i+ x i =,, m (9) 3) Evaluate the propagated quadrature points 64

4 * Xi, = f( Xi, ), i =,, m () 4) Estimate the predicted state m * x = ω i ix = i, () 5) Estimate the square root factor of the predicted error covariance * S = qr{ χ S Q, } () where the weighted centered (prior mean is subtracted off) matrix * * * χ = [ X, x X, x * X x ] W m, S SRQKF Algorithm: Measurement update step ) Evaluate the quadrature points Xi, = S ξi + x i =,, m (3) ) Evaluate the propagated quadrature points Zi, = hx ( i, ), i=,, m (4) 3) Estimate the predicted measurement z m ω iz i= i, = (5) 4) Estimate the square root of the innovation covariance Szz, = qr{ Z S R, } (6) where the matrix Z is below, Z = [ Z, z Z, z Z m, z ] WS 5) Estimate the cross-covariance matrix Pxz, = X Z (7) where, X = [ X, x X, x Xm, x ] WS 6) Estimate the Kalman gain K = ( Pxz, Szz, ) Szz, (8) 7) Estimate the updated state x = x + K( z z ) (9) 8) Estimate the square root factor of the corresponding error covariance matrix U = KSzz, () S = cholupdate{ S, U, } = P S S In this paper, the measurement model is linear, so the measurement update step is simplified as bellow: ) Estimate the predicted measurement z = H x () ) Estimate the Kalman gain K = S H ( HS H R) + () 3) Estimate the updated state x = x + K( z z ) (3) 4) Estimate the corresponding error covariance P = ( I KH) S (4) 4 Simulation his section describes the error performance of nonlinear filters. Altitude and velocity of filters are initialized from true position and velocity as in [8]. he third component (ballistic coefficient) is initialized with a Beta distribution [3]. Its pdf is given by λ Γ ( λ+ λ) β β L p( β) = ( βu βl) Γ( λ) Γ( λ) βu βl (5) λ β β L βu βl Here λ, λ are shape parameters, and symbol Γ denotes the Gamma function. λ = λ =., β = Kg/ms, L β = 63 Kg/ms, q U = q = 5. For simulation, the third component of filter is initialized as x [3] = E[ β ], P [3,3] = σ = ( std[ β ]). he initial height of the β target is 696m, velocity is 34m/s and with randomised initial value of ballistic coefficient. he simulated target is traced over steps. he performance is analyzed with 5 MC runs. We assume that target detection and false alarm probabilities of radar equal to and, respectively. We compared the SRQKF algorithm with the EKF and the QKF in position RMSE, velocity RMSE, ballistic coefficient RMSE, and the computational cost, respectively altitude RMSE EKF QKF SRQKF a) Altitude 65

5 velocity RMSE EKF QKF SRQKF fitler for tracing a ballistic target on re-entry phase with an unnown ballistic coefficient. hrough our experimental study we found that the estimation accuracy of the QKF and the SRQKF are all superior to that of the EKF. Compared with the QKF algorithm, the SRQKF algorithm improved the numerical stability and the numerical accuracy, but at the expense of increased computational complexity. we conclude that the SRQKF algorithm is a good alternative for the ballistic target tracing problem being studied b) Velocity ballistic coeffient RMSE EKF QKF SRQKF c) Ballistic coefficient Figure 3. Comparison of RMSE about three filters able I Computational Costs of hree Fitlers Filters Computation time EKF.96 QKF.94 SRQKF.9 From Figure 3, we can see that the SRQKF algorithm outperforms EKF and QKF in position, velocity and ballistic coefficient RMSE. From able I, we can see that the QKF and SRQKF are all have higher computational cost than that of the EKF. he SRQKF has slightly higher computational cost than that of the QKF, although it has higher estimation accuracy. At last, we give the conclusion of this paper. 5 Conclusion We presented in this paper a square-root quadrature Kalman 6 Acnowledgment his wor was supported by the National Key Fundamental Research & Development Programs (973) of China, No. 7CB36. References [] X. R. Li and V. P. Jilov, A survey of maneuvering target tracing-part II: ballistic target models, Proc. Of the SPIE,, 4473: [] X. R. Li and V. P. Jilov, A Survey of Maneuvering arget racing Approximation echniques for Nonlinear Filtering, In Proc. 4 SPIE Conf. on Signal and Data Processing of Small argets, vol. 548, Orlando, FL, USA, Apr. 4. [3] B. Ristic, A. Farina, D. Benvenuti, M. S. Arulampalam, Performance Bounds and Comparison of Nonlinear Filters for racing a Ballistic Object on Reentry, IEE Proc. Radar, Sonar Navig., Vol.5, No., April 3. [4] Farina, D. Benvenuti and B. Ristic, racing a ballistic target: comparison of several nonlinear filters, IEEE rans. On Aerospace and Electronic Systems, AES- 38: , July. [5] P. Costa, Adaptive model architecture and extended Kalman-Bucy filters, IEEE rans. On Aerospace and Electronic Systems, AES-3:55 533, April 994. [6] S. J. Julier, J. K. Uhlmann and H. F. Durrant-Whyte, A new method for the nonlinear transformation of means and covariances in filters and estimators, IEEE rans. Autom. Control, Vol. 45, pp. 477, Mar.. [7] S. J. Julier and J. Uhlmann, Unscented Filtering and Nonlinear Estimation, Proceedings of the IEEE, 9(3):4 4, Mar. 4. [8] K. Ito and K. Xiong, Gaussian filters for nonlinear filtering problems, IEEE rans. Autom. Control, Vol. 45, No. 5, pp. 9 97, May. [9] Arasaratnam. I. Hayin.S. and Elliott. R.J, Discrete- ime Nonlinear Filtering Algorithms Using Gauss Hermite 66

6 Quadrature, Proceedings of the IEEE, 7, Vol: 95(5): [] ZARCHAN, P., actical and strategic missile guidance, Progress in astronautics and aeronautics, Vol. 57 (AIAA, 994, nd edn.). [] G. H. Golub and J. H. Welsch, Calculation of Gauss Quadrature rules, Math. Comput. Vol. 3, No. 6, pp. 3, 969. [] P. Kaminsi, A. Bryson, and S. Schmidt, Discrete square root filtering: A survey of current techniques, IEEE rans. Autom. Control, Vol. AC-6, No. 6, pp , Dec. 97. [3] R. van der Merwe and E. Wan, he square-root unscented Kalman filter for state and parameter estimation, in Proc. Int. Conf. Acoustic, Speech, Signal Process. (ICASSP), May, Vol. 6, pp

Extension of the Sparse Grid Quadrature Filter

Extension of the Sparse Grid Quadrature Filter Extension of the Sparse Grid Quadrature Filter Yang Cheng Mississippi State University Mississippi State, MS 39762 Email: cheng@ae.msstate.edu Yang Tian Harbin Institute of Technology Harbin, Heilongjiang

More information

SQUARE-ROOT CUBATURE-QUADRATURE KALMAN FILTER

SQUARE-ROOT CUBATURE-QUADRATURE KALMAN FILTER Asian Journal of Control, Vol. 6, No. 2, pp. 67 622, March 204 Published online 8 April 203 in Wiley Online Library (wileyonlinelibrary.com) DOI: 0.002/asjc.704 SQUARE-ROO CUBAURE-QUADRAURE KALMAN FILER

More information

An Improved Particle Filter with Applications in Ballistic Target Tracking

An Improved Particle Filter with Applications in Ballistic Target Tracking Sensors & ransducers Vol. 72 Issue 6 June 204 pp. 96-20 Sensors & ransducers 204 by IFSA Publishing S. L. http://www.sensorsportal.co An Iproved Particle Filter with Applications in Ballistic arget racing

More information

SIGMA POINT GAUSSIAN SUM FILTER DESIGN USING SQUARE ROOT UNSCENTED FILTERS

SIGMA POINT GAUSSIAN SUM FILTER DESIGN USING SQUARE ROOT UNSCENTED FILTERS SIGMA POINT GAUSSIAN SUM FILTER DESIGN USING SQUARE ROOT UNSCENTED FILTERS Miroslav Šimandl, Jindřich Duní Department of Cybernetics and Research Centre: Data - Algorithms - Decision University of West

More information

Combined Particle and Smooth Variable Structure Filtering for Nonlinear Estimation Problems

Combined Particle and Smooth Variable Structure Filtering for Nonlinear Estimation Problems 14th International Conference on Information Fusion Chicago, Illinois, USA, July 5-8, 2011 Combined Particle and Smooth Variable Structure Filtering for Nonlinear Estimation Problems S. Andrew Gadsden

More information

RECURSIVE OUTLIER-ROBUST FILTERING AND SMOOTHING FOR NONLINEAR SYSTEMS USING THE MULTIVARIATE STUDENT-T DISTRIBUTION

RECURSIVE OUTLIER-ROBUST FILTERING AND SMOOTHING FOR NONLINEAR SYSTEMS USING THE MULTIVARIATE STUDENT-T DISTRIBUTION 1 IEEE INTERNATIONAL WORKSHOP ON MACHINE LEARNING FOR SIGNAL PROCESSING, SEPT. 3 6, 1, SANTANDER, SPAIN RECURSIVE OUTLIER-ROBUST FILTERING AND SMOOTHING FOR NONLINEAR SYSTEMS USING THE MULTIVARIATE STUDENT-T

More information

NON-LINEAR NOISE ADAPTIVE KALMAN FILTERING VIA VARIATIONAL BAYES

NON-LINEAR NOISE ADAPTIVE KALMAN FILTERING VIA VARIATIONAL BAYES 2013 IEEE INTERNATIONAL WORKSHOP ON MACHINE LEARNING FOR SIGNAL PROCESSING NON-LINEAR NOISE ADAPTIVE KALMAN FILTERING VIA VARIATIONAL BAYES Simo Särä Aalto University, 02150 Espoo, Finland Jouni Hartiainen

More information

A new unscented Kalman filter with higher order moment-matching

A new unscented Kalman filter with higher order moment-matching A new unscented Kalman filter with higher order moment-matching KSENIA PONOMAREVA, PARESH DATE AND ZIDONG WANG Department of Mathematical Sciences, Brunel University, Uxbridge, UB8 3PH, UK. Abstract This

More information

A New Nonlinear State Estimator Using the Fusion of Multiple Extended Kalman Filters

A New Nonlinear State Estimator Using the Fusion of Multiple Extended Kalman Filters 18th International Conference on Information Fusion Washington, DC - July 6-9, 2015 A New Nonlinear State Estimator Using the Fusion of Multiple Extended Kalman Filters Zhansheng Duan, Xiaoyun Li Center

More information

ROBUST ENSEMBLE KALMAN FILTER BASED ON EXPONENTIAL COST FUNCTION

ROBUST ENSEMBLE KALMAN FILTER BASED ON EXPONENTIAL COST FUNCTION Asian Journal of Control, Vol. 7, No., pp. 0, January 05 Published online in Wiley Online Library (wileyonlinelibrary.com) DOI: 0.00/asc.843 ROBUS ENSEMBLE KALMAN FILER BASED ON EXPONENIAL COS FUNCION

More information

Comparison of Kalman Filter Estimation Approaches for State Space Models with Nonlinear Measurements

Comparison of Kalman Filter Estimation Approaches for State Space Models with Nonlinear Measurements Comparison of Kalman Filter Estimation Approaches for State Space Models with Nonlinear Measurements Fredri Orderud Sem Sælands vei 7-9, NO-7491 Trondheim Abstract The Etended Kalman Filter (EKF) has long

More information

A Comparison of the EKF, SPKF, and the Bayes Filter for Landmark-Based Localization

A Comparison of the EKF, SPKF, and the Bayes Filter for Landmark-Based Localization A Comparison of the EKF, SPKF, and the Bayes Filter for Landmark-Based Localization and Timothy D. Barfoot CRV 2 Outline Background Objective Experimental Setup Results Discussion Conclusion 2 Outline

More information

A NEW NONLINEAR FILTER

A NEW NONLINEAR FILTER COMMUNICATIONS IN INFORMATION AND SYSTEMS c 006 International Press Vol 6, No 3, pp 03-0, 006 004 A NEW NONLINEAR FILTER ROBERT J ELLIOTT AND SIMON HAYKIN Abstract A discrete time filter is constructed

More information

Fisher Information Matrix-based Nonlinear System Conversion for State Estimation

Fisher Information Matrix-based Nonlinear System Conversion for State Estimation Fisher Information Matrix-based Nonlinear System Conversion for State Estimation Ming Lei Christophe Baehr and Pierre Del Moral Abstract In practical target tracing a number of improved measurement conversion

More information

Nonlinear State Estimation! Particle, Sigma-Points Filters!

Nonlinear State Estimation! Particle, Sigma-Points Filters! Nonlinear State Estimation! Particle, Sigma-Points Filters! Robert Stengel! Optimal Control and Estimation, MAE 546! Princeton University, 2017!! Particle filter!! Sigma-Points Unscented Kalman ) filter!!

More information

Gaussian Filters for Nonlinear Filtering Problems

Gaussian Filters for Nonlinear Filtering Problems 910 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 45, NO. 5, MAY 2000 Gaussian Filters for Nonlinear Filtering Problems Kazufumi Ito Kaiqi Xiong Abstract In this paper we develop analyze real-time accurate

More information

in a Rao-Blackwellised Unscented Kalman Filter

in a Rao-Blackwellised Unscented Kalman Filter A Rao-Blacwellised Unscented Kalman Filter Mar Briers QinetiQ Ltd. Malvern Technology Centre Malvern, UK. m.briers@signal.qinetiq.com Simon R. Masell QinetiQ Ltd. Malvern Technology Centre Malvern, UK.

More information

On Continuous-Discrete Cubature Kalman Filtering

On Continuous-Discrete Cubature Kalman Filtering On Continuous-Discrete Cubature Kalman Filtering Simo Särkkä Arno Solin Aalto University, P.O. Box 12200. FI-00076 AALTO, Finland. (Tel: +358 50 512 4393; e-mail: simo.sarkka@aalto.fi) Aalto University,

More information

Recursive Noise Adaptive Kalman Filtering by Variational Bayesian Approximations

Recursive Noise Adaptive Kalman Filtering by Variational Bayesian Approximations PREPRINT 1 Recursive Noise Adaptive Kalman Filtering by Variational Bayesian Approximations Simo Särä, Member, IEEE and Aapo Nummenmaa Abstract This article considers the application of variational Bayesian

More information

Recursive LMMSE Filtering for Target Tracking with Range and Direction Cosine Measurements

Recursive LMMSE Filtering for Target Tracking with Range and Direction Cosine Measurements Recursive Filtering for Target Tracing with Range and Direction Cosine Measurements Zhansheng Duan Yu Liu X. Rong Li Department of Electrical Engineering University of New Orleans New Orleans, LA 748,

More information

Lecture 7: Optimal Smoothing

Lecture 7: Optimal Smoothing Department of Biomedical Engineering and Computational Science Aalto University March 17, 2011 Contents 1 What is Optimal Smoothing? 2 Bayesian Optimal Smoothing Equations 3 Rauch-Tung-Striebel Smoother

More information

Tactical Ballistic Missile Tracking using the Interacting Multiple Model Algorithm

Tactical Ballistic Missile Tracking using the Interacting Multiple Model Algorithm Tactical Ballistic Missile Tracking using the Interacting Multiple Model Algorithm Robert L Cooperman Raytheon Co C 3 S Division St Petersburg, FL Robert_L_Cooperman@raytheoncom Abstract The problem of

More information

Nonlinear Estimation Techniques for Impact Point Prediction of Ballistic Targets

Nonlinear Estimation Techniques for Impact Point Prediction of Ballistic Targets Nonlinear Estimation Techniques for Impact Point Prediction of Ballistic Targets J. Clayton Kerce a, George C. Brown a, and David F. Hardiman b a Georgia Tech Research Institute, Georgia Institute of Technology,

More information

Tracking an Accelerated Target with a Nonlinear Constant Heading Model

Tracking an Accelerated Target with a Nonlinear Constant Heading Model Tracking an Accelerated Target with a Nonlinear Constant Heading Model Rong Yang, Gee Wah Ng DSO National Laboratories 20 Science Park Drive Singapore 118230 yrong@dsoorgsg ngeewah@dsoorgsg Abstract This

More information

Randomized Unscented Kalman Filter in Target Tracking

Randomized Unscented Kalman Filter in Target Tracking Randomized Unscented Kalman Filter in Target Tracking Ondřej Straka, Jindřich Duník and Miroslav Šimandl Department of Cybernetics, Faculty of Applied Sciences, University of West Bohemia, Univerzitní

More information

REAL-TIME ATTITUDE-INDEPENDENT THREE-AXIS MAGNETOMETER CALIBRATION

REAL-TIME ATTITUDE-INDEPENDENT THREE-AXIS MAGNETOMETER CALIBRATION REAL-TIME ATTITUDE-INDEPENDENT THREE-AXIS MAGNETOMETER CALIBRATION John L. Crassidis and Ko-Lam Lai Department of Mechanical & Aerospace Engineering University at Buffalo, State University of New Yor Amherst,

More information

Recurrent Neural Network Training with the Extended Kalman Filter

Recurrent Neural Network Training with the Extended Kalman Filter Recurrent Neural Networ raining with the Extended Kalman Filter Peter REBAICKÝ Slova University of echnology Faculty of Informatics and Information echnologies Ilovičova 3, 842 16 Bratislava, Slovaia trebaticy@fiit.stuba.s

More information

Gaussian Mixtures Proposal Density in Particle Filter for Track-Before-Detect

Gaussian Mixtures Proposal Density in Particle Filter for Track-Before-Detect 12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, 29 Gaussian Mixtures Proposal Density in Particle Filter for Trac-Before-Detect Ondřej Straa, Miroslav Šimandl and Jindřich

More information

The Scaled Unscented Transformation

The Scaled Unscented Transformation The Scaled Unscented Transformation Simon J. Julier, IDAK Industries, 91 Missouri Blvd., #179 Jefferson City, MO 6519 E-mail:sjulier@idak.com Abstract This paper describes a generalisation of the unscented

More information

Introduction to Unscented Kalman Filter

Introduction to Unscented Kalman Filter Introduction to Unscented Kalman Filter 1 Introdution In many scientific fields, we use certain models to describe the dynamics of system, such as mobile robot, vision tracking and so on. The word dynamics

More information

A Gaussian Mixture PHD Filter for Nonlinear Jump Markov Models

A Gaussian Mixture PHD Filter for Nonlinear Jump Markov Models A Gaussian Mixture PHD Filter for Nonlinear Jump Marov Models Ba-Ngu Vo Ahmed Pasha Hoang Duong Tuan Department of Electrical and Electronic Engineering The University of Melbourne Parville VIC 35 Australia

More information

Generalized Linear Minimum Mean-Square Error Estimation

Generalized Linear Minimum Mean-Square Error Estimation Generalized Linear Minimum Mean-Square Error Estimation Yu Liu and X. Rong Li Department of Electrical Engineering University of New Orleans New Orleans, LA 7148, U.S.A. Email: {lyu2, xli}@uno.edu Abstract

More information

Information Formulation of the UDU Kalman Filter

Information Formulation of the UDU Kalman Filter Information Formulation of the UDU Kalman Filter Christopher D Souza and Renato Zanetti 1 Abstract A new information formulation of the Kalman filter is presented where the information matrix is parameterized

More information

Using the Kalman Filter to Estimate the State of a Maneuvering Aircraft

Using the Kalman Filter to Estimate the State of a Maneuvering Aircraft 1 Using the Kalman Filter to Estimate the State of a Maneuvering Aircraft K. Meier and A. Desai Abstract Using sensors that only measure the bearing angle and range of an aircraft, a Kalman filter is implemented

More information

A Sequential Monte Carlo Approach for Extended Object Tracking in the Presence of Clutter

A Sequential Monte Carlo Approach for Extended Object Tracking in the Presence of Clutter A Sequential Monte Carlo Approach for Extended Object Tracing in the Presence of Clutter Niolay Petrov 1, Lyudmila Mihaylova 1, Amadou Gning 1 and Dona Angelova 2 1 Lancaster University, School of Computing

More information

Extended Object and Group Tracking with Elliptic Random Hypersurface Models

Extended Object and Group Tracking with Elliptic Random Hypersurface Models Extended Object and Group Tracing with Elliptic Random Hypersurface Models Marcus Baum Benjamin Noac and Uwe D. Hanebec Intelligent Sensor-Actuator-Systems Laboratory ISAS Institute for Anthropomatics

More information

Sigma Point Belief Propagation

Sigma Point Belief Propagation Copyright 2014 IEEE IEEE Signal Processing Letters, vol. 21, no. 2, Feb. 2014, pp. 145 149 1 Sigma Point Belief Propagation Florian Meyer, Student Member, IEEE, Ondrej Hlina, Member, IEEE, and Franz Hlawatsch,

More information

Tracking of acoustic source in shallow ocean using field measurements

Tracking of acoustic source in shallow ocean using field measurements Indian Journal of Geo-Marine Sciences Vol. XX(X), XXX 215, pp. XXX-XXX Tracking of acoustic source in shallow ocean using field measurements K. G. Nagananda & G. V. Anand Department of Electronics and

More information

ROBOTICS 01PEEQW. Basilio Bona DAUIN Politecnico di Torino

ROBOTICS 01PEEQW. Basilio Bona DAUIN Politecnico di Torino ROBOTICS 01PEEQW Basilio Bona DAUIN Politecnico di Torino Probabilistic Fundamentals in Robotics Gaussian Filters Course Outline Basic mathematical framework Probabilistic models of mobile robots Mobile

More information

Error analysis of dynamics model for satellite attitude estimation in Near Equatorial Orbit

Error analysis of dynamics model for satellite attitude estimation in Near Equatorial Orbit International Journal of Scientific and Research Publications, Volume 4, Issue 10, October 2014 1 Error analysis of dynamics model for satellite attitude estimation in Near Equatorial Orbit Nor HazaduraHamzah

More information

EKF, UKF. Pieter Abbeel UC Berkeley EECS. Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics

EKF, UKF. Pieter Abbeel UC Berkeley EECS. Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics EKF, UKF Pieter Abbeel UC Berkeley EECS Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics Kalman Filter Kalman Filter = special case of a Bayes filter with dynamics model and sensory

More information

EKF, UKF. Pieter Abbeel UC Berkeley EECS. Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics

EKF, UKF. Pieter Abbeel UC Berkeley EECS. Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics EKF, UKF Pieter Abbeel UC Berkeley EECS Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics Kalman Filter Kalman Filter = special case of a Bayes filter with dynamics model and sensory

More information

Dual Estimation and the Unscented Transformation

Dual Estimation and the Unscented Transformation Dual Estimation and the Unscented Transformation Eric A. Wan ericwan@ece.ogi.edu Rudolph van der Merwe rudmerwe@ece.ogi.edu Alex T. Nelson atnelson@ece.ogi.edu Oregon Graduate Institute of Science & Technology

More information

2D Image Processing. Bayes filter implementation: Kalman filter

2D Image Processing. Bayes filter implementation: Kalman filter 2D Image Processing Bayes filter implementation: Kalman filter Prof. Didier Stricker Kaiserlautern University http://ags.cs.uni-kl.de/ DFKI Deutsches Forschungszentrum für Künstliche Intelligenz http://av.dfki.de

More information

A Comparison of Nonlinear Kalman Filtering Applied to Feed forward Neural Networks as Learning Algorithms

A Comparison of Nonlinear Kalman Filtering Applied to Feed forward Neural Networks as Learning Algorithms A Comparison of Nonlinear Kalman Filtering Applied to Feed forward Neural Networs as Learning Algorithms Wieslaw Pietrusziewicz SDART Ltd One Central Par, Northampton Road Manchester M40 5WW, United Kindgom

More information

Adaptive Unscented Kalman Filter with Multiple Fading Factors for Pico Satellite Attitude Estimation

Adaptive Unscented Kalman Filter with Multiple Fading Factors for Pico Satellite Attitude Estimation Adaptive Unscented Kalman Filter with Multiple Fading Factors for Pico Satellite Attitude Estimation Halil Ersin Söken and Chingiz Hajiyev Aeronautics and Astronautics Faculty Istanbul Technical University

More information

1 Kalman Filter Introduction

1 Kalman Filter Introduction 1 Kalman Filter Introduction You should first read Chapter 1 of Stochastic models, estimation, and control: Volume 1 by Peter S. Maybec (available here). 1.1 Explanation of Equations (1-3) and (1-4) Equation

More information

2D Image Processing. Bayes filter implementation: Kalman filter

2D Image Processing. Bayes filter implementation: Kalman filter 2D Image Processing Bayes filter implementation: Kalman filter Prof. Didier Stricker Dr. Gabriele Bleser Kaiserlautern University http://ags.cs.uni-kl.de/ DFKI Deutsches Forschungszentrum für Künstliche

More information

A Comparitive Study Of Kalman Filter, Extended Kalman Filter And Unscented Kalman Filter For Harmonic Analysis Of The Non-Stationary Signals

A Comparitive Study Of Kalman Filter, Extended Kalman Filter And Unscented Kalman Filter For Harmonic Analysis Of The Non-Stationary Signals International Journal of Scientific & Engineering Research, Volume 3, Issue 7, July-2012 1 A Comparitive Study Of Kalman Filter, Extended Kalman Filter And Unscented Kalman Filter For Harmonic Analysis

More information

Adaptive Cubature Strong Tracking Information Filter Using Variational Bayesian Method

Adaptive Cubature Strong Tracking Information Filter Using Variational Bayesian Method Preprints of the 19th World Congress The International Federation of Automatic Control Adaptive Cubature Strong Tracing Information Filter Using Variational Bayesian Method Quanbo Ge, Chenglin Wen, Shaodong

More information

Target tracking and classification for missile using interacting multiple model (IMM)

Target tracking and classification for missile using interacting multiple model (IMM) Target tracking and classification for missile using interacting multiple model (IMM Kyungwoo Yoo and Joohwan Chun KAIST School of Electrical Engineering Yuseong-gu, Daejeon, Republic of Korea Email: babooovv@kaist.ac.kr

More information

Constrained State Estimation Using the Unscented Kalman Filter

Constrained State Estimation Using the Unscented Kalman Filter 16th Mediterranean Conference on Control and Automation Congress Centre, Ajaccio, France June 25-27, 28 Constrained State Estimation Using the Unscented Kalman Filter Rambabu Kandepu, Lars Imsland and

More information

The Unscented Particle Filter

The Unscented Particle Filter The Unscented Particle Filter Rudolph van der Merwe (OGI) Nando de Freitas (UC Bereley) Arnaud Doucet (Cambridge University) Eric Wan (OGI) Outline Optimal Estimation & Filtering Optimal Recursive Bayesian

More information

Unscented Transformation of Vehicle States in SLAM

Unscented Transformation of Vehicle States in SLAM Unscented Transformation of Vehicle States in SLAM Juan Andrade-Cetto, Teresa Vidal-Calleja, and Alberto Sanfeliu Institut de Robòtica i Informàtica Industrial, UPC-CSIC Llorens Artigas 4-6, Barcelona,

More information

Nonlinear Filtering. With Polynomial Chaos. Raktim Bhattacharya. Aerospace Engineering, Texas A&M University uq.tamu.edu

Nonlinear Filtering. With Polynomial Chaos. Raktim Bhattacharya. Aerospace Engineering, Texas A&M University uq.tamu.edu Nonlinear Filtering With Polynomial Chaos Raktim Bhattacharya Aerospace Engineering, Texas A&M University uq.tamu.edu Nonlinear Filtering with PC Problem Setup. Dynamics: ẋ = f(x, ) Sensor Model: ỹ = h(x)

More information

A comparison of estimation accuracy by the use of KF, EKF & UKF filters

A comparison of estimation accuracy by the use of KF, EKF & UKF filters Computational Methods and Eperimental Measurements XIII 779 A comparison of estimation accurac b the use of KF EKF & UKF filters S. Konatowski & A. T. Pieniężn Department of Electronics Militar Universit

More information

Data Assimilation for Dispersion Models

Data Assimilation for Dispersion Models Data Assimilation for Dispersion Models K. V. Umamaheswara Reddy Dept. of Mechanical and Aerospace Engg. State University of New Yor at Buffalo Buffalo, NY, U.S.A. venatar@buffalo.edu Yang Cheng Dept.

More information

A KALMAN FILTERING TUTORIAL FOR UNDERGRADUATE STUDENTS

A KALMAN FILTERING TUTORIAL FOR UNDERGRADUATE STUDENTS A KALMAN FILTERING TUTORIAL FOR UNDERGRADUATE STUDENTS Matthew B. Rhudy 1, Roger A. Salguero 1 and Keaton Holappa 2 1 Division of Engineering, Pennsylvania State University, Reading, PA, 19610, USA 2 Bosch

More information

Quadrature Filters for Maneuvering Target Tracking

Quadrature Filters for Maneuvering Target Tracking Quadrature Filters for Maneuvering Target Tracking Abhinoy Kumar Singh Department of Electrical Engineering, Indian Institute of Technology Patna, Bihar 813, India, Email: abhinoy@iitpacin Shovan Bhaumik

More information

TARGET TRACKING BY USING PARTICLE FILTER IN SENSOR NETWORKS

TARGET TRACKING BY USING PARTICLE FILTER IN SENSOR NETWORKS TARGET TRACKING BY USING PARTICLE FILTER IN SENSOR NETWORKS D. Gu and H. Hu Department of Computing and Electronic Systems University of Essex, UK Abstract This paper presents a distributed particle filter

More information

. Frobenius-Perron Operator ACC Workshop on Uncertainty Analysis & Estimation. Raktim Bhattacharya

. Frobenius-Perron Operator ACC Workshop on Uncertainty Analysis & Estimation. Raktim Bhattacharya .. Frobenius-Perron Operator 2014 ACC Workshop on Uncertainty Analysis & Estimation Raktim Bhattacharya Laboratory For Uncertainty Quantification Aerospace Engineering, Texas A&M University. uq.tamu.edu

More information

Probabilistic Fundamentals in Robotics. DAUIN Politecnico di Torino July 2010

Probabilistic Fundamentals in Robotics. DAUIN Politecnico di Torino July 2010 Probabilistic Fundamentals in Robotics Gaussian Filters Basilio Bona DAUIN Politecnico di Torino July 2010 Course Outline Basic mathematical framework Probabilistic models of mobile robots Mobile robot

More information

Tracking of Extended Objects and Group Targets using Random Matrices A New Approach

Tracking of Extended Objects and Group Targets using Random Matrices A New Approach Tracing of Extended Objects and Group Targets using Random Matrices A New Approach Michael Feldmann FGAN Research Institute for Communication, Information Processing and Ergonomics FKIE D-53343 Wachtberg,

More information

Performance Evaluation of Local State Estimation Methods in Bearings-only Tracking Problems

Performance Evaluation of Local State Estimation Methods in Bearings-only Tracking Problems 14th International Conference on Information Fusion Chicago, Illinois, USA, July -8, 211 Performance Evaluation of Local State Estimation ethods in Bearings-only Tracing Problems Ondřej Straa, Jindřich

More information

RAO-BLACKWELLIZED PARTICLE FILTER FOR MARKOV MODULATED NONLINEARDYNAMIC SYSTEMS

RAO-BLACKWELLIZED PARTICLE FILTER FOR MARKOV MODULATED NONLINEARDYNAMIC SYSTEMS RAO-BLACKWELLIZED PARTICLE FILTER FOR MARKOV MODULATED NONLINEARDYNAMIC SYSTEMS Saiat Saha and Gustaf Hendeby Linöping University Post Print N.B.: When citing this wor, cite the original article. 2014

More information

Higher-Degree Stochastic Integration Filtering

Higher-Degree Stochastic Integration Filtering Higher-Degree Stochastic Integration Filtering Syed Safwan Khalid, Naveed Ur Rehman, and Shafayat Abrar Abstract arxiv:1608.00337v1 cs.sy 1 Aug 016 We obtain a class of higher-degree stochastic integration

More information

UNSCENTED KALMAN FILTERING FOR SPACECRAFT ATTITUDE STATE AND PARAMETER ESTIMATION

UNSCENTED KALMAN FILTERING FOR SPACECRAFT ATTITUDE STATE AND PARAMETER ESTIMATION AAS-04-115 UNSCENTED KALMAN FILTERING FOR SPACECRAFT ATTITUDE STATE AND PARAMETER ESTIMATION Matthew C. VanDyke, Jana L. Schwartz, Christopher D. Hall An Unscented Kalman Filter (UKF) is derived in an

More information

Cubature Kalman Filters Ienkaran Arasaratnam and Simon Haykin, Life Fellow, IEEE

Cubature Kalman Filters Ienkaran Arasaratnam and Simon Haykin, Life Fellow, IEEE 1254 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 54, NO. 6, JUNE 2009 Cubature Kalman Filters Ienkaran Arasaratnam and Simon Haykin, Life Fellow, IEEE Abstract In this paper, we present a new nonlinear

More information

Mini-Course 07 Kalman Particle Filters. Henrique Massard da Fonseca Cesar Cunha Pacheco Wellington Bettencurte Julio Dutra

Mini-Course 07 Kalman Particle Filters. Henrique Massard da Fonseca Cesar Cunha Pacheco Wellington Bettencurte Julio Dutra Mini-Course 07 Kalman Particle Filters Henrique Massard da Fonseca Cesar Cunha Pacheco Wellington Bettencurte Julio Dutra Agenda State Estimation Problems & Kalman Filter Henrique Massard Steady State

More information

Least Squares. Ken Kreutz-Delgado (Nuno Vasconcelos) ECE 175A Winter UCSD

Least Squares. Ken Kreutz-Delgado (Nuno Vasconcelos) ECE 175A Winter UCSD Least Squares Ken Kreutz-Delgado (Nuno Vasconcelos) ECE 75A Winter 0 - UCSD (Unweighted) Least Squares Assume linearity in the unnown, deterministic model parameters Scalar, additive noise model: y f (

More information

Unscented Kalman Filter/Smoother for a CBRN Puff-Based Dispersion Model

Unscented Kalman Filter/Smoother for a CBRN Puff-Based Dispersion Model Unscented Kalman Filter/Smoother for a CBRN Puff-Based Dispersion Model Gabriel Terejanu Department of Computer Science and Engineering University at Buffalo Buffalo, NY 14260 terejanu@buffalo.edu Tarunraj

More information

Lecture 6: Bayesian Inference in SDE Models

Lecture 6: Bayesian Inference in SDE Models Lecture 6: Bayesian Inference in SDE Models Bayesian Filtering and Smoothing Point of View Simo Särkkä Aalto University Simo Särkkä (Aalto) Lecture 6: Bayesian Inference in SDEs 1 / 45 Contents 1 SDEs

More information

Data Assimilation in Variable Dimension Dispersion Models using Particle Filters

Data Assimilation in Variable Dimension Dispersion Models using Particle Filters Data Assimilation in Variable Dimension Dispersion Models using Particle Filters K. V. Umamaheswara Reddy Dept. of MAE venatar@buffalo.edu Yang Cheng Dept. of MAE cheng3@buffalo.edu Tarunraj Singh Dept.

More information

ORBIT DETERMINATION AND DATA FUSION IN GEO

ORBIT DETERMINATION AND DATA FUSION IN GEO ORBIT DETERMINATION AND DATA FUSION IN GEO Joshua T. Horwood, Aubrey B. Poore Numerica Corporation, 4850 Hahns Pea Drive, Suite 200, Loveland CO, 80538 Kyle T. Alfriend Department of Aerospace Engineering,

More information

State Estimation of Linear and Nonlinear Dynamic Systems

State Estimation of Linear and Nonlinear Dynamic Systems State Estimation of Linear and Nonlinear Dynamic Systems Part III: Nonlinear Systems: Extended Kalman Filter (EKF) and Unscented Kalman Filter (UKF) James B. Rawlings and Fernando V. Lima Department of

More information

NONLINEAR BAYESIAN FILTERING FOR STATE AND PARAMETER ESTIMATION

NONLINEAR BAYESIAN FILTERING FOR STATE AND PARAMETER ESTIMATION NONLINEAR BAYESIAN FILTERING FOR STATE AND PARAMETER ESTIMATION Kyle T. Alfriend and Deok-Jin Lee Texas A&M University, College Station, TX, 77843-3141 This paper provides efficient filtering algorithms

More information

Prediction of ESTSP Competition Time Series by Unscented Kalman Filter and RTS Smoother

Prediction of ESTSP Competition Time Series by Unscented Kalman Filter and RTS Smoother Prediction of ESTSP Competition Time Series by Unscented Kalman Filter and RTS Smoother Simo Särkkä, Aki Vehtari and Jouko Lampinen Helsinki University of Technology Department of Electrical and Communications

More information

Lecture 2: From Linear Regression to Kalman Filter and Beyond

Lecture 2: From Linear Regression to Kalman Filter and Beyond Lecture 2: From Linear Regression to Kalman Filter and Beyond January 18, 2017 Contents 1 Batch and Recursive Estimation 2 Towards Bayesian Filtering 3 Kalman Filter and Bayesian Filtering and Smoothing

More information

State Estimation using Moving Horizon Estimation and Particle Filtering

State Estimation using Moving Horizon Estimation and Particle Filtering State Estimation using Moving Horizon Estimation and Particle Filtering James B. Rawlings Department of Chemical and Biological Engineering UW Math Probability Seminar Spring 2009 Rawlings MHE & PF 1 /

More information

Dynamic System Identification using HDMR-Bayesian Technique

Dynamic System Identification using HDMR-Bayesian Technique Dynamic System Identification using HDMR-Bayesian Technique *Shereena O A 1) and Dr. B N Rao 2) 1), 2) Department of Civil Engineering, IIT Madras, Chennai 600036, Tamil Nadu, India 1) ce14d020@smail.iitm.ac.in

More information

A Multi-Modal Unscented Kalman Filter for Inference of Aircraft Position and Taxi Mode from Surface Surveillance Data

A Multi-Modal Unscented Kalman Filter for Inference of Aircraft Position and Taxi Mode from Surface Surveillance Data A Multi-Modal Unscented Kalman Filter for Inference of Aircraft Position and Taxi Mode from Surface Surveillance Data Harshad Khadilar and Hamsa Balarishnan Massachusetts Institute of Technology, Cambridge,

More information

Unscented Filtering for Spacecraft Attitude Estimation

Unscented Filtering for Spacecraft Attitude Estimation See discussions, stats, and author profiles for this publication at: https://www.researchgate.net/publication/874407 Unscented Filtering for Spacecraft Attitude Estimation Article in Journal of Guidance

More information

Estimation and Maintenance of Measurement Rates for Multiple Extended Target Tracking

Estimation and Maintenance of Measurement Rates for Multiple Extended Target Tracking Estimation and Maintenance of Measurement Rates for Multiple Extended Target Tracing Karl Granström Division of Automatic Control Department of Electrical Engineering Linöping University, SE-58 83, Linöping,

More information

X. F. Wang, J. F. Chen, Z. G. Shi *, and K. S. Chen Department of Information and Electronic Engineering, Zhejiang University, Hangzhou , China

X. F. Wang, J. F. Chen, Z. G. Shi *, and K. S. Chen Department of Information and Electronic Engineering, Zhejiang University, Hangzhou , China Progress In Electromagnetics Research, Vol. 118, 1 15, 211 FUZZY-CONTROL-BASED PARTICLE FILTER FOR MANEUVERING TARGET TRACKING X. F. Wang, J. F. Chen, Z. G. Shi *, and K. S. Chen Department of Information

More information

Analytical Non-Linear Uncertainty Propagation: Theory And Implementation

Analytical Non-Linear Uncertainty Propagation: Theory And Implementation Analytical Non-Linear Uncertainty Propagation: Theory And Implementation Kohei Fujimoto 1), Daniel J. Scheeres 2), and K. Terry Alfriend 1) May 13, 2013 1) Texas A&M University 2) The University of Colorado

More information

The Shifted Rayleigh Filter for 3D Bearings-only Measurements with Clutter

The Shifted Rayleigh Filter for 3D Bearings-only Measurements with Clutter The Shifted Rayleigh Filter for 3D Bearings-only Measurements with Clutter Attila Can Özelçi EEE Department Imperial College London, SW7 BT attila.ozelci@imperial.ac.uk Richard Vinter EEE Department Imperial

More information

ENGR352 Problem Set 02

ENGR352 Problem Set 02 engr352/engr352p02 September 13, 2018) ENGR352 Problem Set 02 Transfer function of an estimator 1. Using Eq. (1.1.4-27) from the text, find the correct value of r ss (the result given in the text is incorrect).

More information

MODELS OF RADAR CLUTTER FROM THE WEIBULL DISTRIBUTION

MODELS OF RADAR CLUTTER FROM THE WEIBULL DISTRIBUTION Proceedings of the 5th WSEAS Int. Conf. on Signal Processing, Robotics and Automation, Madrid, Spain, February -17, 6 (pp376-38) MODELS OF RADAR CLUTTER FROM THE WEIBULL DISTRIBUTION R. VICEN-BUENO, M.

More information

Nonlinear and/or Non-normal Filtering. Jesús Fernández-Villaverde University of Pennsylvania

Nonlinear and/or Non-normal Filtering. Jesús Fernández-Villaverde University of Pennsylvania Nonlinear and/or Non-normal Filtering Jesús Fernández-Villaverde University of Pennsylvania 1 Motivation Nonlinear and/or non-gaussian filtering, smoothing, and forecasting (NLGF) problems are pervasive

More information

BAYESIAN MULTI-TARGET TRACKING WITH SUPERPOSITIONAL MEASUREMENTS USING LABELED RANDOM FINITE SETS. Francesco Papi and Du Yong Kim

BAYESIAN MULTI-TARGET TRACKING WITH SUPERPOSITIONAL MEASUREMENTS USING LABELED RANDOM FINITE SETS. Francesco Papi and Du Yong Kim 3rd European Signal Processing Conference EUSIPCO BAYESIAN MULTI-TARGET TRACKING WITH SUPERPOSITIONAL MEASUREMENTS USING LABELED RANDOM FINITE SETS Francesco Papi and Du Yong Kim Department of Electrical

More information

A Comparison of the Extended and Unscented Kalman Filters for Discrete-Time Systems with Nondifferentiable Dynamics

A Comparison of the Extended and Unscented Kalman Filters for Discrete-Time Systems with Nondifferentiable Dynamics Proceedings of the 27 American Control Conference Marriott Marquis Hotel at Times Square New Yor City, USA, July -3, 27 FrA7.2 A Comparison of the Extended and Unscented Kalman Filters for Discrete-Time

More information

Ground Moving Target Parameter Estimation for Stripmap SAR Using the Unscented Kalman Filter

Ground Moving Target Parameter Estimation for Stripmap SAR Using the Unscented Kalman Filter Ground Moving Target Parameter Estimation for Stripmap SAR Using the Unscented Kalman Filter Bhashyam Balaji, Christoph Gierull and Anthony Damini Radar Sensing and Exploitation Section, Defence Research

More information

v are uncorrelated, zero-mean, white

v are uncorrelated, zero-mean, white 6.0 EXENDED KALMAN FILER 6.1 Introduction One of the underlying assumptions of the Kalman filter is that it is designed to estimate the states of a linear system based on measurements that are a linear

More information

Open Access Target Tracking Algorithm Based on Improved Unscented Kalman Filter

Open Access Target Tracking Algorithm Based on Improved Unscented Kalman Filter Send Orders for Reprints to reprints@benthamscience.ae he Open Automation and Control Systems Journal, 2015, 7, 991-995 991 Open Access arget racking Algorithm Based on Improved Unscented Kalman Filter

More information

A Comparison of Particle Filters for Personal Positioning

A Comparison of Particle Filters for Personal Positioning VI Hotine-Marussi Symposium of Theoretical and Computational Geodesy May 9-June 6. A Comparison of Particle Filters for Personal Positioning D. Petrovich and R. Piché Institute of Mathematics Tampere University

More information

Optimal filtering with Kalman filters and smoothers a Manual for Matlab toolbox EKF/UKF

Optimal filtering with Kalman filters and smoothers a Manual for Matlab toolbox EKF/UKF Optimal filtering with Kalman filters and smoothers a Manual for Matlab toolbox EKF/UKF Jouni Hartiainen and Simo Särä Department of Biomedical Engineering and Computational Science, Helsini University

More information

Kalman Filter. Predict: Update: x k k 1 = F k x k 1 k 1 + B k u k P k k 1 = F k P k 1 k 1 F T k + Q

Kalman Filter. Predict: Update: x k k 1 = F k x k 1 k 1 + B k u k P k k 1 = F k P k 1 k 1 F T k + Q Kalman Filter Kalman Filter Predict: x k k 1 = F k x k 1 k 1 + B k u k P k k 1 = F k P k 1 k 1 F T k + Q Update: K = P k k 1 Hk T (H k P k k 1 Hk T + R) 1 x k k = x k k 1 + K(z k H k x k k 1 ) P k k =(I

More information

Computers and Chemical Engineering

Computers and Chemical Engineering Computers and Chemical Engineering 33 (2009) 13861401 Contents lists available at ScienceDirect Computers and Chemical Engineering journal homepage: www.elsevier.com/locate/compchemeng Constrained nonlinear

More information

c 2014 Krishna Kalyan Medarametla

c 2014 Krishna Kalyan Medarametla c 2014 Krishna Kalyan Medarametla COMPARISON OF TWO NONLINEAR FILTERING TECHNIQUES - THE EXTENDED KALMAN FILTER AND THE FEEDBACK PARTICLE FILTER BY KRISHNA KALYAN MEDARAMETLA THESIS Submitted in partial

More information

We are IntechOpen, the first native scientific publisher of Open Access books. International authors and editors. Our authors are among the TOP 1%

We are IntechOpen, the first native scientific publisher of Open Access books. International authors and editors. Our authors are among the TOP 1% We are IntechOpen, the first native scientific publisher of Open Access boos 3,350 108,000 1.7 M Open access boos available International authors and editors Downloads Our authors are among the 151 Countries

More information