Movement - Assisted Sensor Deployment

Size: px
Start display at page:

Download "Movement - Assisted Sensor Deployment"

Transcription

1 Intro Self Deploy Vrtual Movement Performance Concluson Movement - Asssted Sensor Deployment G. Wang, G. Cao, T. La Porta Dego Cammarano Laurea Magstrale n Informatca Facoltà d Ingegnera dell Informazone, Informatca e Statstca Sapenza, Unverstà d Roma December 9, 2013 Dego Cammarano Movement - Asssted Sensor Deployment 1 / 48

2 Intro Self Deploy Vrtual Movement Performance Concluson Outlne 1 Introducton 2 Self - Deployment Protocols 3 Vrtual Movement Protocols 4 Performance Evaluatons 5 Consderatons and Open Issues Dego Cammarano Movement - Asssted Sensor Deployment 2 / 48

3 Intro Self Deploy Vrtual Movement Performance Concluson Localzaton Path Plannng Sensng Model Vorono Dagram Localzaton Technques many applcatons such as envronment montorng and target trackng depend on knowng the locaton of sensor nodes each node must determne ts locaton through a locaton dscovery process (ex. GPS) many technques based on receved sgnal strenght, tme dfference of arrval, angle of arrval Dego Cammarano Movement - Asssted Sensor Deployment 3 / 48

4 Intro Self Deploy Vrtual Movement Performance Concluson Localzaton Path Plannng Sensng Model Vorono Dagram Path Plannng problem ntally studed n the robotc area and recently appled to sensor networks combne the known methods to fnd the best moton path and modfed them to explot the dstrbuted nature of sensor networks assume that moble sensors can move wthout any lmtaton usng the exstng technques Dego Cammarano Movement - Asssted Sensor Deployment 4 / 48

5 Intro Self Deploy Vrtual Movement Performance Concluson Localzaton Path Plannng Sensng Model Vorono Dagram Sensng Model each type of sensor has ts unque sensng model characterzed by ts sensng area, resoluton and accuracy sensng area depends on multple factors lke strenght of the sgnals, dstance between the source and sensor, desred confdence level of sensng each sensor node s assocated wth a sensng area represented by a crcle wth the same radus (sotropc sensng models) Dego Cammarano Movement - Asssted Sensor Deployment 5 / 48

6 Intro Self Deploy Vrtual Movement Performance Concluson Localzaton Path Plannng Sensng Model Vorono Dagram Vorono Dagram Vorono Dagram Vorono polygon G 0 of s 0 Dego Cammarano Movement - Asssted Sensor Deployment 6 / 48

7 Intro Self Deploy Vrtual Movement Performance Concluson Localzaton Path Plannng Sensng Model Vorono Dagram Sensng and Communcaton Range sensors can exchange the locaton nformaton by broadcastng some Vorono neghbors of a sensor can be out of ts communcaton range the calculated polygon of ths sensor n not accurate f the sensng range communcaton range the naccurate constructon of Vorono cell wll not affect the detecton of coverage holes f communcaton range sensng range sensors may ms-detect coverage holes Dego Cammarano Movement - Asssted Sensor Deployment 7 / 48

8 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons Basc deployment protocols the deployment protocol runs teratvely n rounds n each round sensors broadcast ther locatons and construct ther Vorono polygons f any hole exsts, sensors calculate where to move to elmnate or reduce the sze of the coverage hole Three algorthms are proposed to calculate the target locatons: VEC pushes sensors away from densely covered area VOR pulls sensors to the sparsely covered area Mnmax moves sensors to the center of ther Vorono polygon Dego Cammarano Movement - Asssted Sensor Deployment 8 / 48

9 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons VECtor - based Algorthm nspred by the attrbutes of electro-magnetc partcles: when two partcles are too close to each other, an expellng force pushes them apart the vrtual force wll push the sensors away from each other f coverage hole exsts n ether of ther Vorono polygons the fnal overall force on sensors s the vector summaton of vrtual forces from the boundary and all Vorono neghbors VEC s a proactve algorthm that tres to relocate sensors to be evenly dstrbuted Dego Cammarano Movement - Asssted Sensor Deployment 9 / 48

10 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons VECtor - Pseudocode (1) Upon enterng Dscovery phase; set tmer to be dscovery nterval; enter Movng phase upon tmeout; broadcast hello after a random tme slot ; Upon enterng Movng phase; set tmer to be movng nterval; enter Dscovery phase upon tmeout; f c = false then call VEC() Done when satsfyng stop crtera; Dego Cammarano Movement - Asssted Sensor Deployment 10 / 48

11 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons VECtor - Pseudocode (2) Upon recevng a hello message from sensor s j ; Update N and G ; f G s newly covered then set c = true ; broadcast OK; Only for VEC Upon recevng an OK message from sensor s j ; set c j = true; Dego Cammarano Movement - Asssted Sensor Deployment 11 / 48

12 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons VECtor - Pseudocode (3) VEC(); v = 0; for each s j n N do f c true (d ave > d(s, s j )) then F j = (d ave d(s, s j ))/2 ; v = v + F j ; f c = true (d ave > d(s, s j )) then F j = (d ave d(s, s j )) ; v = v + F j ; end f d ave /2 d b (s ) then F b = d ave /2 d b (s ) ; v = v + F b ; do movement adjustment Dego Cammarano Movement - Asssted Sensor Deployment 12 / 48

13 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons VECtor - Executon Round 0 Round 1 Round 2 Dego Cammarano Movement - Asssted Sensor Deployment 13 / 48

14 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons VORono - Based Algorthm algorthm that pulls sensors to cover ther local maxmum coverage holes f a sensor detects the exstence of coverage holes, t wll move toward ts farthest Vorono vertex (V far ) and stop when V far can be covered Dego Cammarano Movement - Asssted Sensor Deployment 14 / 48

