Particle Filters. Ioannis Rekleitis

Size: px
Start display at page:

Download "Particle Filters. Ioannis Rekleitis"

Transcription

1 Partcle Flters Ioanns Reklets

2 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 readngs such as range, actons, odometry from encoders, etc ) Ths s a general formalsm that does not depend on the partcular probablty representaton Bayes ;lter recursvely computes the posteror dstrbuton: Bel ( xt ) = P( xt ZT ) CSCE-774 Robotc Systems 2

3 Itera.ng the Bayesan Flter Propagate the moton model: Bel ( xt ) = P( xt at 1, xt 1) Bel( xt 1) dxt 1 Compute the current state estmate before takng a sensor readng by ntegratng over all possble prevous state estmates and applyng the moton model Update the sensor model: Bel( xt ) =ηp( ot xt ) Bel ( xt ) Compute the current state estmate by takng a sensor readng and multplyng by the current estmate based on the most recent moton hstory CSCE-774 Robotc Systems 3

4 Moble Robot Localza.on (Where Am I?) A moble robot moves whle collectng sensor measurements from the envronment. Two steps, acton and sensng: (X,Y,θ) Predcton/Propagaton: what s the robots pose x after acton A? Update: Gven measurement z, correct the pose x What s the probablty densty functon (pdf ) that descrbes the uncertanty P of the poses x and x? CSCE-774 Robotc Systems 4

5 State Es.ma.on Propagaton P( x x, α) t + 1 t Update + P( x x, z ) t+ 1 t+ 1 t+ 1 CSCE-774 Robotc Systems 5

6 Trad.onal Approach Kalman Flter Optmal for lnear systems wth Gaussan nose Extended Kalman ;lter: Lnearzaton Gaussan nose models Fast! CSCE-774 Robotc Systems 6

7 Monte- Carlo State Es.ma.on (Par.cle Flterng) Employng a Bayesan Monte- Carlo smulaton technque for pose estmaton. A partcle ;lter uses N samples as a dscrete representaton of the probablty dstrbuton functon (pdf ) of the varable of nterest: S " = [ x, w : = 1 N]! where x s a copy of the varable of nterest and w s a weght sgnfyng the qualty of that sample. In our case, each partcle can be regarded as an alternatve hypothess for the robot pose. CSCE-774 Robotc Systems 7

8 Par.cle Flter (cont.) The partcle ;lter operates n two stages: Predcton: After a moton (α) the set of partcles S s mod;ed accordng to the acton model S ʹ = f ( S, α, ν ) where (ν) s the added nose. The resultng pdf s the pror estmate before collectng any addtonal sensory nformaton. CSCE-774 Robotc Systems 8

9 Par.cle Flter (cont.) Update: When a sensor measurement (z) becomes avalable, the weghts of the partcles are updated based on the lkelhood of (z) gven the partcle x w ʹ = P( z x! ) w The updated partcles represent the posteror dstrbuton of the movng robot. CSCE-774 Robotc Systems 9

10 Remarks: In theory, for an n;nte number of partcles, ths method models the true pdf. In practce, there are always a ;nte number of partcles. CSCE-774 Robotc Systems 10

11 Resamplng For ;nte partcle populatons, we must focus populaton mass where the PDF s substantve. Falure to do ths correctly can lead to dvergence. Resamplng needlessly also has dsadvantages. One way s to estmate the need for resamplng based on the varance of the partcle weght dstrbuton, n partcular the coef;cent of varance: cv 2 t ESS var( w ( )) M t = = 2 E ( wt ( )) M = 1 t M = 1+ cv 2 t 1 ( Mw t ( ) 1) CSCE-774 Robotc Systems 11 2

12 Predc.on: Odometry Error Modelng Pecewse lnear moton: a smple example. Rotaton: Corrupted by Gaussan Nose. Translaton: Smulated by multple steps. Each step models translatonal and rotatonal error. Sngle step: Small rotatonal error (drft) before and after the translaton. Translatonal error proportonal to the dstance traveled. All errors drawn from a Normal Dstrbuton. CSCE-774 Robotc Systems 12

13 Odometry Error Modelng CSCE-774 Robotc Systems 13

14 Odometry Error Modelng P r e d c t o n CSCE-774 Robotc Systems 14

15 Odometry Error Modelng P r e d c t o n CSCE-774 Robotc Systems 15

16 Odometry Error Modelng P r e d c t o n CSCE-774 Robotc Systems 16

17 Odometry Error Modelng P r e d c t o n CSCE-774 Robotc Systems 17

18 Predc.on- Only Par.cle Dstrbu.on CSCE-774 Robotc Systems 18

