Research Article Iterative and Algebraic Algorithms for the Computation of the Steady State Kalman Filter Gain

Size: px
Start display at page:

Download "Research Article Iterative and Algebraic Algorithms for the Computation of the Steady State Kalman Filter Gain"

Transcription

1 ISRN Applied Mathematics, Article ID , 1 pages Research Article Iterative and Algebraic Algorithms for the Computation of the Steady State Kalman Filter Gain Nicholas Assimais 1,2 and Maria Adam 2 1 Department of Electronic Engineering, Technological Educational Institute of Central Greece, 3rdmOldNationalRoadLamia-Athens,351Lamia,Greece 2 Department of Computer Science and Biomedical Informatics, University of Thessaly, 2-4 Papasiopoulou Street, 351 Lamia, Greece Correspondence should be addressed to Maria Adam; madam@dib.uth.gr Received 24 February 214; Accepted 31 March 214; Published 4 May 214 Academic Editors: F. Ding, L. Guo, and H. C. So Copyright 214 N. Assimais and M. Adam. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original wor is properly cited. The Kalman filter gain arises in linear estimation and is associated with linear systems. The gain is a matrix through which the estimation and the prediction of the state as well as the corresponding estimation and prediction error covariance matrices are computed. For time invariant and asymptotically stable systems, there exists a steady state value of the Kalman filter gain. The steady state Kalman filter gain is usually derived via the steady state prediction error covariance by first solving the corresponding Riccati equation. In this paper, we present iterative per-step and doubling algorithms as well as an algebraic algorithm for the steady state Kalman filter gain computation. These algorithms hold under conditions concerning the system parameters. The advantage of these algorithms is the autonomous computation of the steady state Kalman filter gain. 1. Introduction The Kalman filter gain arises in Kalman filter equations in linear estimation and is associated with linear systems. State space systems have been widely used in estimation theory to describe discrete time systems [1 5. It is nown [1 for time invariant systems that if the signal process model is asymptotically stable, then there exists a steady state value of the Kalman filter gain. Thus, the steady state gain is associated with time invariant systems described by the following state space equations: x +1 =Fx +w, (1) z =Hx + V, for,x is the n-dimensional state vector at time, z is the m-dimensional measurement vector at time, F is the n n system transition matrix, H is the m n output matrix, w is the plant noise at time, andv is the measurement noise at time. Also,{w } and {V } are Gaussian zero-mean white random processes with covariance matrices Q and R, respectively. The discrete time Kalman filter [1, 6 isthemostwellnown algorithm that solves the filtering problem. In fact, Kalman filter faces simultaneously two problems as follows. (i) Estimation:theaimistorecoverattime information about the state vector at time using measurements up till time. (ii) Prediction:theaimistoobtainattime information about the state vector at time +1using measurementsuptilltime; it is clear that prediction is related to the forecasting side of information processing. Kalman filter uses the measurements up till time in order to produce the (one step) prediction of the state vector and the corresponding prediction error covariance matrix P +1/, as well as producing the estimation of the state vector and the corresponding estimation error covariance matrix P /. The Kalman filter equations needed for the computation of

2 2 ISRN Applied Mathematics the prediction and estimation error covariance matrices are as follows: K =P / 1 H T [HP / 1 H T +R 1, (2) P / = (I K H) P / 1, (3) P +1/ =Q+FP / F T, (4) for, with initial condition P / 1 = P for the time instant,therearenomeasurementsgiven.notethat K is the Kalman filter gain. From (2)to(4), we are able to derive the Riccati equation, which is an iterative equation with respect to the prediction error covariance: P +1/ =Q+FP / 1 F T FP / 1 H T [HP / 1 H T +R 1 HP / 1 F T. In the general case, R and P are positive definite matrices, using in (5) the matrix inversion lemma: (5) [A+BCD 1 =A 1 A 1 B[C 1 +DA 1 B 1 DA 1, (6) the Riccati equation is formulated as P +1/ =Q+F[P 1 / 1 +HT R 1 H 1 F T. (7) The Riccati equation is a nonlinear iterative equation with respect to the prediction error covariance. For time invariant systems, it is well nown [1that if the signal process model is asymptotically stable, then there exists a steady state value P p of the prediction error covariance matrix. In fact, the prediction error covariance tends to the steady state prediction error covariance. The steady state prediction error covariance satisfies the steady state Riccati equation P p =Q+F[ P 1 p +HT R 1 H 1 F T. (8) Then, from (2), it is clear that there also exists a steady state value K of the Kalman filter gain [7. The steady state gaincanbecalculatedby K = P p H T [H P p H T +R 1. (9) Also, from (3), it is clear that there also exists a steady state value P e of the estimation error covariance matrix [7, which canbecalculatedby P e = P p P p H T [H P p H T +R 1 H P p =[ P 1 p +HT R 1 H 1. (1) It is obvious from (9) that the steady state Kalman filter gain can be derived via the steady state prediction error covariance. The covariance matrix in Kalman filter plays an important role in many applications [1, 4, 6, 8 1. The steady state prediction error covariance can be derived by solving the Riccati equation emanating from Kalman filter. The discrete time Riccati equation has attracted recent attention. In view of the importance of the Riccati equation, there exists considerable literature on its algebraic solutions; for example, in [1, 7, 11, 12, the authors have derived an eigenvector solution, while the author of [13 has included solving scalar polynomials. Other methods are based on the iterative solutions [1, concerning per-step or doubling algorithms. The iterative algorithms that provide the steady state Kalman filter gain together with the prediction error covariance are the Chandrasehar algorithms [1, as well as the iterative algorithm that calculate the Kalman gain only once for a period of the stationary channel, as opposed to each data sample in the conventional filter [19. A geometric illustration of the Kalman filter gain is given in [2. In this paper, we present algorithms for the steady state Kalman filter gain autonomous computation. These algorithms hold under conditions concerning the system parameters. The paper is organized as follows: two new perstep iterative algorithms, a new doubling iterative algorithm, and an algebraic algorithm for the computation of the steady state Kalman filter gain are presented in Section 2. In Section 3, two examples verify the results. Finally, Section 4 summarizes the conclusions. 2. New Algorithms for the Steady State Kalman Filter Computation 2.1. Assumptions. We assume the general case, R and P are positive definite matrices. The Kalman filter gain K is a matrix of dimension n m. We define the matrix G =K H. (11) It is clear that G is a nonsymmetric matrix of dimension n n. It is also clear that there exists a steady state value Also, we define the matrix G = KH. (12) S=H T R 1 H. (13) Note that S is an n nsymmetric positive semidefinite matrix and S is a positive definite if ran(h) = n; thismeansthats is a nonsingular matrix in the case, ran(h) = n with m n, [ Indirect Steady State Kalman Filter Gain Computation. In this section, we present algorithms for G computation. Then, we show how to compute the steady state Kalman filter K through G = KH Iterative Algorithms for G Computation. In this section, we present two iterative per-step algorithms and an iterative doubling algorithm for G computation.

3 ISRN Applied Mathematics 3 Per-Step Iterative Algorithm 1. Using(2) and(11), it is derived that G =K H =P / 1 H T [HP / 1 H T +R 1 H =P / 1 H T [HP / 1 H T +R 1 RR 1 H =P / 1 H T ([HP / 1 H T +R 1 [HP / 1 H T +R HP / 1 H T ) R 1 H =P / 1 H T ([HP / 1 H T +R 1 [HP / 1 H T +R [HP / 1 H T +R 1 HP / 1 H T )R 1 H =P / 1 H T (I [HP / 1 H T +R 1 HP / 1 H T )R 1 H =P / 1 H T R 1 H P / 1 H T [HP / 1 H T +R 1 HP / 1 H T R 1 H = (P / 1 P / 1 H T [HP / 1 H T +R 1 HP / 1 ) H T R 1 H =[P 1 / 1 +HT R 1 H 1 H T R 1 H =[P 1 / 1 +S 1 S. Thus, arises (14) K H=[P 1 / 1 +S 1 S. (15) Using the Riccati equation (7), (15), the nonsingularity of S, and some algebra we have P +1/ =Q+F[P 1 / 1 +HT R 1 H 1 F T =Q+F[P 1 / 1 +S 1 F T =Q+FK HS 1 F T Also, from (2)and(13), we can write K (HP / 1 H T +R)=P / 1 H T K HP / 1 H T +K R=P / 1 H T K R=P / 1 H T K HP / 1 H T K R=(I K H) P / 1 H T K =(I K H) P / 1 H T R 1 K H=(I K H) P / 1 H T R 1 H K H=(I K H) P / 1 S. (17) Since the matrices P / 1,S are nonsingular, the last equation yields K HS 1 P 1 / 1 =I K H. (18) Substituting in (16)thematrixK +1 HS 1 P 1 +1/ by (18), it follows K +1 H(S 1 F T S) = K +1 HS 1 P 1 +1/ (QF T S+FK H) by it is implied that = (I K +1 H) (QF T S+FK H) =QF T S+FK H K +1 HQF T S K +1 HFK H, K +1 H(S 1 F T S) + K +1 HQF T S+K +1 HFK H =QF T S+FK H K +1 H(S 1 F T S+QF T S+FK H) =QF T S+FK H K +1 H=(QF T S+FK H) [S 1 F T S+QF T S+FK H 1. Thus, the above equation can be written as (19) (2) P +1/ S=QS+FK HS 1 F T S =QF T S[S 1 F T S 1 +FK H[S 1 F T S 1 P +1/ S(S 1 F T S) = QF T S+FK H (16) K +1 H=(QF T S+FK H) [S 1 F T S+QF T S+FK H 1. (21) Combining (21) with(11), the following nonlinear iterative equation with respect to G is derived: S 1 F T S=S 1 P 1 +1/ (QF T S+FK H) K +1 H(S 1 F T S) =K +1 HS 1 P 1 +1/ (QF T S+FK H). G +1 = ((QF T S) + (F) G ) [(S 1 F T S+QF T S) + (F) G 1 = (C+DG )[A+BG 1, (22)

4 4 ISRN Applied Mathematics A=(Q+S 1 )F T S, B=F, C=QF T S, (23) initial uncertainty, that is, independent of the value of the initial condition P.Thus,weareabletoassumezeroinitial condition P =. In this case, in order to avoid G 1,weareto use the initial condition G 1 =c. It is clear that G tends to a steady state value G and by (26) G satisfies D=F. G =c+a[ G 1 +b 1 d. (28) The algorithm uses the initial condition G = K H = P H T [HP H T +R 1 H.Itisnown[1 thattheprediction error covariance tends to the steady state prediction error covariance and that the convergence is independent of the initial uncertainty, that is, independent of the value of the initial condition P.Thus,weareabletoassumezeroinitial condition P =and so we are to use the initial condition G =. It is clear that G tends to a steady state value G and by (22) G satisfies G =(C+D G) [A + B G 1. (24) Per-Step Iterative Algorithm 2.Werewrite(22)as G +1 = (C+DG )[A+BG 1 = (CA 1 A+(D+CA 1 B CA 1 B) G )[A+BG 1 = (CA 1 (A + BG )+(D CA 1 B) G )[A+BG 1 =CA 1 +(D CA 1 B) G [A + BG 1 =CA 1 +(D CA 1 B) [AG 1 +B 1 =CA 1 +(D CA 1 B) [G 1 +A 1 B 1 A 1. (25) Thus, the following nonlinear iterative equation with respect to G is derived: G +1 =c+a[g 1 +b 1 d, (26) a=d CA 1 B=F Q[Q+S 1 1 F, b=a 1 B=S 1 F T [Q + S 1 1 F, c=ca 1 =Q[Q+S 1 1, d=a 1 =S 1 F T [Q + S 1 1. (27) The algorithm uses the initial condition G = K H = P H T [HP H T +R 1 H.Itisnown[1 thattheprediction error covariance tends to the steady state prediction error covariance and that the convergence is independent of the Doubling Iterative Algorithm. Ιn(22), setting we tae or G =K H=Y X 1, (29) Y +1 X 1 +1 =(C+DY X 1 )[A+BY X 1 1 =(CX +DY )[AX +BY 1 (3) [ X +1 Y +1 =Φ[ X Y, (31) C D =[(Q + S 1 )F T S F b QF T S F =[d 1 c c b+a (32) is a matrix of dimension 2n 2n and A, B, C, D as in (23). We are able to use zero initial condition P =,sog = K H=Y X 1 =;thatis, and hence We define with initial condition [ X =[ I, (33) Y [ X =Φ [ I. (34) Y Φ 2 = [ [ c b c b +a (35) Φ 2 = [ b = d 1 b [ c c b +a c c b+a. (36) Then, [ X(2 ) I Y(2 ) =Φ2 [, (37)

5 ISRN Applied Mathematics 5 and, using the doubling principle [1 Φ 2+1 =Φ 2 Φ 2,wehave +1 [ [ c = [ [ c +1 b +1 c b +1 +a +1 b c b +a [ [ c b c b +a. (38) Then we are able to derive, after some algebra, the following nonlinear iterative equations: a +1 =a (I c [I + b c 1 b )a, which is a matrix of dimension 2n 2n.Since det Φ= det (A) det (D CA 1 B) = det ((Q + S 1 )F T S) det (F QF T S[(Q + S 1 )F T S 1 F) = det (Q + S 1 ) det (F 1 ) det (S) det (F QF T SS 1 F T [Q + S 1 1 F) = det (S) det (F Q[Q + S 1 1 F) det (F 1 ) det (Q + S 1 ) (44) b +1 =b +d [I + b c 1 b a, c +1 =c +a c [I + b c 1 d, d +1 =d [I + b c 1 d, with initial conditions a 1 =D CA 1 B=F Q[Q+S 1 1 F, b 1 =A 1 B=S 1 F T [Q + S 1 1 F, c 1 =CA 1 =Q[Q+S 1 1, (39) (4) = det (S) det (I Q[Q+S 1 1 ) det (F) det (F 1 ) det (Q + S 1 ) = det (S) det ((Q + S 1 ) Q) = det (S) det (S 1 )=1, it is evident that Φ is a nonsingular matrix and its eigenvalues occur in reciprocal pairs. Thus, (43) canbewritten C D =[(Q + S 1 )F T S F QF T S F =WLW 1, (45) Then, since d 1 =A 1 =S 1 F T [Q + S 1 1. [ X(2 ) I Y(2 ) =Φ2 [ = [ [, (41) c it is clear that c =Y 2 X 1 2 =G 2 tends to a steady state value G Algebraic Algorithm for G Computation. In this section, we present an algebraic algorithm for G computation. As in (29), setting G =K H=Y X 1 (42) and using the parameters A, B, C, D by (23), we derive C D =[(Q + S 1 )F T S F, (43) QF T S F L=[ Λ Λ 1 (46) is a diagonal matrix containing the eigenvalues of Φ, withλ diagonal matrixwith all the eigenvalues of Φ lying outside the unit circle, and W=[ W 11 W 12 W 21 W 22 (47) is the matrix containing the corresponding eigenvectors of Φ, with V=W 1 =[ V 11 V 12 V 21 V 22. (48) We are able to use zero initial condition P =,sog = K H=Y X 1 =;thatis, and hence [ X =[ I, (49) Y [ X =Φ [ I. (5) Y

6 6 ISRN Applied Mathematics that is, Then, from (5) and(45) (48), we are able to write [ X Y =Φ [ I =[WLW 1 [ I =[ W 11 W 12 W 21 W 22 [ Λ Λ [ V 11 V 12 V 21 V 22 [ I ; (51) Per-Step Iterative Algorithm 1. Using(11), (22), and (13), we are able to derive the following nonlinear iterative equation with respect to the Kalman filter gain K : K +1 =G +1 H 1 = (QF T S+FG )[S 1 F T S+QF T S+FG 1 H 1 = (QF T H T R 1 H+FG ) [H 1 RH T F T H T R 1 H [ X Y =[ W 11Λ V 11 +W 12 Λ V 21 W 21 Λ V 11 +W 22 Λ V 21. (52) Substituting in (42)thematricesX, Y from (52), we have that +QF T H T R 1 H+FG 1 H 1 = (QF T H T R 1 H+FK H) [RH T F T H T R 1 H +HQF T H T R 1 H+HFK H 1 G =Y X 1 = (W 21 Λ V 11 +W 22 Λ V 21 ) [W 11 Λ V 11 +W 12 Λ V (53) = (QF T H T R 1 +FK ) H [RH T F T H T R 1 H +HQF T H T R 1 H+HFK H 1 Furthermore, the diagonal matrix Λ 1 contains all the eigenvalues of Φ lying inside the unit circle, which follows that lim Λ =.Then,G tends to a steady state value G with G =lim G,andfrom(53)arises G =W 21 W (54) Steady State Kalman Filter Gain Computation. All algorithms presented in Sections and compute the steady state value G.Taingintoaccounttheassumptionsof Section 2.1, we are able to conclude that, under the condition ran(h) = n, the steady state gain is K = G[H T H 1 H T. (55) = (QF T H T R 1 +FK ) [RH T F T H T R 1 +HQF T H T R 1 +HFK 1 = (QF T H T R 1 +FK ) [HQF T H T R 1 +RH T F T H T R 1 +HFK 1. (56) The nonsingularity of S and (13) allowustowritethe equality in (56)as K +1 = (QF T H T R 1 +FK ) [HQF T H T R 1 +HS 1 F T H T R 1 +HFK Direct Steady State Kalman Filter Gain Computation. In this section, we present algorithms for the direct computation of the steady state Kalman filter K.Theproposedalgorithms compute directly the steady state Kalman filter gain, that is, without using G = KH. All these algorithms hold under the assumption that n=m.notethat,sinceran(h) = n, H and S are nonsingular matrices. = (C+DK )[A+BK 1, A=HQF T H T R 1 +HS 1 F T H T R 1 =H(Q+S 1 )F T H T R 1, B=HF, (57) (58) Iterative Algorithms for K Computation. In this section, we present two iterative per-step algorithms and an iterative doubling algorithm for K computation. C=QF T H T R 1, D=F.

7 ISRN Applied Mathematics 7 The initial condition is K = P H T [HP H T +R 1. It is nown [1 that the prediction error covariance tends to the steady state prediction error covariance and that the convergence is independent of the initial uncertainty, that is, independent of the value of the initial condition P.Thus,we are able to assume zero initial condition P =and so we are to use the initial condition K =. It is clear that K tends to a steady state value K satisfying K =(C+D K) [A + B K 1. (59) Per-Step Iterative Algorithm 2.Using(57),weareabletoderive the following nonlinear iterative equation with respect to the Kalman filter gain K : K +1 = (C+DK )[A+BK 1 = (CA 1 A+(D+CA 1 B CA 1 B) K )[A+BK 1 = (CA 1 (A + BK )+(D CA 1 B) K )[A+BK 1 we tae or Y +1 X 1 +1 =(C+DY X 1 )[A+BY X 1 1 =(CX +DY )[AX +BY 1 (64) [ X +1 Y +1 =Φ[ X Y, (65) b C D =[d 1 c c b+a (66) is a matrix of dimension 2n 2n and A, B, C, D as in (58). Woring as in the doubling iterative algorithm of Section and using zero initial condition P =,so K =Y X 1 =;weareabletoderivethefollowingnonlinear iterative equations: a +1 =a (I c [I + b c 1 b )a, =CA 1 +(D CA 1 B) K [A + BK 1 =CA 1 +(D CA 1 B) [AK 1 =CA 1 +(D CA 1 B) [K 1 =c+a[k 1 +b 1 d, A, B, C, D are given by (58)and a=d CA 1 B, b=a 1 B, c=ca 1, +B 1 +A 1 B 1 A 1 (6) (61) with initial conditions b +1 =b +d [I + b c 1 b a, c +1 =c +a c [I+b c 1 d, d +1 =d [I+b c 1 d, a 1 =a, b 1 =b, c 1 =c, d 1 =d. (67) (68) It is clear that c =Y 2 X 1 2 =K 2 tends to a steady state value K. d=a 1. The algorithm uses the initial condition K = P H T [HP H T +R 1.Itisnown[1 thattheprediction error covariance tends to the steady state prediction error covariance and that the convergence is independent of the initial uncertainty, that is, independent of the value of the initial condition P.Thus,weareabletoassumezeroinitial condition P =. In this case, in order to avoid K 1,weare to use the initial condition K 1 =c. It is clear that K tends to a steady state value K satisfying K =c+a[ K 1 +b 1 d. (62) Doubling Iterative Algorithm. Ιn(57), setting K =Y X 1, (63) Algebraic Algorithm for K Computation. In this section, we present an algebraic algorithm for K computation. Woring as in the algebraic algorithm of Section and using the parameters A, B, C, D by (58), we derive C D =[W 11 W 12 [ Λ W 21 W 22 Λ 1 [ W 1 11 W 12, W 21 W 22 which is a matrix of dimension 2n 2n. Then, the steady state Kalman filter is (69) K =W 21 W (7) 2.4. Advantages of the Proposed Algorithms. All algorithms forthecomputationofthesteadystatekalmanfiltergain K, presented in Section2, are summarized in Table 1.It is clearthatthedirectcomputationofthekalmanfiltergain

8 8 ISRN Applied Mathematics Computation of K through G = KH System parameters F, H, Q, R Restriction m n Table 1: Algorithms for the computation of the steady state Kalman filter gain K. Direct computation of K System parameters F, H, Q, R Restriction m=n Algorithms parameters Algorithms parameters A=(Q+(H T R 1 H) 1 )F T H T R 1 H A = H(Q+(H T R 1 H) 1 )F T H T R 1 B=F B=HF C=QF T H T R 1 H C = QF T H T R 1 D=F D=F a=d CA 1 B a = D CA 1 B b=a 1 B b = A 1 B c=ca 1 c=ca 1 d=a 1 d=a 1 Per-step iterative algorithm 1 Per-step iterative algorithm 1 G +1 = (C+DG )[A + BG 1 K +1 =(C+DK )[A + BK 1 G = K = G G K K K = G[H T H 1 H T Per-step iterative algorithm 2 Per-step iterative algorithm 2 G +1 =c+a[g 1 +b 1 d K +1 =c+a[k 1 +b 1 d G 1 =c K 1 =c G G K K K = G[H T H 1 H T Doubling iterative algorithm Doubling iterative algorithm a +1 =a (I c [I + b c 1 b )a b +1 =b +d [I + b c 1 b a c +1 =c +a c [I + b c 1 d a +1 =a (I c [I + b c 1 b )a b +1 =b +d [I + b c 1 b a c +1 =c +a c [I + b c 1 d d +1 =d [I + b c 1 d d +1 =d [I + b c 1 d a 1 =a,b 1 =b,c 1 =c,d 1 =d a 1 =a,b 1 =b,c 1 =c,d 1 =d c G c K K = G[H T H 1 H T Algebraic algorithm C D = [ W 11 W 12 [ Λ W 21 W 22 Λ 1[W 11 W 12 W 21 W 22 G =W 21 W 1 11 K = G[H T H 1 H T 1 Algebraic algorithm B Φ = [A C D = [ W 11 W 12 [ Λ W 21 W 22 Λ 1[W 11 W 12 W 21 W 22 K =W 21 W is feasible only if the following restriction holds: n = m. The advantage of the presented algorithms is the autonomous computation of the steady state Kalman filter gain. Especially, the steady state Kalman filter gain is important, when we want to compute the parameters of the steady state Kalman filter x +1/+1 =(I KH) Fx / + Kz +1 =(I G) Fx / + Kz +1. (71) It is obvious from (71) that the parameters of the steady state Kalman filter are related to the steady state Kalman filter gain. In particular, the steady state prediction error covariance can be computed via the steady state gain and is given by P p = [I KH 1 KRH[H T H 1. (72) Indeed, from (2), arises K = P p H T [H P p H T +R 1,which leads to K(H P p H T +R)= P p H T KH P p H T + KR = P p H T P p H T KH P p H T = KR

9 ISRN Applied Mathematics 9 (I KH) P p H T = KR P p H T =[I KH 1 KR P p H T H=[I KH 1 KRH. (73) Since ran(h) = n,thematrixh T H is nonsingular [21; thus from the last equation arises immediately the formula of the steady state prediction error covariance in (72). Also, by (3), the steady state estimation error covariance can be computed via the steady state prediction error covariance P e =[I KH P p. (74) 3. Examples In this section, two examples verify the results of Section 2. Example 1. A model of dimensions n = 1 and m = 2 is assumed with parameters: F =.8, H=[ 1 2, Q=5, R=[.1.4. (75) Inthisexample,wehaveran(H) = n = 1 with m>n. Using all algorithms presented in Section 2.2, wecom- puted G =.992. (76) Then, using (55), we computedthesteady stategain K =[ (77) Example 2. A model of dimensions m=n=2is assumed with parameters:.9.7 F=[.3.1, H=[ , Q=[ 1 3, (78) R=[.1.4. Inthisexample,wehaveran(H) = 2. Using all algorithms presented in Section 2.2, wecom- puted G =[. (79) Then, using (55), we computedthesteady state gain K =[. (8) We also computed the same steady state gain, using all algorithms presented in Section 2.3,since m=n=2. 4. Conclusions The Kalman filter gain arises in Kalman filter equations in linear estimation and is associated with linear systems. The gain is a matrix through which the estimation and the prediction of the state as well as the corresponding estimation and prediction error covariance matrices are computed. For time invariant and asymptotically stable systems, there exist steady state values of the estimation and prediction error covariance matrices. There exists also a steady state value of the Kalman filter gain. The steady state Kalman filter gain is usually derived via the steady state prediction error covariance by first solving the corresponding Riccati equation. In view of the importance of the Riccati equation, there exists considerable literature on its algebraic or iterative solutions, including the Chandrasehar algorithms, which are the only iterative algorithms that provide the steady state Kalman filter gain together with the prediction error covariance. Iterative per-step and doubling algorithms as well as an algebraic algorithm for the steady state Kalman filter computation were presented. These algorithms hold under conditions concerning the system parameters. The advantage of these algorithms is the autonomous computation of the steady state Kalman filter gain. This is important if we want to compute only the steady state Kalman filter gain or to compute the parameters of the steady state Kalman filter, whicharerelatedtothesteadystatekalmanfiltergain. Conflict of Interests The authors declare that there is no conflict of interests regarding the publication of this paper. References [1 B. D. O. Anderson and J. B. Moore, Optimal Filtering, Dover Publications, New Yor, NY, USA, 25. [2 N. Assimais and M. Adam, Global systems for mobile position tracing using Kalman and Lainiotis filters, The Scientific World Journal,vol.214,ArticleID13512,8pages,214. [3 F. Ding, Combined state and least squares parameter estimation algorithms for dynamic systems, Applied Mathematical Modelling,vol.38,no.1,pp ,214. [4 F. Ding and T. Chen, Hierarchical identification of lifted statespace models for general dual-rate systems, IEEE Transactions on Circuits and Systems I: Regular Papers,vol.52,no.6,pp , 25. [5 B. Ristic, S. Arulampalam, and N. Gordon, Beyond the Kalman Filter,ArtechHouse,Boston,Mass,USA,24.

10 1 ISRN Applied Mathematics [6 M.S.GrewalandA.P.Andrews,Kalman Filtering: Theory and Practice Using MATLAB, John Wiley & Sons, Hoboen, NJ, USA, 3rd edition, 28. [7 N. Assimais and M. Adam, Kalman filter Riccati equation for the prediction, estimation and smoothing error covariance matrices, ISRN Computational Mathematics, vol. 213, Article ID , 7 pages, 213. [8J.R.P.deCarvalho,E.D.Assad,andH.S.Pinto, Kalman filter and correction of the temperatures estimated by PRECIS model, Atmospheric Research, vol. 12, no. 1-2, pp , 211. [9 R. Furrer and T. Bengtsson, Estimation of high-dimensional prior and posterior covariance matrices in Kalman filter variants, Multivariate Analysis,vol.98,no.2,pp , 27. [1 Y. Teruyama and T. Watanabe, Effectiveness of variable-gain Kalman filter based on angle error calculated from acceleration signals in lower limb angle measurement with inertial sensors, Computational and Mathematical Methods in Medicine, vol. 213,ArticleID39842,12pages,213. [11 S. Han, A closed-form solution to the discrete-time Kalman filter and its applications, Systems & Control Letters,vol.59,no. 12, pp , 21. [12 D. R. Vaughan, A nonrecursive algebraic solution for the disczte Riccati equation, IEEE Transactions on Automatic Control, vol. 15, no. 5, pp , 197. [13 R. Leland, An alternate calculation of the discrete-time Kalman filter gain and Riccati equation solution, Transactions on Automatic Control,vol.41,no.12,pp ,1996. [14 N.Assimais, DiscretetimeRiccatiequationrecursivemultiple steps solutions, Contemporary Engineering Sciences, vol. 2, no.7,pp ,29. [15 N. D. Assimais, D. G. Lainiotis, S. K. Katsias, and F. L. Sanida, A survey of recursive algorithms for the solution of the discrete time riccati equation, Nonlinear Analysis: Theory, Methods and Applications, vol. 3, no. 4, pp , [16 N. Assimais, S. Roulis, and D. Lainiotis, Recursive solutions of the discrete time Riccati equation, Neural, Parallel and Scientific Computations,vol.11,no.3,pp ,23. [17 D. G. Lainiotis, N. D. Assimais, and S. K. Katsias, A new computationally effective algorithm for solving the discrete Riccati equation, Mathematical Analysis and Applications, vol. 186, no. 3, pp , [18 D. G. Lainiotis, N. D. Assimais, and S. K. Katsias, Fast and numerically robust recursive algorithms for solving the discrete time Riccati equation: the case of nonsingular plant noise covariance matrix, Neural, Parallel and Scientific Computations, vol. 3, no. 4, pp , [19 M. Liyanage and I. Sasase, Steady-state Kalman filtering for channel estimation in OFDM systems utilizing SNR, in Proceedings of the IEEE International Conference on Communications (ICC 9), pp. 1 6, Dresden, Germany, June 29. [2 T. R. Kronhamn, Geometric illustration of the Kalman filter gain and covariance update algorithms, IEEE Control Systems Magazine,vol.5,no.2,pp.41 43,1985. [21 R. A. Horn and C. R. Johnson, Matrix Analysis, Cambridge University Press, Cambridge, UK, 25.

11 Advances in Operations Research Advances in Decision Sciences Applied Mathematics Algebra Probability and Statistics The Scientific World Journal International Differential Equations Submit your manuscripts at International Advances in Combinatorics Mathematical Physics Complex Analysis International Mathematics and Mathematical Sciences Mathematical Problems in Engineering Mathematics Discrete Mathematics Discrete Dynamics in Nature and Society Function Spaces Abstract and Applied Analysis International Stochastic Analysis Optimization

Research Article Global Systems for Mobile Position Tracking Using Kalman and Lainiotis Filters

Research Article Global Systems for Mobile Position Tracking Using Kalman and Lainiotis Filters e Scientific World Journal, Article ID 352, 8 pages http://dx.doi.org/.55/24/352 Research Article Global Systems for Mobile Position Tracking Using Kalman and Lainiotis Filters Nicholas Assimakis and Maria

More information

PERIODIC KALMAN FILTER: STEADY STATE FROM THE BEGINNING

PERIODIC KALMAN FILTER: STEADY STATE FROM THE BEGINNING Journal of Mathematical Sciences: Advances and Applications Volume 1, Number 3, 2008, Pages 505-520 PERIODIC KALMAN FILER: SEADY SAE FROM HE BEGINNING MARIA ADAM 1 and NICHOLAS ASSIMAKIS 2 1 Department

More information

Recursive Solutions of the Matrix Equations X + A T X 1 A = Q and X A T X 1 A = Q

Recursive Solutions of the Matrix Equations X + A T X 1 A = Q and X A T X 1 A = Q Applied Mathematical Sciences, Vol. 2, 2008, no. 38, 1855-1872 Recursive Solutions of the Matrix Equations X + A T X 1 A = Q and X A T X 1 A = Q Nicholas Assimakis Department of Electronics, Technological

More information

Research Article Weighted Measurement Fusion White Noise Deconvolution Filter with Correlated Noise for Multisensor Stochastic Systems

Research Article Weighted Measurement Fusion White Noise Deconvolution Filter with Correlated Noise for Multisensor Stochastic Systems Mathematical Problems in Engineering Volume 2012, Article ID 257619, 16 pages doi:10.1155/2012/257619 Research Article Weighted Measurement Fusion White Noise Deconvolution Filter with Correlated Noise

More information

Optimal Distributed Lainiotis Filter

Optimal Distributed Lainiotis Filter Int. Journal of Math. Analysis, Vol. 3, 2009, no. 22, 1061-1080 Optimal Distributed Lainiotis Filter Nicholas Assimakis Department of Electronics Technological Educational Institute (T.E.I.) of Lamia 35100

More information

On the Hermitian solutions of the

On the Hermitian solutions of the Journal of Applied Mathematics & Bioinformatics vol.1 no.2 2011 109-129 ISSN: 1792-7625 (print) 1792-8850 (online) International Scientific Press 2011 On the Hermitian solutions of the matrix equation

More information

Cramér-Rao Bounds for Estimation of Linear System Noise Covariances

Cramér-Rao Bounds for Estimation of Linear System Noise Covariances Journal of Mechanical Engineering and Automation (): 6- DOI: 593/jjmea Cramér-Rao Bounds for Estimation of Linear System oise Covariances Peter Matiso * Vladimír Havlena Czech echnical University in Prague

More information

Research Article Convex Polyhedron Method to Stability of Continuous Systems with Two Additive Time-Varying Delay Components

Research Article Convex Polyhedron Method to Stability of Continuous Systems with Two Additive Time-Varying Delay Components Applied Mathematics Volume 202, Article ID 689820, 3 pages doi:0.55/202/689820 Research Article Convex Polyhedron Method to Stability of Continuous Systems with Two Additive Time-Varying Delay Components

More information

Research Article Almost Sure Central Limit Theorem of Sample Quantiles

Research Article Almost Sure Central Limit Theorem of Sample Quantiles Advances in Decision Sciences Volume 202, Article ID 67942, 7 pages doi:0.55/202/67942 Research Article Almost Sure Central Limit Theorem of Sample Quantiles Yu Miao, Shoufang Xu, 2 and Ang Peng 3 College

More information

Research Article The Laplace Likelihood Ratio Test for Heteroscedasticity

Research Article The Laplace Likelihood Ratio Test for Heteroscedasticity International Mathematics and Mathematical Sciences Volume 2011, Article ID 249564, 7 pages doi:10.1155/2011/249564 Research Article The Laplace Likelihood Ratio Test for Heteroscedasticity J. Martin van

More information

Research Article Partial Pole Placement in LMI Region

Research Article Partial Pole Placement in LMI Region Control Science and Engineering Article ID 84128 5 pages http://dxdoiorg/11155/214/84128 Research Article Partial Pole Placement in LMI Region Liuli Ou 1 Shaobo Han 2 Yongji Wang 1 Shuai Dong 1 and Lei

More information

Research Article Attracting Periodic Cycles for an Optimal Fourth-Order Nonlinear Solver

Research Article Attracting Periodic Cycles for an Optimal Fourth-Order Nonlinear Solver Abstract and Applied Analysis Volume 01, Article ID 63893, 8 pages doi:10.1155/01/63893 Research Article Attracting Periodic Cycles for an Optimal Fourth-Order Nonlinear Solver Mi Young Lee and Changbum

More information

Steady State Kalman Filter for Periodic Models: A New Approach. 1 Steady state Kalman filter for periodic models

Steady State Kalman Filter for Periodic Models: A New Approach. 1 Steady state Kalman filter for periodic models Int. J. Contemp. Math. Sciences, Vol. 4, 2009, no. 5, 201-218 Steady State Kalman Filter for Periodic Models: A New Approach N. Assimakis 1 and M. Adam Department of Informatics with Applications to Biomedicine

More information

Steady-state DKF. M. Sami Fadali Professor EE UNR

Steady-state DKF. M. Sami Fadali Professor EE UNR Steady-state DKF M. Sami Fadali Professor EE UNR 1 Outline Stability of linear estimators. Lyapunov equation. Uniform exponential stability. Steady-state behavior of Lyapunov equation. Riccati equation.

More information

Research Article A Generalization of a Class of Matrices: Analytic Inverse and Determinant

Research Article A Generalization of a Class of Matrices: Analytic Inverse and Determinant Advances in Numerical Analysis Volume 2011, Article ID 593548, 6 pages doi:10.1155/2011/593548 Research Article A Generalization of a Class of Matrices: Analytic Inverse and Determinant F. N. Valvi Department

More information

RECURSIVE ESTIMATION AND KALMAN FILTERING

RECURSIVE ESTIMATION AND KALMAN FILTERING Chapter 3 RECURSIVE ESTIMATION AND KALMAN FILTERING 3. The Discrete Time Kalman Filter Consider the following estimation problem. Given the stochastic system with x k+ = Ax k + Gw k (3.) y k = Cx k + Hv

More information

Research Article An Inverse Eigenvalue Problem for Jacobi Matrices

Research Article An Inverse Eigenvalue Problem for Jacobi Matrices Mathematical Problems in Engineering Volume 2011 Article ID 571781 11 pages doi:10.1155/2011/571781 Research Article An Inverse Eigenvalue Problem for Jacobi Matrices Zhengsheng Wang 1 and Baoiang Zhong

More information

Research Article Some Generalizations and Modifications of Iterative Methods for Solving Large Sparse Symmetric Indefinite Linear Systems

Research Article Some Generalizations and Modifications of Iterative Methods for Solving Large Sparse Symmetric Indefinite Linear Systems Abstract and Applied Analysis Article ID 237808 pages http://dxdoiorg/055/204/237808 Research Article Some Generalizations and Modifications of Iterative Methods for Solving Large Sparse Symmetric Indefinite

More information

Research Article Applying GG-Convex Function to Hermite-Hadamard Inequalities Involving Hadamard Fractional Integrals

Research Article Applying GG-Convex Function to Hermite-Hadamard Inequalities Involving Hadamard Fractional Integrals International Journal of Mathematics and Mathematical Sciences Volume 4, Article ID 3635, pages http://dx.doi.org/.55/4/3635 Research Article Applying GG-Convex Function to Hermite-Hadamard Inequalities

More information

Research Article Parametric Evaluations of the Rogers-Ramanujan Continued Fraction

Research Article Parametric Evaluations of the Rogers-Ramanujan Continued Fraction International Mathematics and Mathematical Sciences Volume 011, Article ID 940839, 11 pages doi:10.1155/011/940839 Research Article Parametric Evaluations of the Rogers-Ramanujan Continued Fraction Nikos

More information

Research Article A Note on the Solutions of the Van der Pol and Duffing Equations Using a Linearisation Method

Research Article A Note on the Solutions of the Van der Pol and Duffing Equations Using a Linearisation Method Mathematical Problems in Engineering Volume 1, Article ID 693453, 1 pages doi:11155/1/693453 Research Article A Note on the Solutions of the Van der Pol and Duffing Equations Using a Linearisation Method

More information

Research Article Fast Constructions of Quantum Codes Based on Residues Pauli Block Matrices

Research Article Fast Constructions of Quantum Codes Based on Residues Pauli Block Matrices Advances in Mathematical Physics Volume 2010, Article ID 469124, 12 pages doi:10.1155/2010/469124 Research Article Fast Constructions of Quantum Codes Based on Residues Pauli Block Matrices Ying Guo, Guihu

More information

Research Article He s Variational Iteration Method for Solving Fractional Riccati Differential Equation

Research Article He s Variational Iteration Method for Solving Fractional Riccati Differential Equation International Differential Equations Volume 2010, Article ID 764738, 8 pages doi:10.1155/2010/764738 Research Article He s Variational Iteration Method for Solving Fractional Riccati Differential Equation

More information

Research Article The Adjacency Matrix of One Type of Directed Graph and the Jacobsthal Numbers and Their Determinantal Representation

Research Article The Adjacency Matrix of One Type of Directed Graph and the Jacobsthal Numbers and Their Determinantal Representation Applied Mathematics Volume 20, Article ID 423163, 14 pages doi:101155/20/423163 Research Article The Adjacency Matrix of One Type of Directed Graph and the Jacobsthal Numbers and Their Determinantal Representation

More information

PERTURBATION ANAYSIS FOR THE MATRIX EQUATION X = I A X 1 A + B X 1 B. Hosoo Lee

PERTURBATION ANAYSIS FOR THE MATRIX EQUATION X = I A X 1 A + B X 1 B. Hosoo Lee Korean J. Math. 22 (214), No. 1, pp. 123 131 http://dx.doi.org/1.11568/jm.214.22.1.123 PERTRBATION ANAYSIS FOR THE MATRIX EQATION X = I A X 1 A + B X 1 B Hosoo Lee Abstract. The purpose of this paper is

More information

Research Article Remarks on Asymptotic Centers and Fixed Points

Research Article Remarks on Asymptotic Centers and Fixed Points Abstract and Applied Analysis Volume 2010, Article ID 247402, 5 pages doi:10.1155/2010/247402 Research Article Remarks on Asymptotic Centers and Fixed Points A. Kaewkhao 1 and K. Sokhuma 2 1 Department

More information

Research Article Asymptotic Behavior of the Solutions of System of Difference Equations of Exponential Form

Research Article Asymptotic Behavior of the Solutions of System of Difference Equations of Exponential Form Difference Equations Article ID 936302 6 pages http://dx.doi.org/10.1155/2014/936302 Research Article Asymptotic Behavior of the Solutions of System of Difference Equations of Exponential Form Vu Van Khuong

More information

Research Article An Iterative Algorithm for the Split Equality and Multiple-Sets Split Equality Problem

Research Article An Iterative Algorithm for the Split Equality and Multiple-Sets Split Equality Problem Abstract and Applied Analysis, Article ID 60813, 5 pages http://dx.doi.org/10.1155/014/60813 Research Article An Iterative Algorithm for the Split Equality and Multiple-Sets Split Equality Problem Luoyi

More information

Optimal control and estimation

Optimal control and estimation Automatic Control 2 Optimal control and estimation Prof. Alberto Bemporad University of Trento Academic year 2010-2011 Prof. Alberto Bemporad (University of Trento) Automatic Control 2 Academic year 2010-2011

More information

OPTIMAL CONTROL AND ESTIMATION

OPTIMAL CONTROL AND ESTIMATION OPTIMAL CONTROL AND ESTIMATION Robert F. Stengel Department of Mechanical and Aerospace Engineering Princeton University, Princeton, New Jersey DOVER PUBLICATIONS, INC. New York CONTENTS 1. INTRODUCTION

More information

Research Article Mathematical Model and Cluster Synchronization for a Complex Dynamical Network with Two Types of Chaotic Oscillators

Research Article Mathematical Model and Cluster Synchronization for a Complex Dynamical Network with Two Types of Chaotic Oscillators Applied Mathematics Volume 212, Article ID 936, 12 pages doi:1.11/212/936 Research Article Mathematical Model and Cluster Synchronization for a Complex Dynamical Network with Two Types of Chaotic Oscillators

More information

Riccati difference equations to non linear extended Kalman filter constraints

Riccati difference equations to non linear extended Kalman filter constraints International Journal of Scientific & Engineering Research Volume 3, Issue 12, December-2012 1 Riccati difference equations to non linear extended Kalman filter constraints Abstract Elizabeth.S 1 & Jothilakshmi.R

More information

Research Article A Note on Kantorovich Inequality for Hermite Matrices

Research Article A Note on Kantorovich Inequality for Hermite Matrices Hindawi Publishing Corporation Journal of Inequalities and Applications Volume 0, Article ID 5767, 6 pages doi:0.55/0/5767 Research Article A Note on Kantorovich Inequality for Hermite Matrices Zhibing

More information

Research Article Multiple-Decision Procedures for Testing the Homogeneity of Mean for k Exponential Distributions

Research Article Multiple-Decision Procedures for Testing the Homogeneity of Mean for k Exponential Distributions Discrete Dynamics in Nature and Society, Article ID 70074, 5 pages http://dx.doi.org/0.55/204/70074 Research Article Multiple-Decision Procedures for Testing the Homogeneity of Mean for Exponential Distributions

More information

Research Article New Examples of Einstein Metrics in Dimension Four

Research Article New Examples of Einstein Metrics in Dimension Four International Mathematics and Mathematical Sciences Volume 2010, Article ID 716035, 9 pages doi:10.1155/2010/716035 Research Article New Examples of Einstein Metrics in Dimension Four Ryad Ghanam Department

More information

Research Article The Dirichlet Problem on the Upper Half-Space

Research Article The Dirichlet Problem on the Upper Half-Space Abstract and Applied Analysis Volume 2012, Article ID 203096, 5 pages doi:10.1155/2012/203096 Research Article The Dirichlet Problem on the Upper Half-Space Jinjin Huang 1 and Lei Qiao 2 1 Department of

More information

Research Article Translative Packing of Unit Squares into Squares

Research Article Translative Packing of Unit Squares into Squares International Mathematics and Mathematical Sciences Volume 01, Article ID 61301, 7 pages doi:10.1155/01/61301 Research Article Translative Packing of Unit Squares into Squares Janusz Januszewski Institute

More information

Research Article Finite Iterative Algorithm for Solving a Complex of Conjugate and Transpose Matrix Equation

Research Article Finite Iterative Algorithm for Solving a Complex of Conjugate and Transpose Matrix Equation indawi Publishing Corporation Discrete Mathematics Volume 013, Article ID 17063, 13 pages http://dx.doi.org/10.1155/013/17063 Research Article Finite Iterative Algorithm for Solving a Complex of Conjugate

More information

Research Article Localization and Perturbations of Roots to Systems of Polynomial Equations

Research Article Localization and Perturbations of Roots to Systems of Polynomial Equations International Mathematics and Mathematical Sciences Volume 2012, Article ID 653914, 9 pages doi:10.1155/2012/653914 Research Article Localization and Perturbations of Roots to Systems of Polynomial Equations

More information

Min-Max Output Integral Sliding Mode Control for Multiplant Linear Uncertain Systems

Min-Max Output Integral Sliding Mode Control for Multiplant Linear Uncertain Systems Proceedings of the 27 American Control Conference Marriott Marquis Hotel at Times Square New York City, USA, July -3, 27 FrC.4 Min-Max Output Integral Sliding Mode Control for Multiplant Linear Uncertain

More information

Research Article Indefinite LQ Control for Discrete-Time Stochastic Systems via Semidefinite Programming

Research Article Indefinite LQ Control for Discrete-Time Stochastic Systems via Semidefinite Programming Mathematical Problems in Engineering Volume 2012, Article ID 674087, 14 pages doi:10.1155/2012/674087 Research Article Indefinite LQ Control for Discrete-Time Stochastic Systems via Semidefinite Programming

More information

Research Article Stability Switches and Hopf Bifurcations in a Second-Order Complex Delay Equation

Research Article Stability Switches and Hopf Bifurcations in a Second-Order Complex Delay Equation Hindawi Mathematical Problems in Engineering Volume 017, Article ID 679879, 4 pages https://doi.org/10.1155/017/679879 Research Article Stability Switches and Hopf Bifurcations in a Second-Order Complex

More information

Simultaneous state and input estimation with partial information on the inputs

Simultaneous state and input estimation with partial information on the inputs Loughborough University Institutional Repository Simultaneous state and input estimation with partial information on the inputs This item was submitted to Loughborough University's Institutional Repository

More information

Here represents the impulse (or delta) function. is an diagonal matrix of intensities, and is an diagonal matrix of intensities.

Here represents the impulse (or delta) function. is an diagonal matrix of intensities, and is an diagonal matrix of intensities. 19 KALMAN FILTER 19.1 Introduction In the previous section, we derived the linear quadratic regulator as an optimal solution for the fullstate feedback control problem. The inherent assumption was that

More information

ESTIMATOR STABILITY ANALYSIS IN SLAM. Teresa Vidal-Calleja, Juan Andrade-Cetto, Alberto Sanfeliu

ESTIMATOR STABILITY ANALYSIS IN SLAM. Teresa Vidal-Calleja, Juan Andrade-Cetto, Alberto Sanfeliu ESTIMATOR STABILITY ANALYSIS IN SLAM Teresa Vidal-Calleja, Juan Andrade-Cetto, Alberto Sanfeliu Institut de Robtica i Informtica Industrial, UPC-CSIC Llorens Artigas 4-6, Barcelona, 88 Spain {tvidal, cetto,

More information

Research Article A Nice Separation of Some Seiffert-Type Means by Power Means

Research Article A Nice Separation of Some Seiffert-Type Means by Power Means International Mathematics and Mathematical Sciences Volume 2012, Article ID 40692, 6 pages doi:10.1155/2012/40692 Research Article A Nice Separation of Some Seiffert-Type Means by Power Means Iulia Costin

More information

Solving Separable Nonlinear Equations Using LU Factorization

Solving Separable Nonlinear Equations Using LU Factorization Western Washington University Western CEDAR Mathematics College of Science and Engineering 03 Solving Separable Nonlinear Equations Using LU Factorization Yun-Qiu Shen Western Washington University, yunqiu.shen@wwu.edu

More information

Research Article Adaptive Control of Chaos in Chua s Circuit

Research Article Adaptive Control of Chaos in Chua s Circuit Mathematical Problems in Engineering Volume 2011, Article ID 620946, 14 pages doi:10.1155/2011/620946 Research Article Adaptive Control of Chaos in Chua s Circuit Weiping Guo and Diantong Liu Institute

More information

The Kalman filter is arguably one of the most notable algorithms

The Kalman filter is arguably one of the most notable algorithms LECTURE E NOTES «Kalman Filtering with Newton s Method JEFFREY HUMPHERYS and JEREMY WEST The Kalman filter is arguably one of the most notable algorithms of the 0th century [1]. In this article, we derive

More information

Adaptive State Feedback Nash Strategies for Linear Quadratic Discrete-Time Games

Adaptive State Feedback Nash Strategies for Linear Quadratic Discrete-Time Games Adaptive State Feedbac Nash Strategies for Linear Quadratic Discrete-Time Games Dan Shen and Jose B. Cruz, Jr. Intelligent Automation Inc., Rocville, MD 2858 USA (email: dshen@i-a-i.com). The Ohio State

More information

Research Article Nonlinear Conjugate Gradient Methods with Wolfe Type Line Search

Research Article Nonlinear Conjugate Gradient Methods with Wolfe Type Line Search Abstract and Applied Analysis Volume 013, Article ID 74815, 5 pages http://dx.doi.org/10.1155/013/74815 Research Article Nonlinear Conjugate Gradient Methods with Wolfe Type Line Search Yuan-Yuan Chen

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

LQR, Kalman Filter, and LQG. Postgraduate Course, M.Sc. Electrical Engineering Department College of Engineering University of Salahaddin

LQR, Kalman Filter, and LQG. Postgraduate Course, M.Sc. Electrical Engineering Department College of Engineering University of Salahaddin LQR, Kalman Filter, and LQG Postgraduate Course, M.Sc. Electrical Engineering Department College of Engineering University of Salahaddin May 2015 Linear Quadratic Regulator (LQR) Consider a linear system

More information

Research Article Polynomial GCD Derived through Monic Polynomial Subtractions

Research Article Polynomial GCD Derived through Monic Polynomial Subtractions International Scholarly Research Network ISRN Applied Mathematics Volume 2011, Article ID 714102, 7 pages doi:10.5402/2011/714102 Research Article Polynomial GCD Derived through Monic Polynomial Subtractions

More information

4 Derivations of the Discrete-Time Kalman Filter

4 Derivations of the Discrete-Time Kalman Filter Technion Israel Institute of Technology, Department of Electrical Engineering Estimation and Identification in Dynamical Systems (048825) Lecture Notes, Fall 2009, Prof N Shimkin 4 Derivations of the Discrete-Time

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

Research Article Diagonally Implicit Block Backward Differentiation Formulas for Solving Ordinary Differential Equations

Research Article Diagonally Implicit Block Backward Differentiation Formulas for Solving Ordinary Differential Equations International Mathematics and Mathematical Sciences Volume 212, Article ID 767328, 8 pages doi:1.1155/212/767328 Research Article Diagonally Implicit Block Backward Differentiation Formulas for Solving

More information

Research Article On the Completely Positive and Positive Semidefinite-Preserving Cones Part III

Research Article On the Completely Positive and Positive Semidefinite-Preserving Cones Part III International Scholarly Research Network ISRN Algebra Volume 2012, Article ID 704960, 6 pages doi:10.5402/2012/704960 Research Article On the Completely Positive and Positive Semidefinite-Preserving Cones

More information

Research Article Merrifield-Simmons Index in Random Phenylene Chains and Random Hexagon Chains

Research Article Merrifield-Simmons Index in Random Phenylene Chains and Random Hexagon Chains Discrete Dynamics in Nature and Society Volume 015, Article ID 56896, 7 pages http://dx.doi.org/10.1155/015/56896 Research Article Merrifield-Simmons Index in Random Phenylene Chains and Random Hexagon

More information

Research Article Approximation Algorithm for a System of Pantograph Equations

Research Article Approximation Algorithm for a System of Pantograph Equations Applied Mathematics Volume 01 Article ID 714681 9 pages doi:101155/01/714681 Research Article Approximation Algorithm for a System of Pantograph Equations Sabir Widatalla 1 and Mohammed Abdulai Koroma

More information

Research Article A Note about the General Meromorphic Solutions of the Fisher Equation

Research Article A Note about the General Meromorphic Solutions of the Fisher Equation Mathematical Problems in Engineering, Article ID 793834, 4 pages http://dx.doi.org/0.55/204/793834 Research Article A Note about the General Meromorphic Solutions of the Fisher Equation Jian-ming Qi, Qiu-hui

More information

Research Article Normal and Osculating Planes of Δ-Regular Curves

Research Article Normal and Osculating Planes of Δ-Regular Curves Abstract and Applied Analysis Volume 2010, Article ID 923916, 8 pages doi:10.1155/2010/923916 Research Article Normal and Osculating Planes of Δ-Regular Curves Sibel Paşalı Atmaca Matematik Bölümü, Fen-Edebiyat

More information

Research Article New Partition Theoretic Interpretations of Rogers-Ramanujan Identities

Research Article New Partition Theoretic Interpretations of Rogers-Ramanujan Identities International Combinatorics Volume 2012, Article ID 409505, 6 pages doi:10.1155/2012/409505 Research Article New Partition Theoretic Interpretations of Rogers-Ramanujan Identities A. K. Agarwal and M.

More information

Research Article Product of Extended Cesàro Operator and Composition Operator from Lipschitz Space to F p, q, s Space on the Unit Ball

Research Article Product of Extended Cesàro Operator and Composition Operator from Lipschitz Space to F p, q, s Space on the Unit Ball Abstract and Applied Analysis Volume 2011, Article ID 152635, 9 pages doi:10.1155/2011/152635 Research Article Product of Extended Cesàro Operator and Composition Operator from Lipschitz Space to F p,

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 II: Observability and Stability James B. Rawlings and Fernando V. Lima Department of Chemical and Biological Engineering University of Wisconsin

More information

Research Article H Control Theory Using in the Air Pollution Control System

Research Article H Control Theory Using in the Air Pollution Control System Mathematical Problems in Engineering Volume 2013, Article ID 145396, 5 pages http://dx.doi.org/10.1155/2013/145396 Research Article H Control Theory Using in the Air Pollution Control System Tingya Yang,

More information

Research Article Another Proof of the Faithfulness of the Lawrence-Krammer Representation of the Braid Group B 3

Research Article Another Proof of the Faithfulness of the Lawrence-Krammer Representation of the Braid Group B 3 International Scholarly Research Network ISRN Algebra Volume 01, Article ID 858959, 13 pages doi:10.540/01/858959 Research Article Another Proof of the Faithfulness of the Lawrence-Krammer Representation

More information

Convergence of Square Root Ensemble Kalman Filters in the Large Ensemble Limit

Convergence of Square Root Ensemble Kalman Filters in the Large Ensemble Limit Convergence of Square Root Ensemble Kalman Filters in the Large Ensemble Limit Evan Kwiatkowski, Jan Mandel University of Colorado Denver December 11, 2014 OUTLINE 2 Data Assimilation Bayesian Estimation

More information

KingSaudBinAbdulazizUniversityforHealthScience,Riyadh11481,SaudiArabia. Correspondence should be addressed to Raghib Abu-Saris;

KingSaudBinAbdulazizUniversityforHealthScience,Riyadh11481,SaudiArabia. Correspondence should be addressed to Raghib Abu-Saris; Chaos Volume 26, Article ID 49252, 7 pages http://dx.doi.org/.55/26/49252 Research Article On Matrix Projective Synchronization and Inverse Matrix Projective Synchronization for Different and Identical

More information

Research Article On Factorizations of Upper Triangular Nonnegative Matrices of Order Three

Research Article On Factorizations of Upper Triangular Nonnegative Matrices of Order Three Discrete Dynamics in Nature and Society Volume 015, Article ID 96018, 6 pages http://dx.doi.org/10.1155/015/96018 Research Article On Factorizations of Upper Triangular Nonnegative Matrices of Order Three

More information

Journal of Inequalities in Pure and Applied Mathematics

Journal of Inequalities in Pure and Applied Mathematics Journal of Inequalities in Pure and Applied Mathematics MATRIX AND OPERATOR INEQUALITIES FOZI M DANNAN Department of Mathematics Faculty of Science Qatar University Doha - Qatar EMail: fmdannan@queduqa

More information

Research Article Powering Multiparameter Homotopy-Based Simulation with a Fast Path-Following Technique

Research Article Powering Multiparameter Homotopy-Based Simulation with a Fast Path-Following Technique International Scholarly Research Network ISRN Applied Mathematics Volume 20, Article ID 60637, 7 pages doi:0.5402/20/60637 Research Article Powering Multiparameter Homotopy-Based Simulation with a Fast

More information

Optimization-Based Control

Optimization-Based Control Optimization-Based Control Richard M. Murray Control and Dynamical Systems California Institute of Technology DRAFT v1.7a, 19 February 2008 c California Institute of Technology All rights reserved. This

More information

Research Article On the Idempotent Solutions of a Kind of Operator Equations

Research Article On the Idempotent Solutions of a Kind of Operator Equations International Scholarly Research Network ISRN Applied Mathematics Volume 0, Article ID 84665, pages doi:0.540/0/84665 Research Article On the Idempotent Solutions of a Kind of Operator Equations Chun Yuan

More information

Quadratic Extended Filtering in Nonlinear Systems with Uncertain Observations

Quadratic Extended Filtering in Nonlinear Systems with Uncertain Observations Applied Mathematical Sciences, Vol. 8, 2014, no. 4, 157-172 HIKARI Ltd, www.m-hiari.com http://dx.doi.org/10.12988/ams.2014.311636 Quadratic Extended Filtering in Nonlinear Systems with Uncertain Observations

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

Stabilization with Disturbance Attenuation over a Gaussian Channel

Stabilization with Disturbance Attenuation over a Gaussian Channel Proceedings of the 46th IEEE Conference on Decision and Control New Orleans, LA, USA, Dec. 1-14, 007 Stabilization with Disturbance Attenuation over a Gaussian Channel J. S. Freudenberg, R. H. Middleton,

More information

Research Article Necklaces, Self-Reciprocal Polynomials, and q-cycles

Research Article Necklaces, Self-Reciprocal Polynomials, and q-cycles International Combinatorics, Article ID 593749, 4 pages http://dx.doi.org/10.1155/2014/593749 Research Article Necklaces, Self-Reciprocal Polynomials, and q-cycles Umarin Pintoptang, 1,2 Vichian Laohakosol,

More information

Research Article The Solution Set Characterization and Error Bound for the Extended Mixed Linear Complementarity Problem

Research Article The Solution Set Characterization and Error Bound for the Extended Mixed Linear Complementarity Problem Journal of Applied Mathematics Volume 2012, Article ID 219478, 15 pages doi:10.1155/2012/219478 Research Article The Solution Set Characterization and Error Bound for the Extended Mixed Linear Complementarity

More information

Research Article Solvability for a Coupled System of Fractional Integrodifferential Equations with m-point Boundary Conditions on the Half-Line

Research Article Solvability for a Coupled System of Fractional Integrodifferential Equations with m-point Boundary Conditions on the Half-Line Abstract and Applied Analysis Volume 24, Article ID 29734, 7 pages http://dx.doi.org/.55/24/29734 Research Article Solvability for a Coupled System of Fractional Integrodifferential Equations with m-point

More information

Research Article Mean Square Stability of Impulsive Stochastic Differential Systems

Research Article Mean Square Stability of Impulsive Stochastic Differential Systems International Differential Equations Volume 011, Article ID 613695, 13 pages doi:10.1155/011/613695 Research Article Mean Square Stability of Impulsive Stochastic Differential Systems Shujie Yang, Bao

More information

Research Article Global Attractivity of a Higher-Order Difference Equation

Research Article Global Attractivity of a Higher-Order Difference Equation Discrete Dynamics in Nature and Society Volume 2012, Article ID 930410, 11 pages doi:10.1155/2012/930410 Research Article Global Attractivity of a Higher-Order Difference Equation R. Abo-Zeid Department

More information

Research Article On a New Three-Step Class of Methods and Its Acceleration for Nonlinear Equations

Research Article On a New Three-Step Class of Methods and Its Acceleration for Nonlinear Equations e Scientific World Journal, Article ID 34673, 9 pages http://dx.doi.org/0.55/204/34673 Research Article On a New Three-Step Class of Methods and Its Acceleration for Nonlinear Equations T. Lotfi, K. Mahdiani,

More information

Research Article The Numerical Solution of Problems in Calculus of Variation Using B-Spline Collocation Method

Research Article The Numerical Solution of Problems in Calculus of Variation Using B-Spline Collocation Method Applied Mathematics Volume 2012, Article ID 605741, 10 pages doi:10.1155/2012/605741 Research Article The Numerical Solution of Problems in Calculus of Variation Using B-Spline Collocation Method M. Zarebnia

More information

Parallel Properties of Poles of. Positive Functions and those of. Discrete Reactance Functions

Parallel Properties of Poles of. Positive Functions and those of. Discrete Reactance Functions International Journal of Mathematical Analysis Vol. 11, 2017, no. 24, 1141-1150 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ima.2017.77106 Parallel Properties of Poles of Positive Functions and

More information

The iterative methods for solving nonlinear matrix equation X + A X 1 A + B X 1 B = Q

The iterative methods for solving nonlinear matrix equation X + A X 1 A + B X 1 B = Q Vaezzadeh et al. Advances in Difference Equations 2013, 2013:229 R E S E A R C H Open Access The iterative methods for solving nonlinear matrix equation X + A X A + B X B = Q Sarah Vaezzadeh 1, Seyyed

More information

Research Article P-Fuzzy Diffusion Equation Using Rules Base

Research Article P-Fuzzy Diffusion Equation Using Rules Base Applied Mathematics, Article ID, pages http://dx.doi.org/.// Research Article P-Fuzzy Diffusion Equation Using Rules Base Jefferson Leite, R. C. Bassanezi, Jackellyne Leite, and Moiseis Cecconello Federal

More information

Square-Root Algorithms of Recursive Least-Squares Wiener Estimators in Linear Discrete-Time Stochastic Systems

Square-Root Algorithms of Recursive Least-Squares Wiener Estimators in Linear Discrete-Time Stochastic Systems Proceedings of the 17th World Congress The International Federation of Automatic Control Square-Root Algorithms of Recursive Least-Squares Wiener Estimators in Linear Discrete-Time Stochastic Systems Seiichi

More information

Research Article Representing Smoothed Spectrum Estimate with the Cauchy Integral

Research Article Representing Smoothed Spectrum Estimate with the Cauchy Integral Mathematical Problems in Engineering Volume 1, Article ID 67349, 5 pages doi:1.1155/1/67349 Research Article Representing Smoothed Spectrum Estimate with the Cauchy Integral Ming Li 1, 1 School of Information

More information

Research Article Bounds of Solutions of Integrodifferential Equations

Research Article Bounds of Solutions of Integrodifferential Equations Abstract and Applied Analysis Volume 211, Article ID 571795, 7 pages doi:1.1155/211/571795 Research Article Bounds of Solutions of Integrodifferential Equations Zdeněk Šmarda Department of Mathematics,

More information

Solving Homogeneous Systems with Sub-matrices

Solving Homogeneous Systems with Sub-matrices Pure Mathematical Sciences, Vol 7, 218, no 1, 11-18 HIKARI Ltd, wwwm-hikaricom https://doiorg/112988/pms218843 Solving Homogeneous Systems with Sub-matrices Massoud Malek Mathematics, California State

More information

Research Article Design of PDC Controllers by Matrix Reversibility for Synchronization of Yin and Yang Chaotic Takagi-Sugeno Fuzzy Henon Maps

Research Article Design of PDC Controllers by Matrix Reversibility for Synchronization of Yin and Yang Chaotic Takagi-Sugeno Fuzzy Henon Maps Abstract and Applied Analysis Volume 212, Article ID 35821, 11 pages doi:1.1155/212/35821 Research Article Design of PDC Controllers by Matrix Reversibility for Synchronization of Yin and Yang Chaotic

More information

Research Article Minor Prime Factorization for n-d Polynomial Matrices over Arbitrary Coefficient Field

Research Article Minor Prime Factorization for n-d Polynomial Matrices over Arbitrary Coefficient Field Complexity, Article ID 6235649, 9 pages https://doi.org/10.1155/2018/6235649 Research Article Minor Prime Factorization for n-d Polynomial Matrices over Arbitrary Coefficient Field Jinwang Liu, Dongmei

More information

A NOVEL OPTIMAL PROBABILITY DENSITY FUNCTION TRACKING FILTER DESIGN 1

A NOVEL OPTIMAL PROBABILITY DENSITY FUNCTION TRACKING FILTER DESIGN 1 A NOVEL OPTIMAL PROBABILITY DENSITY FUNCTION TRACKING FILTER DESIGN 1 Jinglin Zhou Hong Wang, Donghua Zhou Department of Automation, Tsinghua University, Beijing 100084, P. R. China Control Systems Centre,

More information

Conditions for successful data assimilation

Conditions for successful data assimilation Conditions for successful data assimilation Matthias Morzfeld *,**, Alexandre J. Chorin *,**, Peter Bickel # * Department of Mathematics University of California, Berkeley ** Lawrence Berkeley National

More information

Research Article Soliton Solutions for the Wick-Type Stochastic KP Equation

Research Article Soliton Solutions for the Wick-Type Stochastic KP Equation Abstract and Applied Analysis Volume 212, Article ID 327682, 9 pages doi:1.1155/212/327682 Research Article Soliton Solutions for the Wick-Type Stochastic KP Equation Y. F. Guo, 1, 2 L. M. Ling, 2 and

More information

The Discrete Kalman Filtering of a Class of Dynamic Multiscale Systems

The Discrete Kalman Filtering of a Class of Dynamic Multiscale Systems 668 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING, VOL 49, NO 10, OCTOBER 2002 The Discrete Kalman Filtering of a Class of Dynamic Multiscale Systems Lei Zhang, Quan

More information

Research Article Completing a 2 2Block Matrix of Real Quaternions with a Partial Specified Inverse

Research Article Completing a 2 2Block Matrix of Real Quaternions with a Partial Specified Inverse Applied Mathematics Volume 0, Article ID 7978, 5 pages http://dx.doi.org/0.55/0/7978 Research Article Completing a Block Matrix of Real Quaternions with a Partial Specified Inverse Yong Lin, and Qing-Wen

More information

HW2 - Due 01/30. Each answer must be mathematically justified. Don t forget your name.

HW2 - Due 01/30. Each answer must be mathematically justified. Don t forget your name. HW2 - Due 0/30 Each answer must be mathematically justified. Don t forget your name. Problem. Use the row reduction algorithm to find the inverse of the matrix 0 0, 2 3 5 if it exists. Double check your

More information

Research Article A Note on the Central Limit Theorems for Dependent Random Variables

Research Article A Note on the Central Limit Theorems for Dependent Random Variables International Scholarly Research Network ISRN Probability and Statistics Volume 22, Article ID 92427, pages doi:.542/22/92427 Research Article A Note on the Central Limit Theorems for Dependent Random

More information