15 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons VORono - Example a sensor needs only to check ts own Vorono polygon A s the farthest Vorono vertex of s 0 and d(a, s 0 ) s longer than the sensng range s 0 moves along lne s 0 A to pont B where d(a, B) s equal to the sensng range Dego Cammarano Movement - Asssted Sensor Deployment 15 / 48

16 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons VORono - Inaccurate Vorono polygon the maxmum movng dstance s lmted to be at most half of the communcaton range s 0 does not know s 1 so t wll calculate ts local Vorono polygon as the dotted one and vew area around A as a coverage hole t s qute possble t has to move back after t gets to know s 1 Dego Cammarano Movement - Asssted Sensor Deployment 16 / 48

17 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons VORono - Consderatons VOR s a greedy algorthm whch tres to fx the largest hole movng oscllatons may occur f new holes are generated due to sensor s leavng to mtgate ths problem s added an oscllaton control that not allow sensors to move backward mmedately before a sensor moves, t frst check whether ts movng drecton s opposte to that n the prevous round Dego Cammarano Movement - Asssted Sensor Deployment 17 / 48

18 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons VORono - Pseudocode Notatons: d max : maxmum movng dstance v,f :vector from s to V far VOR(); v = v,f sensng range; shrnk v to be d max f v > d max ; do oscllaton contol; do movement-adjustment Dego Cammarano Movement - Asssted Sensor Deployment 18 / 48

19 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons VORono - Executon Coverage durng rounds Dego Cammarano Movement - Asssted Sensor Deployment 19 / 48

20 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons Mnmax Algorthm smlar to VOR chooses the target locaton as the pont nsde the Vorono polygon whose dstance to the farthest Vorono vertex s mnmzed (Mnmax pont O m ) based on the dea that a sensor should not be too far away from any of ts Vorono vertces Dego Cammarano Movement - Asssted Sensor Deployment 20 / 48

21 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons Algorthm Termnaton - Proof (1) Notatons [x (r) G (r) A (r), y (r) ]: locaton of the sensor s n the r th round : Vorono polygon of s n the r th round, Â(r) : area of the covered part of G (r) Lemma 1 (a) A (r) total = n =1 A r ; (b) A(r+1) total = n  (r) ; =1 Proof. (a) Vorono dagram s a partton of the target feld (b) the summaton of the covered area of the Vorono polygons n the prevous round s also the whole covered area n the current round Dego Cammarano Movement - Asssted Sensor Deployment 21 / 48

22 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons Algorthm Termnaton - Proof (2) Lemma 2 A (r) = A (r) ([x (r), y (r) ]) Proof. Ths s the drect result of the attrbute of Vorono dagram. Every pont wthn G (r) s closer to [x (r), y (r) ] than to any other sensor. Any pont not covered by s s also not be covered by any other sensor. Dego Cammarano Movement - Asssted Sensor Deployment 22 / 48

23 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons Algorthm Termnaton - Proof (3) Theorem 1 A (r+1) total Proof. > A (r) total before all sensors stop movng. At the (r + 1) th round, there may be areas n G (r) whch s not covered by s, but s covered by other sensors, because the current Vorono polygon of s s G (r+1) but not G (r). Therefore  (r) A (r) ([x (r+1), y (r+1) ]) (1) By enforcng the movement adjustment heurstcs, VEC, VOR and Mnmax algorthms guarantee that, f s moves, A (r) ([x (r+1), y (r+1) ]) > A (r) ([x (r), y (r) ]) (2) Dego Cammarano Movement - Asssted Sensor Deployment 23 / 48

24 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons Algorthm Termnaton - Proof (4) Proof (contnue). Certanly, f s 1 does not move, A (r) because [x (r+1) ([x (r+1) From (1),(2),(3) n =1 Â (r), y (r+1) n =1, y (r+1) ]) = A (r) ] = [x (r), y (r) ] A (r) f some sensor moves n the r th round ([x (r), y (r) ]) (3) ([x (r), y (r) ]) (4) Dego Cammarano Movement - Asssted Sensor Deployment 24 / 48

25 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons Algorthm Termnaton - Proof (5) Proof (contnue). From Lemma 2 : A (r) From (4),(5): n =1 Â (r) By Lemma 1: From (6),(7): A (r+1) total = A (r) > n =1 > A (r) total ([x (r), y (r) ]) (5) A (r) (6) A (r) total = A (r+1) total = n =1 n =1 A (r) Â (r) (7) Dego Cammarano Movement - Asssted Sensor Deployment 25 / 48

26 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons Algorthm Termnaton - Proof (6) Corollary 1 VEC, VOR and Mnmax algorthms are convergent and thereby termnate naturally Proof. Followng from Theorem 1 and the fact that A (r) total total s upper bounded by the total area of the target feld, dstrbuted algorthms converge, and termnate naturally. All sensors stop movng when no coverage ncrease can happen. Dego Cammarano Movement - Asssted Sensor Deployment 26 / 48

27 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons Dealng wth message loss Problem Hello messages may be lost due to collsons sensors may fal to know the presence of some neghbors and mstakenly determne coverage holes Soluton assocate each tem n a sensor s neghbor lst wth a number whch ndcates the freshness of ths tem (.e for how many rounds ths neghbor has not been heard) on constructng Vorono polygon every sensor only consder the sensors n ts neghbor lst wth certan freshness Dego Cammarano Movement - Asssted Sensor Deployment 27 / 48

28 Intro Self Deploy Vrtual Movement Performance Concluson VEC VOR Mnmax Termnaton Optmzatons Dealng wth poston clusterng Problem the ntal deployment of sensors may form clusters resultng n a low ntal coverage sensors located nsde the clusters can not move for several rounds the deployment tme s prolonged and some sensors can stll be clustered after several rounds Soluton detecton of stuatons n whch many sensors are clustered n small area durng the frst round the algorthm explodes cluster to scatter the sensor apart each sensor after concludes that t s nsde a cluster choose a random poston wthn an area centered tself Dego Cammarano Movement - Asssted Sensor Deployment 28 / 48