19 Propaga.on of a dscrete.me system (δt=1 sec) t w t w v y y t w v x x t t t t t t t v t t t t v t t t δ ω φ φ φ δ φ δ ω ) ( sn ) ( cos ) ( = + + = + + = Where s the addtve nose for the lnear velocty, and s the addtve nose for the angular velocty w vt w ωt CSCE-774 Robotc Systems 19

20 Con.nuous mo.on example Dt=1sec Plottng 1 sample/sec all the partcles every 5 sec Constant lnear velocty Angular velocty changes randomly every 10 sec CSCE-774 Robotc Systems 20

21 Con.nuous mo.on example CSCE-774 Robotc Systems 21

22 Predc.on Examples Usng a PF Pecewse lnear moton (Translaton and Rotaton) Command success 70% Start at [- 8,0,0] Translate by 4m Rotate by 30 o Translate by 6m CSCE-774 Robotc Systems 22

23 Start [- 8,0,0 o ] CSCE-774 Robotc Systems 23

24 Translate by 4m 30% stayed CSCE-774 Robotc Systems 24

25 Rotate by 30 o 30% stayed CSCE-774 Robotc Systems 25

26 Translate by 6m CSCE-774 Robotc Systems 26

27 Propaga.on Known poston, known orentaton Bounded lnear velocty [ ] m/sec Bounded angular velocty Run 200 sec. Plottng every twenty ;fth sec. CSCE-774 Robotc Systems 27

28 Bounded Veloc.es ω [ ] rad / sec ω [ ] rad / sec ω [ ] rad / sec CSCE-774 Robotc Systems

29 Propaga.on Known poston, unknown orentaton Bounded lnear velocty [ ] m/sec Bounded angular velocty [ ] rad/sec Run 200 sec. Plottng every twenty ;fth sec. CSCE-774 Robotc Systems 29

30 Propaga.on CSCE-774 Robotc Systems 30

31 Propaga.on Known poston, known orentaton Bounded lnear velocty [ ] m/sec Bounded angular velocty [ ] rad/sec Run 200 sec. Plottng every twenty ;fth sec. For a partcle to stay at the orgn, t has to draw zero velocty 25 tmes n the row. CSCE-774 Robotc Systems 31

32 Bounded veloc.es CSCE-774 Robotc Systems 32

33 Update Examples Usng a PF CSCE-774 Robotc Systems 33

34 Envronment wth two red doors (unform dstrbu.on) CSCE-774 Robotc Systems 34

35 Envronment wth two red doors (Sensng the red door) CSCE-774 Robotc Systems 35

36 Sensng four walls CSCE-774 Robotc Systems 36

37 Four possble areas CSCE-774 Robotc Systems 37

38 Update Range only w t = w t πσ ρ e ( ρ ρ ) 2 r σ ρ 2 CSCE-774 Robotc Systems 38

39 Update Range only CSCE-774 Robotc Systems 39

40 Update Range only CSCE-774 Robotc Systems 40

41 Update Range only CSCE-774 Robotc Systems 41

42 Update Range only CSCE-774 Robotc Systems 42

43 Update Bearng only w t = w t πσ ϕ e ( ϕ ϕ ) 2 r σ ϕ 2 CSCE-774 Robotc Systems 43

44 Update Bearng only CSCE-774 Robotc Systems 44

45 Update Bearng only CSCE-774 Robotc Systems 45

46 Update Bearng only CSCE-774 Robotc Systems 46

47 Update Bearng only CSCE-774 Robotc Systems 47

48 Update Bearng only CSCE-774 Robotc Systems 48

49 Update Bearng only CSCE-774 Robotc Systems 49

50 Update Range and Bearng CSCE-774 Robotc Systems 50 ( ) ( ) ϕ σ ρ ρ ρ ρ σ ϕ ϕ πσ ϕ πσ r r e e w w t t =

51 Update Compass only w t = w t πσ ϑ e ( ϑ ϑ ) 2 r σ ϑ 2 CSCE-774 Robotc Systems 51

52 Update Compass only CSCE-774 Robotc Systems 52

53 Update Compass only CSCE-774 Robotc Systems 53

54 Coopera.ve Localza.on Pose of the movng robot s estmated relatve to the pose of the statonary robot. Statonary Robot observes the Movng Robot. Robot Tracker Returns: <ρ,θ,φ> x m est ( k + 1) = x y θ m m m xs + ρ cos = ys + π ( θ + θ ) ρ sn( θ + θ ) s ( φ ( θ + θ )) CSCE-774 Robotc Systems est 54 est est s s

55 Laser- Based Robot Tracker Robot Tracker Returns: <ρ,θ,φ> CSCE-774 Robotc Systems 55

56 Tracker Wegh.ng Func.on ( ) ( ) ( ) φ θ ρ σ φ φ φ σ θ θ θ σ ρ ρ ρ πσ πσ πσ e e e W = U p d a t e 56 CSCE-774 Robotc Systems

57 Example: Predc.on CSCE-774 Robotc Systems 57

58 Example: Update CSCE-774 Robotc Systems 58

59 Example: Predc.on CSCE-774 Robotc Systems 59

60 Example: Update CSCE-774 Robotc Systems 60

61 Vara.ons on PF Add some partcles unformly Add some partcles where the sensor ndcates Add some jtter to the partcles after propagaton Combne EKFs to track landmarks CSCE-774 Robotc Systems 61

62 Keep n Mnd: The number of partcles ncreases wth the dmenson of the state space CSCE-774 Robotc Systems 62

63 Complexty results for SLAM n=number of map features Problem: naïve methods have hgh complexty EKF models O(n^2) covarance matrx PF requres prohbtvely many partcles to characterze complex, nterdependent dstrbuton Soluton: explot condtonal ndependences Feature estmates are ndependent gven robot s path CSCE-774 Robotc Systems 63

64 Genera.ng Random Numbers From a unform RNG produce samples followng the Normal dstrbuton: The most basc form of the transformaton looks lke: y1 = sqrt( - 2 ln(x1) ) cos( 2 p x2 ) y2 = sqrt( - 2 ln(x1) ) sn( 2 p x2 ) The polar form of the Box- Muller transformaton s both faster and more robust numercally. The algorthmc descrpton of t s: ;loat x1, x2, w, y1, y2; do { x1 = 2.0 * ranf() - 1.0; x2 = 2.0 * ranf() - 1.0; w = x1 * x1 + x2 * x2; } whle ( w >= 1.0 ); w = sqrt( (- 2.0 * ln( w ) ) / w ); y1 = x1 * w; y2 = x2 * w; See: CSCE-774 Robotc Systems 64

65 Rao- Blackwellza.on Fgure from [Montemerlo et al Fast SLAM] CSCE-774 Robotc Systems 65

66 RBPF Implementa.on for SLAM 2 steps: Partcle ;lter to estmate robot s pose Set of low- dmensonal, ndependent EKF s (one per feature per partcle) E.g. FastSLAM whch ncludes several computatonal speedups to acheve O(M logn) complexty (wth M number of partcles) CSCE-774 Robotc Systems 66

67 Ques.ons For more nformaton on PF: CSCE-774 Robotc Systems 67

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

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

Introduction to Coalescent Models. Biostatistics 666

Introduction to Coalescent Models. Biostatistics 666 Introducton to Coalescent Models Bostatstcs 666 Prevously Allele frequences Hardy Wenberg Equlbrum Lnkage Equlbrum Expected state for dstant markers Lnkage Dsequlbrum Assocaton between neghborng alleles

More information

Introduction to Coalescent Models. Biostatistics 666 Lecture 4

Introduction to Coalescent Models. Biostatistics 666 Lecture 4 Introducton to Coalescent Models Bostatstcs 666 Lecture 4 Last Lecture Lnkage Equlbrum Expected state for dstant markers Lnkage Dsequlbrum Assocaton between neghborng alleles Expected to decrease wth dstance

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

Cooperative Localization Based on Visually Shared Objects

Cooperative Localization Based on Visually Shared Objects Cooperatve Localzaton Based on Vsually Shared Objects Pedro U. Lma 1,2, Pedro Santos 1, Rcardo Olvera 1,AamrAhmad 1,andJoão Santos 1 1 Insttute for Systems and Robotcs, Insttuto Superor Técnco, 1049-001

More information

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION Phaneendra R.Venkata, Nathan A. Goodman Department of Electrcal and Computer Engneerng, Unversty of Arzona, 30 E. Speedway Blvd, Tucson, Arzona

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

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

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

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

Impact of Interference Model on Capacity in CDMA Cellular Networks. Robert Akl, D.Sc. Asad Parvez University of North Texas

Impact of Interference Model on Capacity in CDMA Cellular Networks. Robert Akl, D.Sc. Asad Parvez University of North Texas Impact of Interference Model on Capacty n CDMA Cellular Networks Robert Akl, D.Sc. Asad Parvez Unversty of North Texas Outlne Introducton to CDMA networks Average nterference model Actual nterference model

More information

Prediction-based Interacting Multiple Model Estimation Algorithm for Target Tracking with Large Sampling Periods

Prediction-based Interacting Multiple Model Estimation Algorithm for Target Tracking with Large Sampling Periods 44 Internatonal Jon Ha Journal Ryu, Du of Hee Control, Han, Automaton, Kyun Kyung and Lee, Systems, and Tae vol. Lyul 6, Song no., pp. 44-53, February 8 Predcton-based Interactng Multple Model Estmaton

More information

Adaptive Modulation for Multiple Antenna Channels

Adaptive Modulation for Multiple Antenna Channels Adaptve Modulaton for Multple Antenna Channels June Chul Roh and Bhaskar D. Rao Department of Electrcal and Computer Engneerng Unversty of Calforna, San Dego La Jolla, CA 993-7 E-mal: jroh@ece.ucsd.edu,

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

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

WLAN-Based Pedestrian Tracking Using Particle Filters and Low-Cost MEMS Sensors

WLAN-Based Pedestrian Tracking Using Particle Filters and Low-Cost MEMS Sensors WLAN-Based Pedestran Trackng Usng Partcle Flters and Low-Cost MEMS Sensors Hu Wang, Hennng Lenz, Andre Szabo, Joachm Bamberger, Uwe D. Hanebeck Abstract Indoor postonng systems based on Wreless LAN (WLAN)

More information

Sparse multidimensional scaling for blind tracking in sensor networks

Sparse multidimensional scaling for blind tracking in sensor networks Sparse multdmensonal scalng for blnd trackng n sensor networks R. Rangarajan 1, R. Rach 2, and A. O. Hero III 3 1 Unversty of Mchgan rangaraj@eecs.umch.edu 2 Unversty of Mchgan ravvr@eecs.umch.edu 3 Unversty

More information

A study of turbo codes for multilevel modulations in Gaussian and mobile channels

A study of turbo codes for multilevel modulations in Gaussian and mobile channels A study of turbo codes for multlevel modulatons n Gaussan and moble channels Lamne Sylla and Paul Forter (sylla, forter)@gel.ulaval.ca Department of Electrcal and Computer Engneerng Laval Unversty, Ste-Foy,

More information

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

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

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

WIRELESS positioning technologies for estimating the

WIRELESS positioning technologies for estimating the 350 IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 13, NO. 2, FEBRUARY 2014 Cooperatve Self-Navgaton n a Mxed LOS and NLOS Envronment Po-Hsuan Tseng, Member, IEEE, Zh Dng, Fellow, IEEE, and Ka-Ten Feng, Member,

More information

Queen Bee genetic optimization of an heuristic based fuzzy control scheme for a mobile robot 1

Queen Bee genetic optimization of an heuristic based fuzzy control scheme for a mobile robot 1 Queen Bee genetc optmzaton of an heurstc based fuzzy control scheme for a moble robot 1 Rodrgo A. Carrasco Schmdt Pontfca Unversdad Católca de Chle Abstract Ths work presents both a novel control scheme

More information

Wideband Spectrum Sensing by Compressed Measurements

Wideband Spectrum Sensing by Compressed Measurements Wdeband Spectrum Sensng by Compressed Measurements Davood Mardan Najafabad Department of Electrcal Engneerng Yazd Unversty Emal: d.mardan@stu.yazdun.ac.r Al A. Tadaon Department of Electrcal Engneerng

More information

Particle Filtering of Radar Signals for Non-Cooperating Target Imaging. Caixa Postal 515, São José dos Campos, SP, Brasil

Particle Filtering of Radar Signals for Non-Cooperating Target Imaging. Caixa Postal 515, São José dos Campos, SP, Brasil Partcle Flterng of Radar Sgnals for on-cooperatng Target Imagng MARCO ATOIO CHAMO 1 GÉRARD SALUT 2 1 IPE-Insttuto aconal de Pesqusas Espacas Caxa Postal 515, 1221-97 São José dos Campos, SP, Brasl chamon@dea.npe.br

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

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

Approximate Joint MAP Detection of Co-Channel Signals

Approximate Joint MAP Detection of Co-Channel Signals Approxmate Jont MAP Detecton of Co-Channel Sgnals Danel J Jaubsn and R Mchael Buehrer Moble and Portable Rado Research Group (MPRG), Wreless@VT, Vrgna Tech, Blacsburg, Vrgna, USA E-mal: {djj,buehrer}@vtedu

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

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

Evaluation of Techniques for Merging Information from Distributed Robots into a Shared World Model

Evaluation of Techniques for Merging Information from Distributed Robots into a Shared World Model Master Thess Software Engneerng Thess no: MSE-2004:26 August 2004 Evaluaton of Technques for Mergng Informaton from Dstrbuted Robots nto a Shared World Model Fredrk Henrcsson Jörgen Nlsson School of Engneerng

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

A Practical Target Tracking Technique in Sensor Network Using Clustering Algorithm

A Practical Target Tracking Technique in Sensor Network Using Clustering Algorithm Wreless Sensor etwor, 22, 4, 264-272 http://dx.do.org/.4236/wsn.22.438 Publshed Onlne ovember 22 (http://www.scrp.org/ournal/wsn) A Practcal arget racng echnque n Sensor etwor Usng Clusterng Algorthm Lue

More information

sensors ISSN

sensors ISSN Sensors,, 8-97; do:.339/s8 OPEN ACCESS sensors ISSN 44-8 www.mdp.com/ournal/sensors Artcle Extended Target Recognton n Cogntve Radar Networks Ymn We, uadong Meng *, Ymn Lu and Xqn Wang Department of Electronc

More information

Multi-Robot Map-Merging-Free Connectivity-Based Positioning and Tethering in Unknown Environments

Multi-Robot Map-Merging-Free Connectivity-Based Positioning and Tethering in Unknown Environments Mult-Robot Map-Mergng-Free Connectvty-Based Postonng and Tetherng n Unknown Envronments Somchaya Lemhetcharat and Manuela Veloso February 16, 2012 Abstract We consder a set of statc towers out of communcaton

More information

A Preliminary Study of Information Collection in a Mobile Sensor Network

A Preliminary Study of Information Collection in a Mobile Sensor Network A Prelmnary Study of Informaton ollecton n a Moble Sensor Network Yuemng Hu, Qng L ollege of Informaton South hna Agrcultural Unversty {ymhu@, lqng1004@stu.}scau.edu.cn Fangmng Lu, Gabrel Y. Keung, Bo

More information

A Bayesian algorithm for distributed network localization using distance and direction data

A Bayesian algorithm for distributed network localization using distance and direction data Notce: Ths work has been submtted to the IEEE for possble publcaton. Copyrght may be transferred wthout notce, after whch ths verson may no longer be accessble. A Bayesan algorthm for dstrbuted network

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

On the Feasibility of Receive Collaboration in Wireless Sensor Networks

On the Feasibility of Receive Collaboration in Wireless Sensor Networks On the Feasblty of Receve Collaboraton n Wreless Sensor Networs B. Bantaleb, S. Sgg and M. Begl Computer Scence Department Insttute of Operatng System and Computer Networs (IBR) Braunschweg, Germany {behnam,

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

sensors ISSN by MDPI

sensors ISSN by MDPI Sensors 7, 7, 11-17 Full Paper sensors ISSN 144-8 7 by MDPI www.mdp.org/sensors Dstrbuted Peer-to-Peer Target Trackng n Wreless Sensor Networks Xue Wang *, Sheng Wang, Dao-We B and Jun-Je Ma State Key

More information

A Robust Hybrid Multisource Data Fusion Approach for Vehicle Localization

A Robust Hybrid Multisource Data Fusion Approach for Vehicle Localization Postonng, 2013, 4, 271-281 Publshed Onlne November 2013 (http://www.scrp.org/journal/pos) http://dx.do.org/10.4236/pos.2013.44027 271 A Robust Hybrd Multsource Data Fuson Approach for Vehcle Localzaton

More information

RECOMMENDATION ITU-R P Multipath propagation and parameterization of its characteristics

RECOMMENDATION ITU-R P Multipath propagation and parameterization of its characteristics Rec. ITU-R P.47-3 RECOMMEDATIO ITU-R P.47-3 Multpath propagaton and parameterzaton of ts characterstcs (Queston ITU-R 3/3) (999-3-5-7) Scope Recommendaton ITU-R P.47 descrbes the nature of multpath propagaton

More information

Kalman Filter based Dead Reckoning Algorithm for Minimizing Network Traffic between Mobile Nodes in Wireless GRID

Kalman Filter based Dead Reckoning Algorithm for Minimizing Network Traffic between Mobile Nodes in Wireless GRID Kalman Flter based Dead Reconng Algorthm for Mnmzng Networ Traffc between Moble Nodes n Wreless GRID Seong-Whan Km and K-Hong Ko Department of Computer Scence, Unv. of Seoul, Jeon-Nong-Dong, Seoul, Korea

More information

Journal of Chemical and Pharmaceutical Research, 2016, 8(4): Research Article

Journal of Chemical and Pharmaceutical Research, 2016, 8(4): Research Article Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2016, 8(4):788-793 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Vrtual Force Coverage Enhancement Optmzaton Algorthm Based

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

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

Application of Linear Discriminant Analysis to Doppler Classification

Application of Linear Discriminant Analysis to Doppler Classification Applcaton of Lnear Dscrmnant Analyss to Doppler Classfcaton M. Jahangr QnetQ St Andrews Road, Malvern WORCS, UK, WR14 3PS Unted Kngdom mjahangr@qnetq.com ABSTRACT In ths wor the author demonstrated a robust

More information

A Bayesian Algorithm for Tangential Deconvolution of Weather Radar Images

A Bayesian Algorithm for Tangential Deconvolution of Weather Radar Images A Bayesan Algorthm for Tangental Deconvoluton of Weather Radar Images J. Lenonen 1, V. Chandrasekar 1,,3, D. Mosseev 3 1 Fnnsh Meteorologcal Insttute, P.O. Box 503, FI-00101-Helsnk, Fnland, juss.lenonen@fm.f

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

PSO and ACO Algorithms Applied to Location Optimization of the WLAN Base Station

PSO and ACO Algorithms Applied to Location Optimization of the WLAN Base Station PSO and ACO Algorthms Appled to Locaton Optmzaton of the WLAN Base Staton Ivan Vlovć 1, Nša Burum 1, Zvonmr Špuš 2 and Robert Nađ 2 1 Unversty of Dubrovn, Croata 2 Unversty of Zagreb, Croata E-mal: van.vlovc@undu.hr,

More information

Optimizing a System of Threshold-based Sensors with Application to Biosurveillance

Optimizing a System of Threshold-based Sensors with Application to Biosurveillance Optmzng a System of Threshold-based Sensors wth Applcaton to Bosurvellance Ronald D. Frcker, Jr. Thrd Annual Quanttatve Methods n Defense and Natonal Securty Conference May 28, 2008 What s Bosurvellance?

More information

Distributed Uplink Scheduling in EV-DO Rev. A Networks

Distributed Uplink Scheduling in EV-DO Rev. A Networks Dstrbuted Uplnk Schedulng n EV-DO ev. A Networks Ashwn Srdharan (Sprnt Nextel) amesh Subbaraman, och Guérn (ESE, Unversty of Pennsylvana) Overvew of Problem Most modern wreless systems Delver hgh performance

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

A RF Source Localization and Tracking System

A RF Source Localization and Tracking System The 010 Mltary Communcatons Conference - Unclassfed Program - Waveforms and Sgnal Processng Track A RF Source Localzaton and Trackng System Wll Tdd, Raymond J. Weber, Ykun Huang Department of Electrcal

More information

Uplink User Selection Scheme for Multiuser MIMO Systems in a Multicell Environment

Uplink User Selection Scheme for Multiuser MIMO Systems in a Multicell Environment Uplnk User Selecton Scheme for Multuser MIMO Systems n a Multcell Envronment Byong Ok Lee School of Electrcal Engneerng and Computer Scence and INMC Seoul Natonal Unversty leebo@moble.snu.ac.kr Oh-Soon

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

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

A Comparison of Unscented and Extended Kalman Filtering for Estimating Quaternion Motion 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,

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

Phasor Representation of Sinusoidal Signals

Phasor Representation of Sinusoidal Signals Phasor Representaton of Snusodal Sgnals COSC 44: Dgtal Communcatons Instructor: Dr. Amr Asf Department of Computer Scence and Engneerng York Unversty Handout # 6: Bandpass odulaton Usng Euler dentty e

More information

Distributed Multi-Robot Localization from Acoustic Pulses Using Euclidean Distance Geometry

Distributed Multi-Robot Localization from Acoustic Pulses Using Euclidean Distance Geometry Dstrbuted Mult-Robot Localzaton from Acoustc Pulses Usng Eucldean Dstance Geometry Trevor Halsted 1 and Mac Schwager 2 Abstract Ths paper presents a method for reconstructng relatve postons of a group

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

Multiple Robots Formation A Multiobjctive Evolution Approach

Multiple Robots Formation A Multiobjctive Evolution Approach Avalable onlne at www.scencedrect.com Proceda Engneerng 41 (2012 ) 156 162 Internatonal Symposum on Robotcs and Intellgent Sensors 2012 (IRIS 2012) Multple Robots Formaton A Multobctve Evoluton Approach

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

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

1 GSW Multipath Channel Models

1 GSW Multipath Channel Models In the general case, the moble rado channel s pretty unpleasant: there are a lot of echoes dstortng the receved sgnal, and the mpulse response keeps changng. Fortunately, there are some smplfyng assumptons

More information

Tracking A Dynamic Sparse Channel Via Differential Orthogonal Matching Pursuit

Tracking A Dynamic Sparse Channel Via Differential Orthogonal Matching Pursuit Mlcom 2015 Track 1 - Waveforms and Sgnal Processng Trackng A Dynamc Sparse Channel Va Dfferental Orthogonal Matchng Pursut Xudong Zhu 1, Lnglong Da 1, We Da 2, Zhaocheng Wang 1, and Marc Moonen 3 1 Tsnghua

More information

RESOURCE CONTROL FOR HYBRID CODE AND TIME DIVISION SCHEDULING

RESOURCE CONTROL FOR HYBRID CODE AND TIME DIVISION SCHEDULING RESOURCE CONTROL FOR HYBRID CODE AND TIME DIVISION SCHEDULING Vaslos A. Srs Insttute of Computer Scence (ICS), FORTH and Department of Computer Scence, Unversty of Crete P.O. Box 385, GR 7 Heraklon, Crete,

More information

Software-Based Pipeline Leak Detection. Presented by: Elijah Odusina James Akingbola David Mannel

Software-Based Pipeline Leak Detection. Presented by: Elijah Odusina James Akingbola David Mannel Software-Based Ppelne Leak Detecton Presented by: Eljah Odusna James Akngbola Davd Mannel Advanced Chemcal Engneerng Desgn CHE 4273 Department of Chemcal Engneerng and Materals Scence Unversty of Oklahoma

More information

Range-Based Localization in Wireless Networks Using Density-Based Outlier Detection

Range-Based Localization in Wireless Networks Using Density-Based Outlier Detection Wreless Sensor Network, 010,, 807-814 do:10.436/wsn.010.11097 Publshed Onlne November 010 (http://www.scrp.org/journal/wsn) Range-Based Localzaton n Wreless Networks Usng Densty-Based Outler Detecton Abstract

More information

Graph Method for Solving Switched Capacitors Circuits

Graph Method for Solving Switched Capacitors Circuits Recent Advances n rcuts, ystems, gnal and Telecommuncatons Graph Method for olvng wtched apactors rcuts BHUMIL BRTNÍ Department of lectroncs and Informatcs ollege of Polytechncs Jhlava Tolstého 6, 586

More information

Remote Assessment & Monitoring of Flicker Indices in a Large Power System

Remote Assessment & Monitoring of Flicker Indices in a Large Power System emote Assessment & Montorng of Flcker Indces n a Large Power System M.MAZADI, S.H.HOSSEINIAN Department of Electrcal Engneerng Amr-Kabr Unversty of Technology (Tehran Polytechnc) Hafez Ave., P.O.Box 594

More information

AN EXPERIMENTAL INVESTIGATION OF COOPERATIVE SLAM. Matthew Walter, John Leonard

AN EXPERIMENTAL INVESTIGATION OF COOPERATIVE SLAM. Matthew Walter, John Leonard AN EXPERIMENTAL INVESTIGATION OF COOPERATIVE SLAM Matthew Walter, John Leonard Massachusetts Insttute of Technology Cambrdge, MA, USA {mwalter, jleonard}@mtedu Abstract: Ths paper consders the problem

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

Performance Study of OFDMA vs. OFDM/SDMA

Performance Study of OFDMA vs. OFDM/SDMA Performance Study of OFDA vs. OFD/SDA Zhua Guo and Wenwu Zhu crosoft Research, Asa 3F, Beng Sgma Center, No. 49, Zhchun Road adan Dstrct, Beng 00080, P. R. Chna {zhguo, wwzhu}@mcrosoft.com Abstract: In

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

Multi-hop-based Monte Carlo Localization for Mobile Sensor Networks

Multi-hop-based Monte Carlo Localization for Mobile Sensor Networks Mult-hop-based Monte Carlo Localzaton for Moble Sensor Networks Jyoung Y, Sungwon Yang and Hojung Cha Department of Computer Scence, Yonse Unversty Seodaemun-gu, Shnchon-dong 34, Seoul 20-749, Korea {jyy,

More information

White Paper. OptiRamp Model-Based Multivariable Predictive Control. Advanced Methodology for Intelligent Control Actions

White Paper. OptiRamp Model-Based Multivariable Predictive Control. Advanced Methodology for Intelligent Control Actions Whte Paper OptRamp Model-Based Multvarable Predctve Control Advanced Methodology for Intellgent Control Actons Vadm Shapro Dmtry Khots, Ph.D. Statstcs & Control, Inc., (S&C) propretary nformaton. All rghts

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

Integrated Detection and Tracking via Closed-Loop Radar with Spatial-Domain Matched Illumination

Integrated Detection and Tracking via Closed-Loop Radar with Spatial-Domain Matched Illumination Integrated etecton and Trackng va Closed-Loop Radar wth Spatal-oman Matched Illumnaton Pete Nelsen and Nathan A. Goodman epartment of Electrcal and Computer Engneerng, The Unverst of Arzona 30 E. Speedwa

More information

Performance of Reverse Link CDMA in a Multi-cell Environment with Moving Cells*

Performance of Reverse Link CDMA in a Multi-cell Environment with Moving Cells* Performance of Reverse Lnk CDMA n a Mult-cell Envronment wth Movng Cells* A. Chockalngam and Laurence. Mlsten Department of Electrcal and Computer Engneerng Unversty of Calforna, San Dego 9500 Glman Drve,

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

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

Resource Control for Elastic Traffic in CDMA Networks

Resource Control for Elastic Traffic in CDMA Networks Resource Control for Elastc Traffc n CDMA Networks Vaslos A. Srs Insttute of Computer Scence, FORTH Crete, Greece vsrs@cs.forth.gr ACM MobCom 2002 Sep. 23-28, 2002, Atlanta, U.S.A. Funded n part by BTexact

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

Multi-transmitter aperture synthesis with Zernike based aberration correction

Multi-transmitter aperture synthesis with Zernike based aberration correction Mult-transmtter aperture synthess wth Zerne based aberraton correcton Bahadr Guntur,, Davd J Rabb, 2 and Douglas F Jameson 2 Lousana State Unversty, Dept of Electrcal & Computer Engneerng, Baton Rouge,

More information

Evaluation of Downlink Performance of a Multiple-Cell, Rake Receiver Assisted CDMA Mobile System

Evaluation of Downlink Performance of a Multiple-Cell, Rake Receiver Assisted CDMA Mobile System Wreless Sensor Network,,, -6 do:.436/wsn.. Publshed Onlne January (http://www.scrp.org/journal/wsn/). Evaluaton of Downlnk Performance of a Multple-Cell, Rake Recever Asssted CDMA Moble System Ayodej J.

More information

Chalmers Publication Library. Copyright Notice

Chalmers Publication Library. Copyright Notice Chalmers Publcaton Lbrary Copyrght Notce 202 IEEE. Personal use of ths materal s permtted. However, permsson to reprnt/republsh ths materal for advertsng or promotonal purposes or for creatng new collectve

More information

Study of the Improved Location Algorithm Based on Chan and Taylor

Study of the Improved Location Algorithm Based on Chan and Taylor Send Orders for eprnts to reprnts@benthamscence.ae 58 The Open Cybernetcs & Systemcs Journal, 05, 9, 58-6 Open Access Study of the Improved Locaton Algorthm Based on Chan and Taylor Lu En-Hua *, Xu Ke-Mng

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

EARTH-MOVER S DISTANCE AS A TRACKING REGULARIZER

EARTH-MOVER S DISTANCE AS A TRACKING REGULARIZER EARTH-OVER S DISTANCE AS A TRACKING REGULARIZER Adam S. Charles Ncholas P. Bertrand John Lee Chrstopher J. Rozell Prnceton Neuroscence Insttute, Prnceton Unversty, Prnceton, NJ 8544 School of Electrcal

More information

Comparison of Two Measurement Devices I. Fundamental Ideas.

Comparison of Two Measurement Devices I. Fundamental Ideas. Comparson of Two Measurement Devces I. Fundamental Ideas. ASQ-RS Qualty Conference March 16, 005 Joseph G. Voelkel, COE, RIT Bruce Sskowsk Rechert, Inc. Topcs The Problem, Eample, Mathematcal Model One

More information

Autonomous Tracking of Intermittent RF Source Using a UAV Swarm

Autonomous Tracking of Intermittent RF Source Using a UAV Swarm Autonomous Trackng of Intermttent RF Source Usng a UAV Swarm Farshad Koohfar, Ismal Guvenc, and Mhal L. Schtu Department of Electrcal and Computer Engneerng, North Carolna State Unversty, Ralegh, NC Emal:

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

Error Characteristics of Ad Hoc Positioning Systems (APS)

Error Characteristics of Ad Hoc Positioning Systems (APS) Error Characterstcs of Ad Hoc Postonng Systems (APS) Dragoş Nculescu and Badr Nath Rutgers Unversty DATAMAN Lab {dncules,badr}@cs.rutgers.edu ABSTRACT APS algorthms use the basc dea of dstance vector routng

More information

PSO Selection of Surviving Nodes in QRM Detection for MIMO Systems

PSO Selection of Surviving Nodes in QRM Detection for MIMO Systems PSO Selecton of Survvng Nodes n Detecton for MIMO Systems Hu Zhao, Hang Long, Wenbo Wang Wreless Sgnal Processng & Network Lab Bejng Unversty of Posts and Telecommuncatons, Bejng, PRhna Emal: hzhao@bupteducn,

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

Priority based Dynamic Multiple Robot Path Planning

Priority based Dynamic Multiple Robot Path Planning 2nd Internatonal Conference on Autonomous obots and Agents Prorty based Dynamc Multple obot Path Plannng Abstract Taxong Zheng Department of Automaton Chongqng Unversty of Post and Telecommuncaton, Chna

More information

Joint Power Control and Scheduling for Two-Cell Energy Efficient Broadcasting with Network Coding

Joint Power Control and Scheduling for Two-Cell Energy Efficient Broadcasting with Network Coding Communcatons and Network, 2013, 5, 312-318 http://dx.do.org/10.4236/cn.2013.53b2058 Publshed Onlne September 2013 (http://www.scrp.org/journal/cn) Jont Power Control and Schedulng for Two-Cell Energy Effcent

More information