A Comparison of Unscented and Extended Kalman Filtering for Estimating Quaternion Motion

Size: px
Start display at page:

Download "A Comparison of Unscented and Extended Kalman Filtering for Estimating Quaternion Motion"

Transcription

1 A Comparson of Unscented and Extended Kalman Flterng for Estmatng Quaternon Moton Joseph J. LaVola Jr. Brown Unversty Technology Center for Advanced Scentfc Computng and Vsualzaton PO Box 9, Provdence, RI, 292, USA Abstract The unscented Kalman flter s a superor alternatve to the extended Kalman flter for a varety of estmaton and control problems. However, ts effectveness for mprovng human moton trackng for vrtual realty applcatons n the presence of nosy data has been unexplored. In ths paper, we present an emprcal study comparng the performance of unscented and extended Kalman flterng for mprovng human head and hand trackng. Specfcally, we examne human head and hand orentaton moton sgnals, represented wth quaternons, whch are crtcal for correct vewng perspectves n vrtual realty. Our expermental results and analyss ndcate that unscented Kalman flterng performs equvalently wth extended Kalman flterng. However, the addtonal computatonal overhead of the unscented Kalman flter and quas-lnear nature of the quaternon dynamcs lead to the concluson that the extended Kalman flter s a better choce for estmatng quaternon moton n vrtual realty applcatons. Keywords: extended Kalman flterng, unscented Kalman flterng, human moton trackng, quaternons, vrtual realty I. INTRODUCTION Accurate human moton trackng s a crtcal component n any vrtual realty (VR) applcaton []. Havng real tme head and hand moton nformaton enables the computer to draw mages n the correct perspectve. Unfortunately, trackng systems suffer from nose and small dstortons causng ncorrect vewng perspectves. To handle these mperfectons, flterng s often appled to the tracked data so the VR applcaton can obtan more accurate estmates of the user s moton. The Kalman flter (KF) s a popular choce for estmatng user moton n VR applcatons[2][3][4]. Snce poston nformaton s lnear, standard Kalman flterng can be easly appled to the trackng problem wthout much dffculty. However, human pose nformaton also contans nonlnear orentaton data, requrng a modfcaton to the KF. The extended Kalman flter (EKF) provdes ths modfcaton by lnearzng all nonlnear models (.e., process and measurement models) so the tradtonal KF can be appled[5]. Unfortunately, the EKF has two mportant potental drawbacks. Frst, the dervaton of the Jacoban matrces, the lnear approxmators to the nonlnear functons, can be complex causng mplementaton dffcultes. Second, these lnearzatons can lead to flter nstablty f the tmestep ntervals are not suffcently small[6]. To address these lmtatons, Juler and Uhlmann developed the unscented Kalman flter (UKF)[7]. The UKF operates on the premse that t s easer to approxmate a Gaussan dstrbuton than t s to approxmate an arbtrary nonlnear functon. Instead of lnearzng usng Jacoban matrces, the UKF usng a determnstc samplng approach to capture the mean and covarance estmates wth a mnmal set of sample ponts. The UKF s a powerful nonlnear estmaton technque and has been shown to be a superor alternatve to the EKF n a varety of applcatons ncludng state estmaton for road vehcle navgaton[8], parameter estmaton for tme seres modelng[9], and neural network tranng[]. The UKF s also effectve n certan types of vsual contour hand trackng[][2]. However, these systems dealt mostly wth trackng poston and dd not take orentaton nto account. Although the UKF has been appled to a wde range of estmaton problems, to the best of our knowledge there has been no attempt to use t to mprove human head or hand orentaton trackng. Therefore, n ths paper, we explore the potental benefts of the UKF over the more tradtonal EKF n human orentaton estmaton. We descrbe the results of an expermental study whch examnes the estmaton accuracy of the EKF and UKF on both head and hand orentaton represented wth quaternons. Quaternons are a common way to represent rotatons n trackng, robotcs, and mechancal engneerng because they are compact and avod gmbal lock[3]. The results of our study ndcate that, although the EKF and UKF have equvalent performance, the addtonal computatonal overhead of the UKF and the quas-lnear nature of the quaternon dynamcs makes the EKF a more approprate choce for orentaton estmaton n VR applcatons. The remander of ths paper s organzed as follows. In the next two sectons, we descrbe the algorthmc detals of the EKF and UKF formulatons used n our study. Secton IV descrbes our expermental methodology and setup. Secton V presents the expermental results and dscusses ther sgnfcance. Secton VI concludes the paper. II. EXTENDED KALMAN FILTERING The extended Kalman flter s a set of mathematcal equatons whch uses an underlyng process model to make an estmate of the current state of a system and then corrects the