29 Intro Self Deploy Vrtual Movement Performance Concluson Protocol Implementaton Pseudocode A frst approach The basc protocols requre sensors to move teratvely, eventually reachng the fnal destnaton. Other approaches can be envsoned n whch the sensors move only once to ther destnaton to mnmze the sensor movement. sensors calculate ther target locatons, vrtually move there exchange these new vrtual locatons wth the sensors whch would be ther neghbors as f they had actually moved. the real movement only happens at the last round after fnal destnatons are determned Drawbacks susceptble to poor performance under network parttons hgh communcaton overhead Dego Cammarano Movement - Asssted Sensor Deployment 29 / 48

30 Intro Self Deploy Vrtual Movement Performance Concluson Protocol Implementaton Pseudocode A better approach Idea To get balance between movement and message complexty, sensors do vrtual movement when the communcaton cost to reach the logcal Vorono neghbors s reasonable, and do physcal movement otherwse. The challenge s to determne f a sensor can reach ts logcal neghbors wth reasonable communcaton cost. Dego Cammarano Movement - Asssted Sensor Deployment 30 / 48

31 Intro Self Deploy Vrtual Movement Performance Concluson Protocol Implementaton Pseudocode Heurstc 1 f sensor s dstance to ts farthest Vorono vertex s shorter then half of the communcaton range, t must know all ts Vorono neghbors one hop broadcast s enough to exchange the locaton nformaton wth ts logcal neghbors physcal movement s not necessary 2 some Vorono neghbors are out of the communcaton range sensors request ther neghbors lsts to obtan the logcal postons of sensors wthn two broadcast hops when the dstances between the physcal locatons of sensors and ther farthest Vorono vertces are larger than two tmes the maxmum movng dstance, sensors should move physcally Dego Cammarano Movement - Asssted Sensor Deployment 31 / 48

32 Intro Self Deploy Vrtual Movement Performance Concluson Protocol Implementaton Pseudocode Implementaton 1 Dscovery phase sub-phase 1: sensors broadcast hello messages sub-phase 2: sensors broadcast the locaton of known neghbors 2 Logcal movng phase f a sensor s dstance to ts farthest Vorono vertex s larger than half of the communcaton range, calculate the target locaton and do logcal movement set a flag n the hello messages to requre broadcastng of neghbors lst any sensor that receves a hello message wll broadcast ts neghbor lst n the second sub-phase of the dscovery phase 3 Physcal movng phase ts physcal poston s two tmes the maxmum movng dstance to ts farthest Vorono vertex a sensor s logcal poston has not changed for several rounds Dego Cammarano Movement - Asssted Sensor Deployment 32 / 48

33 Intro Self Deploy Vrtual Movement Performance Concluson Protocol Implementaton Pseudocode Vrtual Algorthm - Pseudocode (1) Upon enterng Dscovery phase-i; set tmer to be dscovery nterval/2; enter Dscovery phase-ii ; broadcast hello(w ) after a random tme slot; Upon enterng Dscovery phase-ii; set tmer to be dscovery nterval/2; enter Movng phase upon tmeout; f l = true then broadcast NL after a random tme slot; l = false; Dego Cammarano Movement - Asssted Sensor Deployment 33 / 48

34 Intro Self Deploy Vrtual Movement Performance Concluson Protocol Implementaton Pseudocode Vrtual Algorthm - Pseudocode (2) Upon enterng Movng phase; set tmer to be movng nterval; enter Dscovery phase-i upon tmeout; f c = false then calculate loc by VEC or VOR or Mnmax; do oscllaton control; do movement adjustment; p = 1 f logcally moves; f d(loc, V far ) 2 d max then move to loc ; w = false; f d(loc, V far ) d c /2 then move to loc ; w = true;... Dego Cammarano Movement - Asssted Sensor Deployment 34 / 48

35 Intro Self Deploy Vrtual Movement Performance Concluson Protocol Implementaton Pseudocode Vrtual Algorthm - Pseudocode (3) Upon recevng a hello(w j ) message from sensor s j ; f w j = true then l = true; Update N and G ; f G s newly covered then set c = true; Upon recevng a NL j message from sensor s j ; Update N and G ; Dego Cammarano Movement - Asssted Sensor Deployment 35 / 48

36 Intro Self Deploy Vrtual Movement Performance Concluson Objectves Methodology Smulaton Results Objectves testng the effectveness of protocols n provdng hgh coverage comparng VEC, VOR and Mnmax comparng the Basc protocols and the Vrtual movement protocols studyng the effectveness of controllng the tradeoff among varous metrcs by adjustng parameters Dego Cammarano Movement - Asssted Sensor Deployment 36 / 48

37 Intro Self Deploy Vrtual Movement Performance Concluson Objectves Methodology Smulaton Results Metrcs 1 Deployment qualty sensor coverage tme (number of rounds) to reach ths coverage 2 Energy consumpton mechancal movement (startng/brakng energy and movng energy) communcaton Dego Cammarano Movement - Asssted Sensor Deployment 37 / 48

38 Intro Self Deploy Vrtual Movement Performance Concluson Objectves Methodology Smulaton Results Methodology smulatons done under dfferent sensor densty to determne the sensor coverage that can be reached and the dffculty to reach t a 100m*100m target feld, 4 dfferent number of sensors dstrbuted (from 120 to 180) run 10 experments based on dfferent ntal dstrbuton and calculate the average results MAC layer protocol, DSDV routng protocol based on Bellman-Ford algorthm 6 meters sensng range, 20 meters communcaton range Dego Cammarano Movement - Asssted Sensor Deployment 38 / 48

39 Intro Self Deploy Vrtual Movement Performance Concluson Objectves Methodology Smulaton Results Coverage VEC s senstve to ntal deployment VOR and Mnmax both move to heal the holes drectly and acheve qute smlar coverage Basc protocols and Vrtual movement protocols acheve almost the same coverage Dego Cammarano Movement - Asssted Sensor Deployment 39 / 48

40 Intro Self Deploy Vrtual Movement Performance Concluson Objectves Methodology Smulaton Results Energy Consupton - Basc vs Vrtual Protocols Basc Vrtual Dego Cammarano Movement - Asssted Sensor Deployment 40 / 48

41 Intro Self Deploy Vrtual Movement Performance Concluson Objectves Methodology Smulaton Results Message Complexty - Basc vs Vrtual Protocols Message complexty s the number of messages exchanged when the protocol termnates and represents the normalzaton of the movng dstance and the number of movements Basc Vrtual Dego Cammarano Movement - Asssted Sensor Deployment 41 / 48

42 Intro Self Deploy Vrtual Movement Performance Concluson Objectves Methodology Smulaton Results Convergence tme Dego Cammarano Movement - Asssted Sensor Deployment 42 / 48

43 Intro Self Deploy Vrtual Movement Performance Concluson Objectves Methodology Smulaton Results Termnaton Dego Cammarano Movement - Asssted Sensor Deployment 43 / 48

44 Intro Self Deploy Vrtual Movement Performance Concluson Consderatons Open Issues Consderatons VEC move least at low sensor densty and can be deployed when the coverage requrements s not hgh VOR termnates the earlest when the sensor densty s not very hgh and t can be deployed when both the deployment tme requrement and coverage requrement are strct Mnmax s the best choce to calculate the target locaton Vrtual movement protocols can sgnfcantly reduce mechancal movement wth a cost of less then two Dego Cammarano Movement - Asssted Sensor Deployment 44 / 48

45 Intro Self Deploy Vrtual Movement Performance Concluson Consderatons Open Issues Dstrbuted scheme sensors calculate ther target locaton followng a dstrbuted approach sensors only move when there are coverage holes can t always guarantee the optmal coverage Dego Cammarano Movement - Asssted Sensor Deployment 45 / 48

46 Intro Self Deploy Vrtual Movement Performance Concluson Consderatons Open Issues Centralzed scheme a centralzed approach may not be fesble n some deployments and suffers from the problem of a sngle pont of falure optmal poston to place sensors s decded a pror by a central server who mnmze the movng dstance of the sensors ths s a bpartte matchng problem and the classc Hungaran method s used to dstrbute sensors mnmzng ther movng dstance Dego Cammarano Movement - Asssted Sensor Deployment 46 / 48

47 Intro Self Deploy Vrtual Movement Performance Concluson Consderatons Open Issues Sensng Area Area shape the sensng area of each sensor s a dsk wth radus 6m f the sensng area s unformly a dsk, protocols can deal well wth the case of a larger or smaller sensng radus f the sensng area s an rregular shape, sensors can stll determne the coverage holes by reducng the sensng range Performance performance depends more on the rato of communcaton range to sensng range than the absolute sensng range on decreasng of the sensng range, protocols can accurately construct the Vorono dagrams on ncreasng of the sensng range, t s necessary to enlarge broadcast hops to better construct the Vorono polygons Dego Cammarano Movement - Asssted Sensor Deployment 47 / 48

48 Intro Self Deploy Vrtual Movement Performance Concluson Consderatons Open Issues Questons Dego Cammarano Movement - Asssted Sensor Deployment 48 / 48

Movement-Assisted Sensor Deployment

Movement-Assisted Sensor Deployment 640 IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 5, NO. 6, JUNE 2006 Movement-Asssted Sensor Deployment Gulng Wang, Student Member, IEEE, Guohong Cao, Member, IEEE, and Thomas F. La Porta, Fellow, IEEE

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

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

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

熊本大学学術リポジトリ. 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

Utility-based Routing

Utility-based Routing Utlty-based Routng Je Wu Dept. of Computer and Informaton Scences Temple Unversty Roadmap Introducton Why Another Routng Scheme Utlty-Based Routng Implementatons Extensons Some Fnal Thoughts 2 . Introducton

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

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

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

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

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

Full-duplex Relaying for D2D Communication in mmwave based 5G Networks

Full-duplex Relaying for D2D Communication in mmwave based 5G Networks Full-duplex Relayng for D2D Communcaton n mmwave based 5G Networks Boang Ma Hamed Shah-Mansour Member IEEE and Vncent W.S. Wong Fellow IEEE Abstract Devce-to-devce D2D communcaton whch can offload data

More information

A Novel Optimization of the Distance Source Routing (DSR) Protocol for the Mobile Ad Hoc Networks (MANET)

A Novel Optimization of the Distance Source Routing (DSR) Protocol for the Mobile Ad Hoc Networks (MANET) A Novel Optmzaton of the Dstance Source Routng (DSR) Protocol for the Moble Ad Hoc Networs (MANET) Syed S. Rzv 1, Majd A. Jafr, and Khaled Ellethy Computer Scence and Engneerng Department Unversty of Brdgeport

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

Coverage Maximization in Mobile Wireless Sensor Networks Utilizing Immune Node Deployment Algorithm

Coverage Maximization in Mobile Wireless Sensor Networks Utilizing Immune Node Deployment Algorithm CCECE 2014 1569888203 Coverage Maxmzaton n Moble Wreless Sensor Networs Utlzng Immune Node Deployment Algorthm Mohammed Abo-Zahhad, Sabah M. Ahmed and Nabl Sabor Electrcal and Electroncs Engneerng Department

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

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

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

Algorithms Airline Scheduling. Airline Scheduling. Design and Analysis of Algorithms Andrei Bulatov