2 estmate usng any avalable sensor measurements. Usng ths predctor-corrector mechansm, t approxmates an optmal estmate due to the lnearzaton of the process and measurement models[4]. To descrbe all the detals of the EKF s beyond the scope of ths paper. Therefore, we present a more algorthmc descrpton omttng some theoretcal consderatons. More detals on the EKF can be found n [5][6]. The process model we use s an orentaton/angular velocty (OV) model defned by f = dq dt = qω, () 2 where q s the current quaternon and ω s a pure vector quaternon representng angular velocty. We use a sngle EKF, where the state vector at tme k s defned by ˆx k = [q x, q y, q z, q w, ω, ω, ω 2 ] T. (2) Gven the state vector at step k, we frst perform the predcton step by fndng the a pror state estmate ˆx k by ntegratng equaton through tme by t (.e.,. dvded by the current samplng rate) usng a 4th Order Runge-Kutta scheme. Then, we fnd the a pror estmate of the error covarance matrx P k = Φ kp k Φ T k + Q k, (3) where Q k s the process nose covarance, P k s the a posteror estmate of the error covarance, and Φ k s an approxmaton to the fundamental matrx calculated by takng the Taylor expanson of Φ(t) around the system dynamcs matrx F k,[,j] = f () (ˆx k ), (4) x (j) a Jacoban matrx whch lnearzes the process functon f, and then substtutng t for t. After the predcton step, the correcton step calculates the a posteror state estmate usng ˆx k = ˆx k + K k(z k H kˆx k ), (5) where K k s the Kalman gan or blendng factor and H k s the measurement matrx used to combne the measurement vector z k, obtaned from the trackng devce, wth ˆx k. The Kalman gan s computed usng K k = P k HT k (H k P k HT k + R), (6) where R s the measurement nose covarance, and the measurement matrx s calculated usng Note that from a theoretcal perspectve, the EKF calculates F k each tme f s evaluated. In the 4th order Runge-Kutta routne, f s evaluated 8 tmes[7], meanng that F k should be a product of 8 ntermedate Jacoban evaluatons. In our formulaton, we only evaluate F k once from the output of the Runge-Kutta routne. Although ths approach devates slghtly from the defnton of the EKF, we fnd t faster, less complex, and works just as well for our applcatons. H k,[,j] = h () (x k ), (7) x (j) a Jacoban matrx that lnearzes around the nonlnear measurement functon h. In our case, h s quaternon normalzaton defned by q h = qx 2 + qy 2 + qz 2 + qw 2 for the quaternon n ˆx k. Fnally, we compute the a posteror estmate of the error covarance usng (8) P k = (I K k H k )P k. (9) Note that after we calculate the a posteror state estmate, the quaternon s renormalzed ensurng t s on the unt sphere, makng t a vald rotaton. A. EKF Parameters and Intalzaton The EKF has two parameters, Q k and R, whch represent the process nose covarance and the measurement nose covarance. R s determned emprcally and accounts for the uncertanty n the trackng data. Settng these matrces properly goes a long way toward makng the flters robust. We determne Q k usng the contnuous process nose matrx Q whch assumes that the process nose always enters the process model on the hghest dervatve[6]. Therefore, t Q k = Φ s Φ(τ) QΦ(τ) T dt, () where Φ s s a scalng parameter whch acts as a confdence value for how sure we are that the process model s an accurate descrpton of the the true moton dynamcs. The EKF also needs to be ntalzed on startup. The quaternon n the state vector at tme s smply set to the frst observaton n the moton sequence and the angular velocty components are set to. The a pror estmate of the error covarance and the elements n the these matrces are set to for the off-dagonal entres and to relatvely large numbers n the dagonal entres. For our mplementaton, the quaternon varance dagonals are set to and the angular velocty varances are set to. III. UNSCENTED KALMAN FILTERING The basc premse behnd the unscented Kalman flter s t s easer to approxmate a Gaussan dstrbuton than t s to approxmate an arbtrary nonlnear functon. Instead of lnearzng usng Jacoban matrces, the UKF uses a determnstc samplng approach to capture the mean and covarance estmates wth a mnmal set of sample ponts[9]. As wth the EKF, we present an algorthmc descrpton of the UKF omttng some theoretcal consderatons. More detals can be found n [7][6][8]. Gven the state vector at step k (we use the same state vector as n equaton 2, we compute a collecton of sgma

3 ponts, stored n the columns of the L (2L + ) sgma pont matrx X k where L s the dmenson of the state vector. In our case, L = 7 so X k s a 7 5 matrx. The columns of X k are computed by (X k ) = ˆx k () ( ) (X k ) = ˆx k + (L + λ)pk, =... L ( ) (X k ) = ˆx k (L + λ)pk, = L L, L ( (L ) where + λ)pk s the th column of the matrx square root and λ s defned by λ = α 2 (L + κ) L, (2) where α s a scalng parameter whch determnes the spread of the sgma ponts and ( κ s a secondary scalng parameter. (L ) Note that we assume + λ)pk s symmetrc and postve defnte whch allows us to fnd the square root usng a Cholesky decomposton. Once X k computed, we perform the predcton step by frst propagatng each column of X k through tme by t usng (X k ) = f((x k ) ), =... 2L, (3) where f s dfferental equaton defned n equaton. In our formulaton, snce L = 7, we perform 5 4th order Runge- Kutta ntegratons. Wth (X k ) calculated, the a pror state estmate s where ˆx k = 2L = are weghts defned by = = (X k ), (4) λ (L + λ) 2(L + λ), =... 2L. (5) As the last part of the predcton step, we calculate the a pror error covarance wth P k = 2L = W (c) [ (Xk ) ˆx ] [ k (Xk ) ˆx ] T k + Qk, (6) where Q k s once agan the process error covarance matrx, and the weghts are defned by W (c) = W (c) = λ (L + λ) + ( α2 + β) (7) 2(L + λ), =... 2L. Note that β s a parameter used to ncorporate any pror knowledge about the dstrbuton of x. To compute the correcton step, we frst must transform the columns of X k through the measurement functon. Therefore, let (Z k ) = h((x k ) ), =... 2L (8) ẑ k = 2L = (Y k ). (9) h s the same quaternon normalzaton functon found n equaton 8. Wth the transformed state vector ẑ k, we compute the a posteror state estmate usng ˆx k = ˆx k + K k(z k ẑ k ), (2) where K k s once agan Kalman gan. In the UKF formulaton, K k s defned by where Pẑk ẑ k = Pˆxk ẑ k = 2L = 2L = K k = Pˆxk ẑ k P ẑ k ẑ k, (2) W (c) [ (Zk ) ẑ ] [ k (Zk ) ẑ ] T k +R (22) W (c) [ (Xk ) ˆx ] [ k (Zk ) ẑ ] T k. (23) Note that as wth the EKF, R s the measurement nose covarance matrx. Fnally, the last calculaton n the correcton step s to compute the a posteror estmate of the error covarance gven by P k = P k K kpẑk ẑ k K T k. (24) As wth the EKF, we renormalze the state vector s quaternon to make sure t s on the unt sphere, makng t a vald rotaton. A. UKF Parameters and Intalzaton Q k, R, α, β, and κ are the fve parameters used n the UKF. We determne, R, α, β, and κ emprcally and use the formulaton descrbed n Secton II.A to fnd Q k. More detals on our choce for determnng Q k can be found n Secton V. The UKF s ntalzed n the same way as the EKF, usng the same values for the state vector and error covarance matrx upon startup. IV. EXPERIMENTAL STUDY To compare the performance of the EKF and UKF algorthms descrbed n sectons II and III, we conducted an experment to determne whch flterng algorthm s preferable for mprovng human orentaton trackng n vrtual realty systems.

4 A. Expermental Setup Two datasets (one head and one hand) were used n our study to represent common orentaton dynamcs found n our vrtual realty applcatons. Each dataset conssts of unt length quaternons runnng about 2 seconds n length. The orentaton sequences were captured usng an Intersense IS9 trackng system, a hybrd nertal/ultrasonc trackng devce. The head orentaton dataset, denoted HEAD and shown n Fgure, s an example of a user rotatng her head to vew mages on three orthogonal dsplay screens. The hand orentaton dataset, denoted by HAND and shown n Fgure 2, s an example of a user rotatng hs hand to navgate through the vrtual world qw The HAND Dataset qy qx The HEAD Dataset.2 qz.8 qw qz Fg. 2. The four sgnals that make up the quaternon sequence for the HAND dataset. The values for each quaternon component are untless qx Fg.. The four sgnals that make up the quaternon sequence for the HEAD dataset. The values for each quaternon component are untless. In the experment, the datasets were tested wth samplng rates of 25, 8, and 25Hz gvng us three dfferent test scenaros for each dataset. These samplng rates were chosen because VR trackng systems are commonly run at these rates. We use a small Monte Carlo smulaton on each test scenaro snce we have random Gaussan nose added to the moton sgnals, whch s used to smulate jttery trackng data. A constant value of 5e-6 was set for the random nose varance provdng nose added to the moton sgnals wth a Gaussan dstrbuted range of ±.9 degrees. All tests were run on a AMD Athelon XP 8+ wth 52Mb of man memory. B. Evaluaton Method To determne how well the EKF and UKF algorthms are performng, we need comparson data. Comparng estmated output wth reported user orentatons s problematc snce these records have nose and small dstortons assocated wth them. Thus, any comparson wth the recorded data would count trackng error wth the estmaton error. We obtan the ground truth datasets by passng them through a zero phase shft flter to remove hgh frequency nose. We determne the qy lowpass and hghpass flter parameters by examnng each sgnal s power spectrum. Dependng on the partcular dataset, the lowpass/hghpass pars were anywhere between /3 and 2/4 Hz. Ths cleanng step gves us the truth datasets we need to test aganst and makes t easy to add nose of known characterstcs for smulatng jttery trackng data. Wth the truth datasets, we can calculate the root mean square error (RMS) for each test and take the average over the Monte Carlo smulaton runs. For truth and estmated quaternons, q t and q e, RMS s defned by RMS q = n e 2 n, (25) where RMS q s n degrees and e = 2(8) π C. EKF and UKF Parameters = arccos ((q t (q e ) ) w ). (26) For the EKF and UKF algorthms, we needed to determne the R and Q k covarance matrces. Snce we know the varance of the Gaussan whte nose we are njectng nto the moton sgnals, we set the off-dagonal entres of R to and set the dagonal entres to be the value of the nose varance value (5e-6 n ths case). Thus we are makng the assumpton that our measurement nose s based on the varablty of a statonary tracker. As shown n Secton II.A, we calculate the Q k matrx usng equaton leavng Φ s as our free parameter. The search routnes ran over dfferent nteger values for Φ s and we found to be a good choce for the HEAD dataset and 2 for the HAND dataset. For the UKF, we also needed to set the α, β, and κ parameters. After runnng a number of tests, we found that,, and were approprate for these

5 parameters. See Secton V for a dscusson on our parameter choces..2. Qx State (EKF). Qy State (EKF) V. RESULTS AND DISCUSSION Tables I and II show the RMS errors for the HEAD and HAND datasets across the dfferent samplng rates. These results show that the EKF and UKF have roughly the same error n all cases. Note that we also nclude the RMS error for dong no flterng at all to show that both the EKF and UKF mprove trackng accuracy at samplng rates of 8 and 25Hz Qz State (EKF) Qw State (EKF) RMS Results for the HEAD Dataset EKF UKF NONE 25Hz: Hz: Hz: TABLE I THE RMS ERROR RESULTS (IN DEGREES) FOR THREE DIFFERENT SAMPLING RATES ON THE HEAD DATASET. THE DATA SHOWS THE EKF AND UKF HAVE ROUGHLY THE SAME ERROR WHEN ESTIMATING QUATERNIONS AND IMPROVE ACCURACY OVER NO FILTERING AT ALL Fg. 3. State errors from the EKF for the four quaternon components n the HEAD dataset sampled at 8Hz. The sold lnes represent the errors whle the dashed lnes show the 3 standard devaton bounds. The component estmates are untless..2 Qx State (UKF) Qy State (UKF) RMS Results for the HAND Dataset EKF UKF NONE 25Hz: Hz: Hz: TABLE II THE RMS ERROR RESULTS (IN DEGREES) FOR THREE DIFFERENT SAMPLING RATES ON THE HAND DATASET. THE DATA SHOWS THE EKF AND UKF HAVE ROUGHLY THE SAME ERROR WHEN ESTIMATING QUATERNIONS AND IMPROVE ACCURACY OVER NO FILTERING AT ALL. The tests that were run at 25Hz show there s only a slght mprovement n the EKF and UKF s estmaton performance for both the HEAD and HAND datasets. These numbers ndcate that samplng rates of 25Hz are probably not hgh enough for applyng flterng algorthms to quaternon moton data. However, more work s needed to verfy ths clam. Fgures 3 and 4 show the state errors from the EKF and UKF flters for the quaternon components n the HEAD dataset sampled at 8Hz. These graphs are representatve of the component wse error n our test scenaros and show that, on a component level, the accuracy of the EKF and UKF are roughly the same. From ths data and the data n Tables I and II, t s dffcult to make a decson about whch estmaton algorthm s the better choce. Therefore, we need to examne the algorthms n greater detal. Usng the test scenaros, we recorded the runnng tmes for each algorthm. On average, the EKF algorthm took mcroseconds per estmate whle the UKF algorthm took 3,294.2 mcroseconds per estmate. The reason the UKF algorthm takes sgnfcantly longer to make an estmate s because t has to handle all the sgma ponts. In our mplementaton, the Qz State (UKF) Qw State (UKF) Fg. 4. State errors from the UKF for the four quaternon components n the HEAD dataset sampled at 8Hz. The sold lnes represent the errors whle the dashed lnes show the 3 standard devaton bounds. The component estmates are untless. UKF has to perform 5 Runge-Kutta ntegratons to propagate the sgma ponts through tme whle the EKF only has to perform one ntegraton. Even f we used Juler and Uhlmann s method for reducng the number of sgma ponts[9], we would stll need to do 8 Runge-Kutta ntegratons for the UKF to only one for the EKF. If the estmaton accuracy of the UKF was better than the EKF, ths addtonal computatonal overhead would be warranted. However, snce the UKF does not gve us any addtonal accuracy, from a runnng tme standpont, the EKF seems the more approprate estmator n ths case. In addton to the ssue of tme complexty between the

6 EKF and UKF, we also need to examne ther theoretcal performance. From [6], we know that UKF can predct the state estmate and error covarance to 4th order accuracy whle the EKF only predcts up to 2nd order for the state estmate and 4th order for the error covarance. However, the UKF wll make more accurate estmates only f the kurtoss and hgher order moments n the state error dstrbutons are sgnfcant. In our applcaton, the magntudes of the quaternon component covarances are sgnfcantly less than unty (on the order of 4 to 6 n most cases) whch means the kurtoss and hgher order moments are very small. Ths fact s one ndcaton of why the UKF does not perform better than the EKF. Addtonally, ths ndcates why there s lttle, f any, effect n UKF performance wth dfferent values for the UKF parameters α, β, and κ. Samplng rate s another ndcaton why the UKF does not provde better performance when estmatng quaternon moton. In general, f the samplng rate s suffcently hgh, the quaternon dynamcs behave n a quaslnear fashon snce, wth small tmesteps, the ntegraton steps propagate the quaternons only small devatons away from the unt sphere, makng the error n lnearzaton mnmal. Fnally, one of the man advantages of the UKF s that t does not requre the calculaton of Jacoban matrces. In many applcatons, Jacoban matrx evaluaton can be nontrval and lead to mplementaton dffcultes[6]. However, n our applcaton, the calculaton of the Jacoban matrces s qute smple based on the structure of the process and measurement functons (see equatons and 8) and quaternon mathematcs[2]. Therefore, the UKF does not provde us wth any addtonal beneft n ths case. In fact, the smplcty of the Jacoban calculatons for the process model allowed us to use the same method for calculatng Q k n both the EKF and UKF formulatons. Although our work has focused on head and hand orentaton trackng n VR applcatons, we hypothesze that these results may extend to other domans, such as robotcs and underwater vehcle navgaton, requrng quaternon moton estmaton wth moton dynamcs that behave n a quaslnear fashon. Such moton dynamcs would have to have the mportant characterstc of small angle devatons and sampled at relatvely hgh rates. Future work can valdate ths hypothess. VI. CONCLUSION In ths paper, we have presented an experment whch compares extended and unscented Kalman flterng of head and hand orentaton data represented wth quaternons. Our results ndcate that, although the EKF and UKF have roughly the same accuracy, the computatonal overhead of the UKF, the smplcty of the Jacoban matrx calculatons, and the quas-lnear nature of the quaternon dynamcs makes the EKF a better choce for the task of mprovng trackng of nosy quaternon sgnals n vrtual realty applcatons. ACKNOWLEDGMENTS Specal thanks to Smon Juler, Gary Bshop, Greg Welch, John Hughes, and Andy van Dam for valuable gudance and dscusson. Ths work s supported n part by the NSF Graphcs and Vsualzaton Center, IBM, the Department of Energy, Alas/Wavefront, Mcrosoft, Sun Mcrosystems, and TACO. REFERENCES [] Stanney, Kay M. Handbook of Vrtual Envronments: Desgn, Implementaton, Applcatons, Lawrence Erlbaum Assocates, 22. [2] Azuma, Ronald and Gary Bshop. Improvng Statc and Dynamc Regstraton n a See-Through HMD. In Proceedngs of SIGGRAPH 94, 97-24, 994. [3] Foxln, Erc. Inertal Head-Tracker Sensor Fuson by a Complementary Separate-Bas Kalman Flter. In Proceedngs of the Vrtual Realty Annual Internatonal Symposum 96, 85-94, 996. [4] Welch, Greg, and Gary Bshop. SCAAT: Incremental Trackng wth Incomplete Informaton, In Proceedngs of SIGGRAPH 97, ACM Press, , 997. [5] Sorenson, H. W. Kalman Flterng: Theory and Applcaton, IEEE Press, 985. [6] Juler, Smon J., Jeffery K. Uhlmann, and Hugh F. Durrant-Whyte. A New Approach for Flterng Nonlnear Systems.In Proceedngs of the 995 Amercan Control Conference, , 995. [7] Juler, Smon J. and Jeffery K. Uhlmann. A New Extenson of the Kalman Flter to Nonlnear Systems. In The Proceedngs of AeroSense: The th Internatonal Symposum on Aerospace/Defense Sensng,Smulaton and Controls, Mult Sensor Fuson, Trackng and Resource Management II, SPIE, 997. [8] Juler, Smon J. and H. F. Durrant-Whyte. Navgaton and Parameter Estmaton of Hgh Speed Road Vehcles. In Robotcs and Automaton Conference, -5, 995. [9] Wan, E. A., and R. van der Merwe. The Unscented Kalman Flter for Nonlnear Estmaton. In Proceedngs of Symposum 2 on Adaptve Systems for Sgnal Processng, Communcaton and Control(AS-SPCC), IEEE Press, 2. [] van der Merwe, R. and E. A. Wan, Effcent Dervatve-Free Kalman Flters for Onlne Learnng, In European Symposum on Artfcal Neural Networks (ESANN), Bruges, Belgum, 2. [] Pehua, L and Tanwen Zhang. Unscented Kalman Flter for Vsual Curve Trackng. In Proceedngs of Statstcal Methods n Vdeo Processng, June, 22. [2] Stenger, B., P. R. S. Mendonça, and R. Cpolla. Model-Based Hand Trackng Usng an Unscented Kalman Flter. In Proceedngs of the Brtsh Machne Vson Conference, 63-72, September 2. [3] Grassa, F. Sebastan. Practcal Parameterzaton of Rotatons Usng the Exponental Map. In Journal of Graphcs Tools, 3(3):29-48, 998. [4] Welch, Greg and Gary Bshop. An Introducton to the Kalman Flter. Techncal Report TR 95-4, Department of Computer Scence, Unversty of North Carolna at Chapel Hll, 995. [5] Maybeck, Peter S. Stochastc models, estmaton, and control. Volume, Academc Press, 979. [6] Zarachan, Paul and Howard Musoff. Fundamentals of Kalman Flterng: A Practcal Approach. Progress n Astronautcs and Aeronautcs, Volume 9, Amercan Insttute of Aeronautcs and Astronautcs, Inc., 2. [7] Press, Wllam H., Bran P. Flannery, Saul A. Teukolsky, and Wllam T. Vetterlng. Numercal Recpes n C: The Art of Scentfc Computng, 2nd Edton, Cambrdge Unversty Press, 993. [8] Wan, E. A., and R. van der Merwe. The Unscented Kalman Flter, In Kalman Flterng and Neural Networks, S. Haykn (ed.), Wley Publshng, 2. [9] Juler, Smon J., and Jeffrey K. Uhlmann. Reduced Sgma Pont Flters for the Propagaton of Means and Covarances Through Nonlnear Transformatons. In Proceedngs of the 22 Amercan Control Conference, , 22. [2] Shoemake, Ken. Anmatng Rotatons wth Quaternon Curves. In Proceedngs of SIGGRAPH 85, ACM Press, , 985.

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel To: Professor Avtable Date: February 4, 3 From: Mechancal Student Subject:.3 Experment # Numercal Methods Usng Excel Introducton Mcrosoft Excel s a spreadsheet program that can be used for data analyss,

More information

Q-Adaptation of UKF Algorithm for Estimation of the Autonomous Underwater Vehicles Dynamics

Q-Adaptation of UKF Algorithm for Estimation of the Autonomous Underwater Vehicles Dynamics Proceedngs of the 5 th Internatonal Conference of Control, Dynamc Systems, and Robotcs (CDSR'8) Nagara Falls, Canada June 7 9, 208 Paper No. 03 DOI: 0.59/cdsr8.03 Q-Adaptaton of UKF Algorthm for Estmaton

More information

Particle Filters. Ioannis Rekleitis

Particle Filters. Ioannis Rekleitis Partcle Flters Ioanns Reklets Bayesan Flter Estmate state x from data Z What s the probablty of the robot beng at x? x could be robot locaton, map nformaton, locatons of targets, etc Z could be sensor

More information

ANNUAL OF NAVIGATION 11/2006

ANNUAL OF NAVIGATION 11/2006 ANNUAL OF NAVIGATION 11/2006 TOMASZ PRACZYK Naval Unversty of Gdyna A FEEDFORWARD LINEAR NEURAL NETWORK WITH HEBBA SELFORGANIZATION IN RADAR IMAGE COMPRESSION ABSTRACT The artcle presents the applcaton

More information

Multi-sensor optimal information fusion Kalman filter with mobile agents in ring sensor networks

Multi-sensor optimal information fusion Kalman filter with mobile agents in ring sensor networks Mult-sensor optmal nformaton fuson Kalman flter wth moble agents n rng sensor networs Behrouz Safarneadan *, Kazem asanpoor ** *Shraz Unversty of echnology, safarnead@sutech.ac.r ** Shraz Unversty of echnology,.hasanpor@gmal.com

More information

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation 1 Parameter Free Iteratve Decodng Metrcs for Non-Coherent Orthogonal Modulaton Albert Gullén Fàbregas and Alex Grant Abstract We study decoder metrcs suted for teratve decodng of non-coherently detected

More information

Desensitized Kalman Filtering with Analytical Gain

Desensitized Kalman Filtering with Analytical Gain Desenstzed Kalman Flterng wth Analytcal Gan ashan Lou School of Electrc and Informaton Engneerng, Zhengzhou Unversty of Lght Industry, Zhengzhou, 45002, Chna, tayzan@sna.com Abstract: he possble methodologes

More information

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques The th Worshop on Combnatoral Mathematcs and Computaton Theory Effcent Large Integers Arthmetc by Adoptng Squarng and Complement Recodng Technques Cha-Long Wu*, Der-Chyuan Lou, and Te-Jen Chang *Department

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985 NATONAL RADO ASTRONOMY OBSERVATORY Green Bank, West Vrgna SPECTRAL PROCESSOR MEMO NO. 25 MEMORANDUM February 13, 1985 To: Spectral Processor Group From: R. Fsher Subj: Some Experments wth an nteger FFT

More information

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode A Hgh-Senstvty Oversamplng Dgtal Sgnal Detecton Technque for CMOS Image Sensors Usng Non-destructve Intermedate Hgh-Speed Readout Mode Shoj Kawahto*, Nobuhro Kawa** and Yoshak Tadokoro** *Research Insttute

More information

Learning Ensembles of Convolutional Neural Networks

Learning Ensembles of Convolutional Neural Networks Learnng Ensembles of Convolutonal Neural Networks Lran Chen The Unversty of Chcago Faculty Mentor: Greg Shakhnarovch Toyota Technologcal Insttute at Chcago 1 Introducton Convolutonal Neural Networks (CNN)

More information

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES IEE Electroncs Letters, vol 34, no 17, August 1998, pp. 1622-1624. ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES A. Chatzgeorgou, S. Nkolads 1 and I. Tsoukalas Computer Scence Department, 1 Department

More information

MTBF PREDICTION REPORT

MTBF PREDICTION REPORT MTBF PREDICTION REPORT PRODUCT NAME: BLE112-A-V2 Issued date: 01-23-2015 Rev:1.0 Copyrght@2015 Bluegga Technologes. All rghts reserved. 1 MTBF PREDICTION REPORT... 1 PRODUCT NAME: BLE112-A-V2... 1 1.0

More information

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter Walsh Functon Based Synthess Method of PWM Pattern for Full-Brdge Inverter Sej Kondo and Krt Choesa Nagaoka Unversty of Technology 63-, Kamtomoka-cho, Nagaoka 9-, JAPAN Fax: +8-58-7-95, Phone: +8-58-7-957

More information

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme Performance Analyss of Mult User MIMO System wth Block-Dagonalzaton Precodng Scheme Yoon Hyun m and Jn Young m, wanwoon Unversty, Department of Electroncs Convergence Engneerng, Wolgye-Dong, Nowon-Gu,

More information

Adaptive System Control with PID Neural Networks

Adaptive System Control with PID Neural Networks Adaptve System Control wth PID Neural Networs F. Shahra a, M.A. Fanae b, A.R. Aromandzadeh a a Department of Chemcal Engneerng, Unversty of Sstan and Baluchestan, Zahedan, Iran. b Department of Chemcal

More information

THE INTERNET-BASED TELEOPERATION: MOTION AND FORCE PREDICTIONS USING THE PARTICLE FILTER METHOD

THE INTERNET-BASED TELEOPERATION: MOTION AND FORCE PREDICTIONS USING THE PARTICLE FILTER METHOD Proceedngs of the ASME 2 Internatonal Mechancal Engneerng Congress & Exposton IMECE2 November 2-8, 2, Vancouver, Brtsh Columba, Canada IMECE2-4495 THE INTERNET-BASED TELEOPERATION: MOTION AND FORCE PREDICTIONS

More information

Calculation of the received voltage due to the radiation from multiple co-frequency sources

Calculation of the received voltage due to the radiation from multiple co-frequency sources Rec. ITU-R SM.1271-0 1 RECOMMENDATION ITU-R SM.1271-0 * EFFICIENT SPECTRUM UTILIZATION USING PROBABILISTIC METHODS Rec. ITU-R SM.1271 (1997) The ITU Radocommuncaton Assembly, consderng a) that communcatons

More information

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes Internatonal Journal of Theoretcal & Appled Scences 6(1): 50-54(2014) ISSN No. (Prnt): 0975-1718 ISSN No. (Onlne): 2249-3247 Generalzed Incomplete Trojan-Type Desgns wth Unequal Cell Szes Cn Varghese,

More information

Optimal Decentralized Kalman Filter

Optimal Decentralized Kalman Filter 17th Medterranean Conference on Control & Automaton Makedona Palace, Thessalonk, Greece June 24-26, 2009 Optmal Decentralzed Kalman Flter S Oruç, J Sjs, PPJ van den Bosch Abstract The Kalman flter s a

More information

Analysis of Time Delays in Synchronous and. Asynchronous Control Loops. Bj rn Wittenmark, Ben Bastian, and Johan Nilsson

Analysis of Time Delays in Synchronous and. Asynchronous Control Loops. Bj rn Wittenmark, Ben Bastian, and Johan Nilsson 37th CDC, Tampa, December 1998 Analyss of Delays n Synchronous and Asynchronous Control Loops Bj rn Wttenmark, Ben Bastan, and Johan Nlsson emal: bjorn@control.lth.se, ben@control.lth.se, and johan@control.lth.se

More information

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol., No., November 23, 3-9 Rejecton of PSK Interference n DS-SS/PSK System Usng Adaptve Transversal Flter wth Condtonal Response Recalculaton Zorca Nkolć, Bojan

More information

Fast Code Detection Using High Speed Time Delay Neural Networks

Fast Code Detection Using High Speed Time Delay Neural Networks Fast Code Detecton Usng Hgh Speed Tme Delay Neural Networks Hazem M. El-Bakry 1 and Nkos Mastoraks 1 Faculty of Computer Scence & Informaton Systems, Mansoura Unversty, Egypt helbakry0@yahoo.com Department

More information

antenna antenna (4.139)

antenna antenna (4.139) .6.6 The Lmts of Usable Input Levels for LNAs The sgnal voltage level delvered to the nput of an LNA from the antenna may vary n a very wde nterval, from very weak sgnals comparable to the nose level,

More information

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network Avalable onlne at www.scencedrect.com Proceda Engneerng 5 (2 44 445 A Prelmnary Study on Targets Assocaton Algorthm of Radar and AIS Usng BP Neural Networ Hu Xaoru a, Ln Changchuan a a Navgaton Insttute

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

熊本大学学術リポジトリ. Kumamoto University Repositor

熊本大学学術リポジトリ. Kumamoto University Repositor 熊本大学学術リポジトリ Kumamoto Unversty Repostor Ttle Wreless LAN Based Indoor Poston and Its Smulaton Author(s) Ktasuka, Teruak; Nakansh, Tsune CtatonIEEE Pacfc RIM Conference on Comm Computers, and Sgnal Processng

More information

Webinar Series TMIP VISION

Webinar Series TMIP VISION Webnar Seres TMIP VISION TMIP provdes techncal support and promotes knowledge and nformaton exchange n the transportaton plannng and modelng communty. DISCLAIMER The vews and opnons expressed durng ths

More information

Cooperative localization method for multi-robot based on PF-EKF

Cooperative localization method for multi-robot based on PF-EKF Scence n Chna Seres F: Informaton Scences 008 SCIENCE IN CHINA PRESS Sprnger www.scchna.com nfo.scchna.com www.sprngerln.com Cooperatve localzaton method for mult-robot based on PF-EKF WANG Lng, WAN JanWe,

More information

GPS Interference Mitigation Using Derivative-free Kalman Filter-based RNN

GPS Interference Mitigation Using Derivative-free Kalman Filter-based RNN 518 WEI-LUNG MAO, GPS INERFERENCE MIIGAION USING DERIVAIVE-FREE KALMAN FILER-BASED RNN GPS Interference Mtgaton Usng Dervatve-free Kalman Flter-based RNN We-Lung MAO Graduate School of Engneerng Scence

More information

SENSOR FUSION. J.Z. Sasiadek Department of Mechanical & Aerospace Engineering, Carleton University

SENSOR FUSION. J.Z. Sasiadek Department of Mechanical & Aerospace Engineering, Carleton University ' Annual Revews n Control PERGAMON Annual Revews n Control 26 (2002) 203-228 www.elsever.com/locate/arcontrol SENSOR FUSON J.Z. Sasadek Department of Mechancal & Aerospace Engneerng, Carleton Unversty

More information

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart Control Chart - hstory Control Chart Developed n 920 s By Dr. Walter A. Shewhart 2 Process n control A phenomenon s sad to be controlled when, through the use of past experence, we can predct, at least

More information

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods Beam qualty measurements wth Shack-Hartmann wavefront sensor and M-sensor: comparson of two methods J.V.Sheldakova, A.V.Kudryashov, V.Y.Zavalova, T.Y.Cherezova* Moscow State Open Unversty, Adaptve Optcs

More information

Malicious User Detection in Spectrum Sensing for WRAN Using Different Outliers Detection Techniques

Malicious User Detection in Spectrum Sensing for WRAN Using Different Outliers Detection Techniques Malcous User Detecton n Spectrum Sensng for WRAN Usng Dfferent Outlers Detecton Technques Mansh B Dave #, Mtesh B Nakran #2 Assstant Professor, C. U. Shah College of Engg. & Tech., Wadhwan cty-363030,

More information

Understanding the Spike Algorithm

Understanding the Spike Algorithm Understandng the Spke Algorthm Vctor Ejkhout and Robert van de Gejn May, ntroducton The parallel soluton of lnear systems has a long hstory, spannng both drect and teratve methods Whle drect methods exst

More information

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b 2nd Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 207) Research of Dspatchng Method n Elevator Group Control System Based on Fuzzy Neural Network Yufeng

More information

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS INTRODUCTION Because dgtal sgnal rates n computng systems are ncreasng at an astonshng rate, sgnal ntegrty ssues have become far more mportant to

More information

Harmonic Balance of Nonlinear RF Circuits

Harmonic Balance of Nonlinear RF Circuits MICROWAE AND RF DESIGN Harmonc Balance of Nonlnear RF Crcuts Presented by Mchael Steer Readng: Chapter 19, Secton 19. Index: HB Based on materal n Mcrowave and RF Desgn: A Systems Approach, nd Edton, by

More information

PERFORMANCE COMPARISON OF THREE ALGORITHMS FOR TWO-CHANNEL SINEWAVE PARAMETER ESTIMATION: SEVEN PARAMETER SINE FIT, ELLIPSE FIT, SPECTRAL SINC FIT

PERFORMANCE COMPARISON OF THREE ALGORITHMS FOR TWO-CHANNEL SINEWAVE PARAMETER ESTIMATION: SEVEN PARAMETER SINE FIT, ELLIPSE FIT, SPECTRAL SINC FIT XIX IMEKO World Congress Fundamental and ppled Metrology September 6, 009, Lsbon, Portugal PERFORMNCE COMPRISON OF THREE LGORITHMS FOR TWO-CHNNEL SINEWVE PRMETER ESTIMTION: SEVEN PRMETER SINE FIT, ELLIPSE

More information

New Approach to Achieving Stand Alone GPS Attitude Determination using Dual Short Baselines for Small-Satellite

New Approach to Achieving Stand Alone GPS Attitude Determination using Dual Short Baselines for Small-Satellite SSC99-XI- New Approach to Achevng Stand Alone GPS Atttude Determnaton usng Dual Short Baselnes for Small-Satellte S. Purvgrapong, M.S. Hodgart,Y. Hashda, M.J. Unwn Surrey Space Centre, UK Abstract Ths

More information

RC Filters TEP Related Topics Principle Equipment

RC Filters TEP Related Topics Principle Equipment RC Flters TEP Related Topcs Hgh-pass, low-pass, Wen-Robnson brdge, parallel-t flters, dfferentatng network, ntegratng network, step response, square wave, transfer functon. Prncple Resstor-Capactor (RC)

More information

Combined Independent Component Analysis and Kalman Filter Based Real-Time Digital Video Stabilization

Combined Independent Component Analysis and Kalman Filter Based Real-Time Digital Video Stabilization Internatonal Journal of Sgnal Processng Systems Vol. 1, No. 2 December 2013 Combned Independent Component Analyss and Kalman Flter Based Real-Tme Dgtal Vdeo Stablzaton Hassaan S. Quresh, Syed A. Jabr,

More information

Approximating User Distributions in WCDMA Networks Using 2-D Gaussian

Approximating User Distributions in WCDMA Networks Using 2-D Gaussian CCCT 05: INTERNATIONAL CONFERENCE ON COMPUTING, COMMUNICATIONS, AND CONTROL TECHNOLOGIES 1 Approxmatng User Dstrbutons n CDMA Networks Usng 2-D Gaussan Son NGUYEN and Robert AKL Department of Computer

More information

Grain Moisture Sensor Data Fusion Based on Improved Radial Basis Function Neural Network

Grain Moisture Sensor Data Fusion Based on Improved Radial Basis Function Neural Network Gran Mosture Sensor Data Fuson Based on Improved Radal Bass Functon Neural Network Lu Yang, Gang Wu, Yuyao Song, and Lanlan Dong 1 College of Engneerng, Chna Agrcultural Unversty, Bejng,100083, Chna zhjunr@gmal.com,{yanglu,maozhhua}@cau.edu.cn

More information

Passive Filters. References: Barbow (pp ), Hayes & Horowitz (pp 32-60), Rizzoni (Chap. 6)

Passive Filters. References: Barbow (pp ), Hayes & Horowitz (pp 32-60), Rizzoni (Chap. 6) Passve Flters eferences: Barbow (pp 6575), Hayes & Horowtz (pp 360), zzon (Chap. 6) Frequencyselectve or flter crcuts pass to the output only those nput sgnals that are n a desred range of frequences (called

More information

Application of Intelligent Voltage Control System to Korean Power Systems

Application of Intelligent Voltage Control System to Korean Power Systems Applcaton of Intellgent Voltage Control System to Korean Power Systems WonKun Yu a,1 and HeungJae Lee b, *,2 a Department of Power System, Seol Unversty, South Korea. b Department of Power System, Kwangwoon

More information

FFT Spectrum Analyzer

FFT Spectrum Analyzer THE ANNUAL SYMPOSIUM OF THE INSTITUTE OF SOLID MECHANICS SISOM 22 BUCHAREST May 16-17 ----------------------------------------------------------------------------------------------------------------------------------------

More information

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid Abstract Latency Inserton Method (LIM) for IR Drop Analyss n Power Grd Dmtr Klokotov, and José Schutt-Ané Wth the steadly growng number of transstors on a chp, and constantly tghtenng voltage budgets,

More information

Consistent cooperative localization

Consistent cooperative localization Consstent cooperatve localzaton The MIT Faculty has made ths artcle openly avalable. Please share how ths access benefts you. Your story matters. Ctaton As Publshed Publsher Bahr, A., M.R. Walter, and

More information

The Performance Improvement of BASK System for Giga-Bit MODEM Using the Fuzzy System

The Performance Improvement of BASK System for Giga-Bit MODEM Using the Fuzzy System Int. J. Communcatons, Network and System Scences, 10, 3, 1-5 do:10.36/jcns.10.358 Publshed Onlne May 10 (http://www.scrp.org/journal/jcns/) The Performance Improvement of BASK System for Gga-Bt MODEM Usng

More information

The Application of Interpolation Algorithms in OFDM Channel Estimation

The Application of Interpolation Algorithms in OFDM Channel Estimation The Applcaton of Interpolaton Algorthms n OFDM Estmaton Xjun ZHANG 1,, Zhantng YUAN 1, 1 School of Electrcal and Informaton Engneerng, Lanzhou Unversty of Technology, Lanzhou, Gansu 730050, Chna School

More information

Developing a Gesture Based Remote Human-Robot Interaction System Using Kinect

Developing a Gesture Based Remote Human-Robot Interaction System Using Kinect Developng a Gesture Based Remote Human-Robot Interacton System Usng Knect Kun Qan 1, Je Nu 2 and Hong Yang 1 1 School of Automaton, Southeast Unversty, Nanjng, Chna 2 School of Electrcal and Electronc

More information

Subarray adaptive beamforming for reducing the impact of flow noise on sonar performance

Subarray adaptive beamforming for reducing the impact of flow noise on sonar performance Subarray adaptve beamformng for reducng the mpact of flow nose on sonar performance C. Bao 1, J. Leader and J. Pan 1 Defence Scence & Technology Organzaton, Rockngham, WA 6958, Australa School of Mechancal

More information

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation T. Kerdchuen and W. Ongsakul / GMSARN Internatonal Journal (09) - Optmal Placement of and by Hybrd Genetc Algorthm and Smulated Annealng for Multarea Power System State Estmaton Thawatch Kerdchuen and

More information

Source Localization by TDOA with Random Sensor Position Errors - Part II: Mobile sensors

Source Localization by TDOA with Random Sensor Position Errors - Part II: Mobile sensors Source Localzaton by TDOA wth Random Sensor Poston Errors - Part II: Moble sensors Xaome Qu,, Lhua Xe EXOUISITUS, Center for E-Cty, School of Electrcal and Electronc Engneerng, Nanyang Technologcal Unversty,

More information

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS A MODIFIED DIFFERENTIAL EVOLUTION ALORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS Kaml Dmller Department of Electrcal-Electroncs Engneerng rne Amercan Unversty North Cyprus, Mersn TURKEY kdmller@gau.edu.tr

More information

A Simple Satellite Exclusion Algorithm for Advanced RAIM

A Simple Satellite Exclusion Algorithm for Advanced RAIM A Smple Satellte Excluson Algorthm for Advanced RAIM Juan Blanch, Todd Walter, Per Enge Stanford Unversty ABSTRACT Advanced Recever Autonomous Integrty Montorng s a concept that extends RAIM to mult-constellaton

More information

Performance Analysis of Power Line Communication Using DS-CDMA Technique with Adaptive Laguerre Filters

Performance Analysis of Power Line Communication Using DS-CDMA Technique with Adaptive Laguerre Filters Internatonal Conference on Informaton and Electroncs Engneerng IPCSIT vol.6 ( ( IACSIT Press, Sngapore Performance Analyss of Power Lne Communcaton Usng DS-CDMA Technque wth Adaptve Laguerre Flters S.

More information

Digital Transmission

Digital Transmission Dgtal Transmsson Most modern communcaton systems are dgtal, meanng that the transmtted normaton sgnal carres bts and symbols rather than an analog sgnal. The eect o C/N rato ncrease or decrease on dgtal

More information

Target Tracking and Obstacle Avoidance for Mobile Robot based on Kinect

Target Tracking and Obstacle Avoidance for Mobile Robot based on Kinect 3rd Internatonal Conference on Machnery, Materals and Informaton Technology Applcatons (ICMMITA 015) Target Trackng and Obstacle Avodance for Moble Robot based on Knect Mengxn LI 1, a,jad YIN, b 1 School

More information

Sensors for Motion and Position Measurement

Sensors for Motion and Position Measurement Sensors for Moton and Poston Measurement Introducton An ntegrated manufacturng envronment conssts of 5 elements:- - Machne tools - Inspecton devces - Materal handlng devces - Packagng machnes - Area where

More information

Optimal State Prediction for Feedback-Based QoS Adaptations

Optimal State Prediction for Feedback-Based QoS Adaptations Optmal State Predcton for Feedback-Based QoS Adaptatons Baochun L, Dongyan Xu, Klara Nahrstedt Department of Computer Scence Unversty of Illnos at Urbana-Champagn b-l, d-xu, klara @cs.uuc.edu Abstract

More information

Parameter Estimation for Multipath Error in GPS Dual Frequency Carrier Phase Measurements Using Unscented Kalman Filters

Parameter Estimation for Multipath Error in GPS Dual Frequency Carrier Phase Measurements Using Unscented Kalman Filters 388 Eunsung Internatonal Lee Sebum Journal Chun of Young Control Jae utomaton Lee easam and Kang Systems Gyu-In vol. Jee 5 no. and 4 Jeongrae pp. 388-396 Km ugust 27 Parameter Estmaton for Multpath Error

More information

Outlier-Tolerant Kalman Filter of State Vectors in Linear Stochastic System

Outlier-Tolerant Kalman Filter of State Vectors in Linear Stochastic System (IJCS Internatonal Journal of dvanced Computer Scence and pplcatons, Vol., No., Outler-Tolerant Kalman Flter of State Vectors n Lnear Stochastc System HU Shaoln State Key Laboratory of stronautcs an, 74,

More information

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate Comparatve Analyss of Reuse and 3 n ular Network Based On IR Dstrbuton and Rate Chandra Thapa M.Tech. II, DEC V College of Engneerng & Technology R.V.. Nagar, Chttoor-5727, A.P. Inda Emal: chandra2thapa@gmal.com

More information

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame Ensemble Evoluton of Checkers Players wth Knowledge of Openng, Mddle and Endgame Kyung-Joong Km and Sung-Bae Cho Department of Computer Scence, Yonse Unversty 134 Shnchon-dong, Sudaemoon-ku, Seoul 120-749

More information

Improved corner neutron flux calculation for Start-up Range Neutron Monitor

Improved corner neutron flux calculation for Start-up Range Neutron Monitor Proceedngs of Internatonal Symposum on EcoTopa Scence 2007, ISETS07 (2007) Improved corner neutron flux calculaton for Start-up ange Neutron Montor Masato Watanabe 1, Hdetsugu Okada 1 and Yosho Kmura 2

More information

High Speed ADC Sampling Transients

High Speed ADC Sampling Transients Hgh Speed ADC Samplng Transents Doug Stuetzle Hgh speed analog to dgtal converters (ADCs) are, at the analog sgnal nterface, track and hold devces. As such, they nclude samplng capactors and samplng swtches.

More information

Moving Target Tracking Based on CamShift Approach and Kalman Filter

Moving Target Tracking Based on CamShift Approach and Kalman Filter Appl. Math. Inf. Sc. 7 No. 1S pp. 193S-200S (2013) Appled Mathematcs & Informaton Scences An Internatonal Journal @ 2012 NSP Natural Scences Publshng Cor. Movng arget rackng Based on CamShft Approach and

More information

Comparison of Gradient descent method, Kalman Filtering and decoupled Kalman in training Neural Networks used for fingerprint-based positioning

Comparison of Gradient descent method, Kalman Filtering and decoupled Kalman in training Neural Networks used for fingerprint-based positioning Comparson of Gradent descent method, Kalman lterng and decoupled Kalman n tranng Neural Networs used for fngerprnt-based postonng Claude Mbusa Taenga, Koteswara Rao Anne, K Kyamaya, Jean Chamberlan Chedou

More information

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding Sde-Match Vector Quantzers Usng Neural Network Based Varance Predctor for Image Codng Shuangteng Zhang Department of Computer Scence Eastern Kentucky Unversty Rchmond, KY 40475, U.S.A. shuangteng.zhang@eku.edu

More information

4.3- Modeling the Diode Forward Characteristic

4.3- Modeling the Diode Forward Characteristic 2/8/2012 3_3 Modelng the ode Forward Characterstcs 1/3 4.3- Modelng the ode Forward Characterstc Readng Assgnment: pp. 179-188 How do we analyze crcuts wth juncton dodes? 2 ways: Exact Solutons ffcult!

More information

Target Response Adaptation for Correlation Filter Tracking

Target Response Adaptation for Correlation Filter Tracking Target Response Adaptaton for Correlaton Flter Tracng Adel Bb, Matthas Mueller, and Bernard Ghanem Image and Vdeo Understandng Laboratory IVUL, Kng Abdullah Unversty of Scence and Technology KAUST, Saud

More information

Evaluation of short-time speech-based intelligibility metrics

Evaluation of short-time speech-based intelligibility metrics Communcaton: 9th Internatonal Congress on Nose as a Publc Health Problem (ICBEN) 8, Foxwoods, CT Evaluaton of short-tme speech-based ntellgblty metrcs Karen L Payton*, Mona Shrestha Unversty of Massachusetts

More information

Design of Shunt Active Filter for Harmonic Compensation in a 3 Phase 3 Wire Distribution Network

Design of Shunt Active Filter for Harmonic Compensation in a 3 Phase 3 Wire Distribution Network Internatonal Journal of Research n Electrcal & Electroncs Engneerng olume 1, Issue 1, July-September, 2013, pp. 85-92, IASTER 2013 www.aster.com, Onlne: 2347-5439, Prnt: 2348-0025 Desgn of Shunt Actve

More information

Integration of Global Positioning System and Inertial Navigation System with Different Sampling Rate Using Adaptive Neuro Fuzzy Inference System

Integration of Global Positioning System and Inertial Navigation System with Different Sampling Rate Using Adaptive Neuro Fuzzy Inference System World Appled Scences Journal 7 (Specal Issue of Computer & IT): 98-6, 9 ISSN 88.495 IDOSI Publcatons, 9 Integraton of Global Postonng System and Inertal Navgaton System wth Dfferent Samplng Rate Usng Adaptve

More information

Th P5 13 Elastic Envelope Inversion SUMMARY. J.R. Luo* (Xi'an Jiaotong University), R.S. Wu (UC Santa Cruz) & J.H. Gao (Xi'an Jiaotong University)

Th P5 13 Elastic Envelope Inversion SUMMARY. J.R. Luo* (Xi'an Jiaotong University), R.S. Wu (UC Santa Cruz) & J.H. Gao (Xi'an Jiaotong University) -4 June 5 IFEMA Madrd h P5 3 Elastc Envelope Inverson J.R. Luo* (X'an Jaotong Unversty), R.S. Wu (UC Santa Cruz) & J.H. Gao (X'an Jaotong Unversty) SUMMARY We developed the elastc envelope nverson method.

More information

Power System State Estimation Using Phasor Measurement Units

Power System State Estimation Using Phasor Measurement Units Unversty of Kentucky UKnowledge Theses and Dssertatons--Electrcal and Computer Engneerng Electrcal and Computer Engneerng 213 Power System State Estmaton Usng Phasor Measurement Unts Jaxong Chen Unversty

More information

An overview of non-centralized Kalman filters

An overview of non-centralized Kalman filters An overvew of non-centralzed Kalman flters Sjs, J; Lazar, M; van den Bosch, PPJ; Papp, Z Publshed n: Control Applcatons, 2008 CCA 2008 IEEE Internatonal Conference, San Antono, Texas, USA, September 3-5,

More information

Multi-focus Image Fusion Using Spatial Frequency and Genetic Algorithm

Multi-focus Image Fusion Using Spatial Frequency and Genetic Algorithm 0 IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.8 No., February 008 Mult-focus Image Fuson Usng Spatal Frequency and Genetc Algorthm Jun Kong,, Kayuan Zheng,, Jngbo Zhang,,*,,

More information

A Current Differential Line Protection Using a Synchronous Reference Frame Approach

A Current Differential Line Protection Using a Synchronous Reference Frame Approach A Current Dfferental Lne rotecton Usng a Synchronous Reference Frame Approach L. Sousa Martns *, Carlos Fortunato *, and V.Fernão res * * Escola Sup. Tecnologa Setúbal / Inst. oltécnco Setúbal, Setúbal,

More information

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs Journal of Communcatons Vol. 9, No. 9, September 2014 A New Type of Weghted DV-Hop Algorthm Based on Correcton Factor n WSNs Yng Wang, Zhy Fang, and Ln Chen Department of Computer scence and technology,

More information

Chaotic Filter Bank for Computer Cryptography

Chaotic Filter Bank for Computer Cryptography Chaotc Flter Bank for Computer Cryptography Bngo Wng-uen Lng Telephone: 44 () 784894 Fax: 44 () 784893 Emal: HTwng-kuen.lng@kcl.ac.ukTH Department of Electronc Engneerng, Dvson of Engneerng, ng s College

More information

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION 7th European Sgnal Processng Conference (EUSIPCO 9 Glasgow, Scotland, August 4-8, 9 ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION Babta Majh, G. Panda and B.

More information

A COMPARATIVE STUDY OF DOA ESTIMATION ALGORITHMS WITH APPLICATION TO TRACKING USING KALMAN FILTER

A COMPARATIVE STUDY OF DOA ESTIMATION ALGORITHMS WITH APPLICATION TO TRACKING USING KALMAN FILTER A COMPARATIVE STUDY OF DOA ESTIMATION ALGORITHMS WITH APPLICATION TO TRACKING USING KALMAN FILTER ABSTRACT Venu Madhava M 1, Jagadeesha S N 1, and Yerrswamy T 2 1 Department of Computer Scence and Engneerng,

More information

In-system Jitter Measurement Based on Blind Oversampling Data Recovery

In-system Jitter Measurement Based on Blind Oversampling Data Recovery RADIOENGINEERING, VOL. 1, NO. 1, APRIL 01 403 In-system Jtter Measurement Based on Blnd Oversamplng Data Recovery Mchal KUBÍČEK, Zdeněk KOLKA Dept. of Rado Electroncs, Brno Unversty of Technology, Purkyňova

More information

Guidelines for CCPR and RMO Bilateral Key Comparisons CCPR Working Group on Key Comparison CCPR-G5 October 10 th, 2014

Guidelines for CCPR and RMO Bilateral Key Comparisons CCPR Working Group on Key Comparison CCPR-G5 October 10 th, 2014 Gudelnes for CCPR and RMO Blateral Key Comparsons CCPR Workng Group on Key Comparson CCPR-G5 October 10 th, 2014 These gudelnes are prepared by CCPR WG-KC and RMO P&R representatves, and approved by CCPR,

More information

State Description of Wireless Channels Using Change-Point Statistical Tests

State Description of Wireless Channels Using Change-Point Statistical Tests 3 JOURNAL OF INTERNET ENGINEERING, VOL., NO., JANUARY 27 State Descrpton of Wreless Channels Usng Change-Pont Statstcal Tests Dmtr Moltchanov, Yevgen Koucheryavy, and Jarmo Harju Abstract Wreless channels

More information

Equivalent Circuit Model of Electromagnetic Behaviour of Wire Objects by the Matrix Pencil Method

Equivalent Circuit Model of Electromagnetic Behaviour of Wire Objects by the Matrix Pencil Method ERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 5, No., May 008, -0 Equvalent Crcut Model of Electromagnetc Behavour of Wre Objects by the Matrx Pencl Method Vesna Arnautovsk-Toseva, Khall El Khamlch Drss,

More information

Performance Analysis of the Weighted Window CFAR Algorithms

Performance Analysis of the Weighted Window CFAR Algorithms Performance Analyss of the Weghted Wndow CFAR Algorthms eng Xangwe Guan Jan He You Department of Electronc Engneerng, Naval Aeronautcal Engneerng Academy, Er a road 88, Yanta Cty 6400, Shandong Provnce,

More information

On Sensor Fusion in the Presence of Packet-dropping Communication Channels

On Sensor Fusion in the Presence of Packet-dropping Communication Channels On Sensor Fuson n the Presence of Packet-droppng Communcaton Channels Vjay Gupta, Babak Hassb, Rchard M Murray Abstract In ths paper we look at the problem of multsensor data fuson when data s beng communcated

More information

FPGA Implementation of Ultrasonic S-Scan Coordinate Conversion Based on Radix-4 CORDIC Algorithm

FPGA Implementation of Ultrasonic S-Scan Coordinate Conversion Based on Radix-4 CORDIC Algorithm IACSIT Internatonal Journal of Engneerng and Technology, Vol. 7, No. 3, June 25 FPGA Implementaton of Ultrasonc S-Scan Coordnate Converson Based on Radx-4 CORDIC Algorthm Ruobo Ln, Guxong Lu, and Wenmng

More information

On Channel Estimation of OFDM-BPSK and -QPSK over Generalized Alpha-Mu Fading Distribution

On Channel Estimation of OFDM-BPSK and -QPSK over Generalized Alpha-Mu Fading Distribution Int. J. Communcatons, Network and System Scences, 010, 3, 380-384 do:10.436/jcns.010.34048 Publshed Onlne Aprl 010 (http://www.scrp.org/journal/jcns/) On Channel Estmaton of OFDM-BPSK and -QPSK over Generalzed

More information

Electrical Capacitance Tomography with a Square Sensor

Electrical Capacitance Tomography with a Square Sensor Electrcal Capactance Tomography wth a Square Sensor W Q Yang * Department of Electrcal Engneerng and Electroncs, Process Tomography Group, UMIST, P O Box 88, Manchester M60 QD, UK, emal w.yang@umst.ac.uk

More information

Chapter 2 Two-Degree-of-Freedom PID Controllers Structures

Chapter 2 Two-Degree-of-Freedom PID Controllers Structures Chapter 2 Two-Degree-of-Freedom PID Controllers Structures As n most of the exstng ndustral process control applcatons, the desred value of the controlled varable, or set-pont, normally remans constant

More information

Research on Peak-detection Algorithm for High-precision Demodulation System of Fiber Bragg Grating

Research on Peak-detection Algorithm for High-precision Demodulation System of Fiber Bragg Grating , pp. 337-344 http://dx.do.org/10.1457/jht.014.7.6.9 Research on Peak-detecton Algorthm for Hgh-precson Demodulaton System of Fber ragg Gratng Peng Wang 1, *, Xu Han 1, Smn Guan 1, Hong Zhao and Mngle

More information

Wavelet Multi-Layer Perceptron Neural Network for Time-Series Prediction

Wavelet Multi-Layer Perceptron Neural Network for Time-Series Prediction Wavelet Mult-Layer Perceptron Neural Network for Tme-Seres Predcton Kok Keong Teo, Lpo Wang* and Zhpng Ln School of Electrcal and Electronc Engneerng Nanyang Technologcal Unversty Block S2, Nanyang Avenue

More information