Algorithms Airline Scheduling. Airline Scheduling. Design and Analysis of Algorithms Andrei Bulatov Algorthms Arlne Schedulng Arlne Schedulng Desgn and Analyss of Algorthms Andre Bulatov Algorthms Arlne Schedulng 11-2 The Problem An arlne carrer wants to serve certan set of flghts Example: Boston (6

More information

Optimization Frequency Design of Eddy Current Testing

Optimization Frequency Design of Eddy Current Testing Optmzaton Frequency Desgn of Eddy Current Testng NAONG MUNGKUNG 1, KOMKIT CHOMSUWAN 1, NAONG PIMPU 2 AND TOSHIFUMI YUJI 3 1 Department of Electrcal Technology Educaton Kng Mongkut s Unversty of Technology

More information

Wireless Sensor Network Coverage Optimization Based on Fruit Fly Algorithm

Wireless Sensor Network Coverage Optimization Based on Fruit Fly Algorithm Wreless Sensor Network Coverage Optmzaton Based on Frut Fly Algorthm https://do.org/10.3991/joe.v1406.8698 Ren Song!! ", Zhchao Xu, Yang Lu Jln Unversty of Fnance and Economcs, Jln, Chna rensong1579@163.com

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

Coverage Control for Multiple Event Types with Heterogeneous Robots

Coverage Control for Multiple Event Types with Heterogeneous Robots Coverage Control for Multple Event Types wth Heterogeneous Robots Armn Sadegh Stephen L. Smth Abstract Ths paper focuses on the problem of deployng a set of autonomous robots to effcently montor multple

More information

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator Global Advanced Research Journal of Management and Busness Studes (ISSN: 2315-5086) Vol. 4(3) pp. 082-086, March, 2015 Avalable onlne http://garj.org/garjmbs/ndex.htm Copyrght 2015 Global Advanced Research

More information

An Energy Efficient Hierarchical Clustering Algorithm for Wireless Sensor Networks

An Energy Efficient Hierarchical Clustering Algorithm for Wireless Sensor Networks An Energy Effcent Herarchcal Clusterng Algorthm for Wreless Sensor Networks Seema Bandyopadhyay and Edward J. Coyle School of Electrcal and Computer Engneerng Purdue Unversty West Lafayette, IN, USA {seema,

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

High Speed, Low Power And Area Efficient Carry-Select Adder

High Speed, Low Power And Area Efficient Carry-Select Adder Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR), Volume 5, Issue 3, March 2016 Hgh Speed, Low Power And Area Effcent Carry-Select Adder Nelant Harsh M.tech.VLSI Desgn Electroncs

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

Fall 2018 #11 Games and Nimbers. A. Game. 0.5 seconds, 64 megabytes

Fall 2018 #11 Games and Nimbers. A. Game. 0.5 seconds, 64 megabytes 5-95 Fall 08 # Games and Nmbers A. Game 0.5 seconds, 64 megabytes There s a legend n the IT Cty college. A student that faled to answer all questons on the game theory exam s gven one more chance by hs

More information

Ad hoc Service Grid A Self-Organizing Infrastructure for Mobile Commerce

Ad hoc Service Grid A Self-Organizing Infrastructure for Mobile Commerce Ad hoc Servce Grd A Self-Organzng Infrastructure for Moble Commerce Klaus Herrmann, Kurt Gehs, Gero Mühl Berln Unversty of Technology Emal: klaus.herrmann@acm.org Web: http://www.vs.tu-berln.de/herrmann/

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

THEORY OF YARN STRUCTURE by Prof. Bohuslav Neckář, Textile Department, IIT Delhi, New Delhi. Compression of fibrous assemblies

THEORY OF YARN STRUCTURE by Prof. Bohuslav Neckář, Textile Department, IIT Delhi, New Delhi. Compression of fibrous assemblies THEORY OF YARN STRUCTURE by Prof. Bohuslav Neckář, Textle Department, IIT Delh, New Delh. Compresson of fbrous assembles Q1) What was the dea of fbre-to-fbre contact accordng to van Wyk? A1) Accordng to

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

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

Load Balanced Rendezvous Data Collection in Wireless Sensor Networks

Load Balanced Rendezvous Data Collection in Wireless Sensor Networks Load Balanced endezvous Data Collecton n Wreless ensor Networks Luo Ma 1, Longfe hangguan 1,2, Chao Lang 1, Junzhao Du 1, Hu Lu 1, Zhenjang L 2,3, and Mo L 3 1 oftware Engneerng Insttute, Xdan Unversty

More information

Ad hoc Service Grid A Self-Organizing Infrastructure for Mobile Commerce

Ad hoc Service Grid A Self-Organizing Infrastructure for Mobile Commerce Ad hoc Servce Grd A Self-Organzng Infrastructure for Moble Commerce Klaus Herrmann Berln Unversty of Technology Emal: klaus.herrmann@acm.org Web: http://www.vs.tu-berln.de/herrmann/ PTB-Semnar, 3./4. November

More information

Fast and Efficient Data Forwarding Scheme for Tracking Mobile Targets in Sensor Networks

Fast and Efficient Data Forwarding Scheme for Tracking Mobile Targets in Sensor Networks Artcle Fast and Effcent Data Forwardng Scheme for Trackng Moble Targets n Sensor etworks M Zhou 1, Mng Zhao, Anfeng Lu 1, *, Mng Ma 3, Tang Wang 4 and Changqn Huang 5 1 School of Informaton Scence and

More information

A Three-Dimensional Network Coverage Optimization Algorithm in Healthcare System

A Three-Dimensional Network Coverage Optimization Algorithm in Healthcare System 204 IEEE 6th Internatonal Conference on e-health Networkng, Applcatons and Servces (Healthcom) A Three-Dmensonal Network Coverage Optmzaton Algorthm n Healthcare System Xaoshuang Lu, Guxa Kang, Nngbo Zhang,

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

NETWORK 2001 Transportation Planning Under Multiple Objectives

NETWORK 2001 Transportation Planning Under Multiple Objectives NETWORK 200 Transportaton Plannng Under Multple Objectves Woodam Chung Graduate Research Assstant, Department of Forest Engneerng, Oregon State Unversty, Corvalls, OR9733, Tel: (54) 737-4952, Fax: (54)

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

Distributed Fault Detection of Wireless Sensor Networks

Distributed Fault Detection of Wireless Sensor Networks Dstrbuted Fault Detecton of Wreless Sensor Networs Jnran Chen, Shubha Kher, and Arun Soman Dependable Computng and Networng Lab Iowa State Unversty Ames, Iowa 50010 {jrchen, shubha, arun}@astate.edu ABSTRACT

More information

An Improved Method for GPS-based Network Position Location in Forests 1

An Improved Method for GPS-based Network Position Location in Forests 1 Ths full text paper was peer revewed at the drecton of IEEE Communcatons Socety subject matter experts for publcaton n the WCNC 008 proceedngs. An Improved Method for GPS-based Network Poston Locaton n

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

An Analytical Method for Centroid Computing and Its Application in Wireless Localization

An Analytical Method for Centroid Computing and Its Application in Wireless Localization An Analytcal Method for Centrod Computng and Its Applcaton n Wreless Localzaton Xue Jun L School of Engneerng Auckland Unversty of Technology, New Zealand Emal: xuejun.l@aut.ac.nz Abstract Ths paper presents

More information

A Predictive QoS Control Strategy for Wireless Sensor Networks

A Predictive QoS Control Strategy for Wireless Sensor Networks The 1st Worshop on Resource Provsonng and Management n Sensor Networs (RPMSN '5) n conjuncton wth the 2nd IEEE MASS, Washngton, DC, Nov. 25 A Predctve QoS Control Strategy for Wreless Sensor Networs Byu

More information

The Impact of Spectrum Sensing Frequency and Packet- Loading Scheme on Multimedia Transmission over Cognitive Radio Networks

The Impact of Spectrum Sensing Frequency and Packet- Loading Scheme on Multimedia Transmission over Cognitive Radio Networks Ths artcle has been accepted for publcaton n a future ssue of ths journal, but has not been fully edted. Content may change pror to fnal publcaton. The Impact of Spectrum Sensng Frequency and Pacet- Loadng

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

Optimal Local Topology Knowledge for Energy Efficient Geographical Routing in Sensor Networks

Optimal Local Topology Knowledge for Energy Efficient Geographical Routing in Sensor Networks Optmal Local Topology Knowledge for Energy Effcent Geographcal Routng n Sensor Networks Tommaso Meloda, Daro Pompl, Ian F. Akyldz Broadband and Wreless Networkng Laboratory School of Electrcal and Computer

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

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

Characterization and Analysis of Multi-Hop Wireless MIMO Network Throughput

Characterization and Analysis of Multi-Hop Wireless MIMO Network Throughput Characterzaton and Analyss of Mult-Hop Wreless MIMO Network Throughput Bechr Hamdaou EECS Dept., Unversty of Mchgan 226 Hayward Ave, Ann Arbor, Mchgan, USA hamdaou@eecs.umch.edu Kang G. Shn EECS Dept.,

More information

Joint Adaptive Modulation and Power Allocation in Cognitive Radio Networks

Joint Adaptive Modulation and Power Allocation in Cognitive Radio Networks I. J. Communcatons, etwork and System Scences, 8, 3, 7-83 Publshed Onlne August 8 n ScRes (http://www.scrp.org/journal/jcns/). Jont Adaptve Modulaton and Power Allocaton n Cogntve Rado etworks Dong LI,

More information

Communication-Aware Distributed PSO for Dynamic Robotic Search

Communication-Aware Distributed PSO for Dynamic Robotic Search Communcaton-Aware Dstrbuted PSO for Dynamc Robotc Search Logan Perreault Montana State Unversty Bozeman, Montana 59715 logan.perreault@cs.montana.edu Mke P. Wtte Montana State Unversty Bozeman, Montana

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

Cooperative perimeter surveillance with a team of mobile robots under communication constraints

Cooperative perimeter surveillance with a team of mobile robots under communication constraints 213 IEEE/RSJ Internatonal Conference on Intellgent Robots and Systems (IROS) November 3-7, 213. Toyo, Japan Cooperatve permeter survellance wth a team of moble robots under communcaton constrants J.J.

More information

Least-Latency Routing over Time-Dependent Wireless Sensor Networks

Least-Latency Routing over Time-Dependent Wireless Sensor Networks 1 Least-Latency Routng over Tme-Dependent Wreless Sensor Networks Shouwen La, Member, IEEE, and Bnoy Ravndran, Senor Member, IEEE Abstract We consder the problem of least-latency end-to-end routng over

More information

Adaptive Distributed Topology Control for Wireless Ad-Hoc Sensor Networks

Adaptive Distributed Topology Control for Wireless Ad-Hoc Sensor Networks Adaptve Dstrbuted Topology Control for Wreless Ad-Hoc Sensor Networks Ka-Tng Chu, Chh-Yu Wen, Yen-Cheh Ouyang, and Wllam A. Sethares Abstract Ths paper presents a decentralzed clusterng and gateway selecton

More information

Time-frequency Analysis Based State Diagnosis of Transformers Windings under the Short-Circuit Shock

Time-frequency Analysis Based State Diagnosis of Transformers Windings under the Short-Circuit Shock Tme-frequency Analyss Based State Dagnoss of Transformers Wndngs under the Short-Crcut Shock YUYING SHAO, ZHUSHI RAO School of Mechancal Engneerng ZHIJIAN JIN Hgh Voltage Lab Shangha Jao Tong Unversty

More information

Open Access Node Localization Method for Wireless Sensor Networks Based on Hybrid Optimization of Differential Evolution and Particle Swarm Algorithm

Open Access Node Localization Method for Wireless Sensor Networks Based on Hybrid Optimization of Differential Evolution and Particle Swarm Algorithm Send Orders for Reprnts to reprnts@benthamscence.ae The Open Automaton and Control Systems Journal, 014, 6, 61-68 61 Open Access Node Localzaton Method for Wreless Sensor Networks Based on Hybrd Optmzaton

More information

Location of Rescue Helicopters in South Tyrol

Location of Rescue Helicopters in South Tyrol Locaton of Rescue Helcopters n South Tyrol Monca Talwar Department of Engneerng Scence Unversty of Auckland New Zealand talwar_monca@yahoo.co.nz Abstract South Tyrol s a popular destnaton n Northern Italy

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

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

On Interference Alignment for Multi-hop MIMO Networks

On Interference Alignment for Multi-hop MIMO Networks 013 Proceedngs IEEE INFOCOM On Interference Algnment for Mult-hop MIMO Networks Huacheng Zeng Y Sh Y. Thomas Hou Wenng Lou Sastry Kompella Scott F. Mdkff Vrgna Polytechnc Insttute and State Unversty, USA

More information

HUAWEI TECHNOLOGIES CO., LTD. Huawei Proprietary Page 1

HUAWEI TECHNOLOGIES CO., LTD. Huawei Proprietary Page 1 Project Ttle Date Submtted IEEE 802.16 Broadband Wreless Access Workng Group Double-Stage DL MU-MIMO Scheme 2008-05-05 Source(s) Yang Tang, Young Hoon Kwon, Yajun Kou, Shahab Sanaye,

More information

Pervasive and Mobile Computing. Adaptive radio maps for pattern-matching localization via inter-beacon co-calibration

Pervasive and Mobile Computing. Adaptive radio maps for pattern-matching localization via inter-beacon co-calibration Pervasve and Moble Computng ( ) Contents lsts avalable at ScVerse ScenceDrect Pervasve and Moble Computng journal homepage: www.elsever.com/locate/pmc Adaptve rado maps for pattern-matchng localzaton va

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

Intelligent Wakening Scheme for Wireless Sensor Networks Surveillance

Intelligent Wakening Scheme for Wireless Sensor Networks Surveillance The Frst Internatonal Workshop on Cyber-Physcal Networkng Systems Intellgent Wakenng Scheme for Wreless Sensor Networks Survellance Ru Wang, Le Zhang, L Cu Insttute of Computng Technology of the Chnese

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

An Alternation Diffusion LMS Estimation Strategy over Wireless Sensor Network

An Alternation Diffusion LMS Estimation Strategy over Wireless Sensor Network Progress In Electromagnetcs Research M, Vol. 70, 135 143, 2018 An Alternaton Dffuson LMS Estmaton Strategy over Wreless Sensor Network Ln L * and Donghu L Abstract Ths paper presents a dstrbuted estmaton

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

Self-Organized Swarm Robot for Target Search and Trapping Inspired by Bacterial Chemotaxis

Self-Organized Swarm Robot for Target Search and Trapping Inspired by Bacterial Chemotaxis Contents lsts avalable at ScenceDrect Robotcs and Autonomous Systems journal homepage:www.elsever.com/locate/robot Self-Organzed Swarm Robot for Target Search and Trappng Inspred by Bacteral Chemotaxs

More information

Define Y = # of mobiles from M total mobiles that have an adequate link. Measure of average portion of mobiles allocated a link of adequate quality.

Define Y = # of mobiles from M total mobiles that have an adequate link. Measure of average portion of mobiles allocated a link of adequate quality. Wreless Communcatons Technologes 6::559 (Advanced Topcs n Communcatons) Lecture 5 (Aprl th ) and Lecture 6 (May st ) Instructor: Professor Narayan Mandayam Summarzed by: Steve Leung (leungs@ece.rutgers.edu)

More information

Analysis of Lifetime of Large Wireless Sensor Networks Based on Multiple Battery Levels

Analysis of Lifetime of Large Wireless Sensor Networks Based on Multiple Battery Levels I. J. Communcatons, Network and System Scences, 008,, 05-06 Publshed Onlne May 008 n ScRes (http://www.srpublshng.org/journal/jcns/). Analyss of Lfetme of Large Wreless Sensor Networks Based on Multple

More information

Key-Words: - Automatic guided vehicles, Robot navigation, genetic algorithms, potential fields

Key-Words: - Automatic guided vehicles, Robot navigation, genetic algorithms, potential fields Autonomous Robot Navgaton usng Genetc Algorthms F. ARAMBULA COSIO, M. A. PADILLA CASTAÑEDA Lab. de Imágenes y Vsón Centro de Instrumentos, UNAM Méxco, D.F., 451 MEXICO Abstract: - In ths paper s presented

More information

sensors ISSN by MDPI

sensors ISSN by MDPI Sensors 2007, 7, 628-648 Full Paper sensors ISSN 1424-8220 2007 by MDPI www.mdp.org/sensors Dstrbuted Partcle Swarm Optmzaton and Smulated Annealng for Energy-effcent Coverage n Wreless Sensor Networks

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

Enhancing Throughput in Wireless Multi-Hop Network with Multiple Packet Reception

Enhancing Throughput in Wireless Multi-Hop Network with Multiple Packet Reception Enhancng Throughput n Wreless Mult-Hop Network wth Multple Packet Recepton Ja-lang Lu, Paulne Vandenhove, We Shu, Mn-You Wu Dept. of Computer Scence & Engneerng, Shangha JaoTong Unversty, Shangha, Chna

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

An efficient cluster-based power saving scheme for wireless sensor networks

An efficient cluster-based power saving scheme for wireless sensor networks RESEARCH Open Access An effcent cluster-based power savng scheme for wreless sensor networks Jau-Yang Chang * and Pe-Hao Ju Abstract In ths artcle, effcent power savng scheme and correspondng algorthm

More information

THE GENERATION OF 400 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES *

THE GENERATION OF 400 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES * SLAC PUB 874 3/1999 THE GENERATION OF 4 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES * Sam G. Tantaw, Arnold E. Vleks, and Rod J. Loewen Stanford Lnear Accelerator Center, Stanford Unversty P.O. Box

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

Test 2. ECON3161, Game Theory. Tuesday, November 6 th

Test 2. ECON3161, Game Theory. Tuesday, November 6 th Test 2 ECON36, Game Theory Tuesday, November 6 th Drectons: Answer each queston completely. If you cannot determne the answer, explanng how you would arrve at the answer may earn you some ponts.. (20 ponts)

More information

Finding Proper Configurations for Modular Robots by Using Genetic Algorithm on Different Terrains

Finding Proper Configurations for Modular Robots by Using Genetic Algorithm on Different Terrains Internatonal Journal of Materals, Mechancs and Manufacturng, Vol. 1, No. 4, November 2013 Fndng Proper Confguratons for Modular Robots by Usng Genetc Algorthm on Dfferent Terrans Sajad Haghzad Kldbary,

More information

Rational Secret Sharing without Broadcast

Rational Secret Sharing without Broadcast Ratonal Secret Sharng wthout Broadcast Amjed Shareef, Department of Computer Scence and Engneerng, Indan Insttute of Technology Madras, Chenna, Inda. Emal: amjedshareef@gmal.com Abstract We use the concept

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

Distributed Algorithms for the Operator Placement Problem

Distributed Algorithms for the Operator Placement Problem TZIRITAS ET AL.: DISTRIBUTED ALGORITHMS FOR THE OPERATOR PLACEMET PROBLEM Dstrbuted Algorthms for the Operator Placement Problem kos Tzrtas, Thanass Loukopoulos, Samee U. Khan, Senor Member, IEEE, Cheng-Zhong

More information

Unit 1. Current and Voltage U 1 VOLTAGE AND CURRENT. Circuit Basics KVL, KCL, Ohm's Law LED Outputs Buttons/Switch Inputs. Current / Voltage Analogy

Unit 1. Current and Voltage U 1 VOLTAGE AND CURRENT. Circuit Basics KVL, KCL, Ohm's Law LED Outputs Buttons/Switch Inputs. Current / Voltage Analogy ..2 nt Crcut Bascs KVL, KCL, Ohm's Law LED Outputs Buttons/Swtch Inputs VOLTAGE AND CRRENT..4 Current and Voltage Current / Voltage Analogy Charge s measured n unts of Coulombs Current Amount of charge

More information

This is a repository copy of AN ADAPTIVE LOCALIZATION SYSTEM USING PARTICLE SWARM OPTIMIZATION IN A CIRCULAR DISTRIBUTION FORM.

This is a repository copy of AN ADAPTIVE LOCALIZATION SYSTEM USING PARTICLE SWARM OPTIMIZATION IN A CIRCULAR DISTRIBUTION FORM. hs s a repostory copy of AN ADAPIVE LOCALIZAION SYSEM USING PARICLE SWARM OPIMIZAION IN A CIRCULAR DISRIBUION FORM. Whte Rose Research Onlne URL for ths paper: http://eprnts.whterose.ac.uk/118699/ Verson:

More information

... -J to send radio signals through the air, how modulation , IJ."~ UNITED STATES~~ FREQUENCY ALLOCATIONS

... -J to send radio signals through the air, how modulation , IJ.~ UNITED STATES~~ FREQUENCY ALLOCATIONS ..., J."..J What would lfe be lke wthout rado and televson? Only a hundred years ago the fastest way to send a message between Amerca and Europe or Asa was a fast shp. Now we get lve televson coverage

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

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

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

Voronoi coverage of non-convex environments with a group of networked robots

Voronoi coverage of non-convex environments with a group of networked robots 2010 IEEE Internatonal Conference on Robotcs and Automaton Anchorage Conventon Dstrct May 3-8, 2010, Anchorage, Alaska, USA Vorono coverage of non-conve envronments wth a group of networked robots Andreas

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

On High Spatial Reuse Broadcast Scheduling in STDMA Wireless Ad Hoc Networks

On High Spatial Reuse Broadcast Scheduling in STDMA Wireless Ad Hoc Networks On Hgh Spatal Reuse Broadcast Schedulng n STDMA Wreless Ad Hoc Networks Ashutosh Deepak Gore and Abhay Karandkar Informaton Networks Laboratory Department of Electrcal Engneerng Indan Insttute of Technology

More information

Iterative Water-filling for Load-balancing in

Iterative Water-filling for Load-balancing in Iteratve Water-fllng for Load-balancng n Wreless LAN or Mcrocellular Networks Jeremy K. Chen Theodore S. Rappaport Gustavo de Vecana Wreless Networkng and Communcatons Group (WNCG), The Unversty of Texas

More information

Procedia Computer Science

Procedia Computer Science Proceda Computer Scence 3 (211) 714 72 Proceda Computer Scence (21) Proceda Computer Scence www.elsever.com/locate/proceda www.elsever.com/locate/proceda WCIT-21 Performance evaluaton of data delvery approaches

More information

sensors ISSN

sensors ISSN Sensors 009, 9, 8593-8609; do:10.3390/s91108593 Artcle OPEN ACCESS sensors ISSN 144-80 www.mdp.com/journal/sensors Dstrbuted Envronment Control Usng Wreless Sensor/Actuator Networks for Lghtng Applcatons

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