An Adaptive Scheduling Algorithm for Set Cover Problem in Wireless Sensor Networks: A Cellular Learning Automata Approach

Size: px
Start display at page:

Download "An Adaptive Scheduling Algorithm for Set Cover Problem in Wireless Sensor Networks: A Cellular Learning Automata Approach"

Transcription

1 2 3rd Internatonal Conference on Machne Learnng and Computng (ICMLC 2) n daptve chedulng lgorthm for et Cover Problem n Wreless ensor Networks: Cellular Learnng utomata pproach eza Ghader Computer Engneerng Department Islamc zad Unversty rak, Iran Ghader.re@gmal.com Mehd Esnaashar Computer Engneerng and Informaton Technology Department mrkabr Unversty of Technology Tehran, Iran Esnaashar@aut.ac.r Mohammad eza Meybod Computer Engneerng and Informaton Technology Department mrkabr Unversty of Technology Tehran, Iran mmeybod@aut.ac.r bstract edundant node deployment s a common strategy n wreless sensor networks. Ths redundancy can be due to varous reasons such as hgh probablty of falures, long lfetme expectaton, etc. One maor problem n wreless sensor networks s to use ths redundancy n order to extend the network lfetme whle keepng the entre area under the coverage of the network. In ths problem, whch s known as set cover problem, the man obectve s to select a subset of sensor nodes as actve nodes so that the set of actve nodes covers the entre area of the network. In ths paper, an schedulng algorthm s presented for solvng the set cover problem usng cellular learnng automata. In ths algorthm, each node s equpped wth a learnng automaton whch decdes for the node to be actve or not locally and based on the stuatons of ts neghbors. mulaton results n J-m smulator envronment specfy the effcency of the proposed schedulng algorthm over exstng algorthms such as PE and PEC. Keywords: Wreless ensor Networks, rea Coverage, chedulng lgorthm, Learnng utomata, Cellular Learnng utomata I. INTODUCTION One of the basc ssues n wreless sensor networks s the coverage problem whch specfes how the network s montored by sensor nodes []. The focus of ths paper s on a sub-problem of coverage problem, called the set cover problem. In set cover problem, by assumng redundancy n the number of deployed sensor nodes throughout the area of the network, the man obectve s to select a subset of sensor nodes as actve nodes so that the set of actve nodes covers the entre area of the network. electng a subset of sensor nodes as actve nodes s a sutable approach for prolongng the network lfetme. Ths s because n most scenaros of sensor networks, sensor nodes have lmted batteres, whch are not rechargeable, and hence deactvatng a number of sensor nodes and let them conservng ther batteres for later tmes, prolongs the lfetme of the network. Furthermore, deactvatng some of the sensor nodes decreases the probablty of collsons, whch n turn, decreases the need for retransmttng packets. In ths paper, we refer to any algorthm whch can select a subset of sensor nodes n such a way that the entre area of the network s covered as schedulng algorthm. In ths paper, a dstrbuted, adaptve schedulng algorthm based on cellular learnng automata for wreless sensor networks s proposed. The man purpose of ths algorthm s to mantan coverage n the network wth mnmum number of actve nodes, so that the total consumed energy of nodes s mnmzed. In the proposed algorthm, each node s equpped wth a learnng automaton whch decdes for the node to be actve or not accordng to the states (ether actve or not) of ts neghborng sensor nodes. We used J-m smulator to evaluate the performance of the proposed algorthm. mulaton results specfy the effcency of the proposed algorthm over exstng algorthms such as PE [2] and PEC [3] especally aganst hgh rato of unexpected falures. The rest of ths paper s organzed as follows. In secton II, a lterature overvew s presented. In secton III, learnng automata and cellular learnng automata are brefly revewed. The problem statement s gven n secton IV. The proposed schedulng algorthm s descrbed n secton V. mulaton results are gven n secton VI. ecton VII s the concluson. II. ELTED Work Coverage problem s one of the basc ssues n wreless sensor network about whch many dstrbuted and centralzed algorthms have been presented [2-7]. In [4], the problem of fndng the maxmal number of covers s pad attenton to n whch a cover s defned as a set of nodes that can completely cover the montored area. Ths s an NP-complete problem whch needs centralzed heurstc soluton. [5] pays attenton to coverage problem n wreless sensor networks wth a centralzed manner. In ths work, a genetc algorthm s used for coverage problem wth the mnmal number of nodes needed to cover entre area of the network. In [6, 7], authors solve the coverage problem n a dstrbuted manner. In ths work, each node decdes whether t can sleep or not based on the nformaton collected from neghborng nodes. In [2] a dstrbuted, probng-based schedulng algorthm named PE s presented. In PE, a subset of nodes remans n actve mode to mantan coverage and the rest of nodes go to sleep. Each sleepng node checks the exstence //$26. 2 IEEE V2-64

2 2 3rd Internatonal Conference on Machne Learnng and Computng (ICMLC 2) of ts workng neghbor nodes after awakenng. If no workng node s wthn ts probng range, t starts to operate n the actve mode; otherwse, t returns to sleep state. PEC algorthm [3] operates smlar to PE, but unlke PE, n PEC a node goes to sleep mode after a duraton beng n workng state and one of ts neghborng nodes replaces wth t. III. CELLUL LENING UTOMT In ths secton we brefly revew learnng automata and cellular learnng automata. Learnng utomata: Learnng utomata (L) s an abstract model whch randomly selects one acton out of ts fnte set of actons and performs t on a random envronment. Envronment then evaluates the selected acton and responses to the automata wth a renforcement sgnal. Based on the selected acton, and receved sgnal, the automata updates ts nternal state and selects ts next acton. class of L s called varable structure learnng automata and s represented by quadruple { α, β, p,t} n whch α = { α, α 2,..., α r } represents the acton set of the automata, β = { β, β 2,..., β r } represents the nput set, p = { p, p2,..., p r } represents the acton probablty set, and fnally p( n + ) = T[ α( n), β ( n), p( n)] represents the learnng algorthm. Let α be the acton chosen at tme n, then the recurrence equaton for updatng p s defned as p ( n + ) = p ( n) + a[ p ( n)] p ( n + ) = ( a) p ( n) for favorable responses, and p ( n + ) = ( b) p ( n) b p ( n + ) = + ( b) p ( n) r,, for unfavorable ones. In these equatons, a and b are reward and penalty parameters respectvely. If a = b, learnng algorthm s called L P, f b << a, t s called L 2 ε P, and f b =, t s called L 3 I. For more nformaton about learnng automata the reader may refer to [8, 9]. Cellular Learnng utomata: Cellular Learnng utomata (CL), whch s a combnaton of Cellular utomata (C) [] and learnng automata, s a powerful mathematcal model for many decentralzed problems and phenomena. The basc dea of CL, whch s a subclass of stochastc C, s to utlze L to adust the state transton probablty of stochastc C. CL s a C n whch a learnng automaton s assgned to every cell. The learnng Lnear eward-penalty 2 Lnear eward epslon Penalty () (2) automaton resdng n a partcular cell determnes ts acton (state) on the bass of ts acton probablty vector. Lke C, there s a rule that the CL operates under. The local rule of CL and the actons selected by the neghborng Ls of any partcular L determne the renforcement sgnal to the L resdng n a cell. CL has found many applcatons such as mage processng [], rumor dffuson [2], channel assgnment n cellular networks [3], and sensor networks [4, 5] to menton a few. For more nformaton about CL the reader may refer to [2, 6]. IV. POBLEM TTEMENT Consder a sensor network conssts of N sensor nodes s s N s,, 2..., wthn a feld ( Ω ). ensor nodes, whch are responsble for sensng and montorng the feld, are scattered randomly throughout the area of the network so that Ω s completely covered. ll sensor nodes have the same sensng range of and transmsson range of. s Each sensor node s has 4 dfferent modes of operaton [7] as follows: On-duty ( CPU C ): CPU, sensng and communcatng unts are swtched on referred to as actve mode. sensor node n the actve mode s referred to as an actve node. ensng Unt On-duty ( CPU C ): The CPU and the sensng unts are swtched on, but the communcatng unt s swtched off. Communcatng Unt On-duty ( CPU C ): The CPU and the communcatng unts are swtched on, but the sensng unt s swtched off. Off-duty ( CPU C ): CPU, sensng and communcatng unts are swtched off referred to as sleep mode. Note that n CPU C, CPU C, CPU C and CPU C, ndex stands for actve and ndex stands for sleep. t any nstance of tme, a sensor node can be only n one of the above 4 operaton modes. We assume that the number of sensors ( N ) s more than that requred to cover the entre area of the network. Thus, a schedulng algorthm can be adopted to use ths redundancy for prolongng the lfetme of the network. uch a controllng algorthm, selects a subset of sensor nodes as actve nodes so that the set of actve nodes fully covers Ω. Defnton : Network lfetme s defned as the tme elapsed from the network startup to the tme at whch the Ω s not further completely covered by the network due to node deaths. Consderng the above defntons and assumptons, the problem s to desgn a schedulng algorthm, whch tres to maxmze the lfetme of the network. t 3 Lnear eward Inacton V2-65

3 2 3rd Internatonal Conference on Machne Learnng and Computng (ICMLC 2) V. POPOED CHEDULING LGOITHM The proposed schedulng algorthm must provde two requrements;. complete coverage of the network area, and 2. the set of the selected actve nodes should consume as lttle power as possble so as to prolong the network lfetme. We consder the followng assumptons: The set of sensor nodes resdng throughout the network area covers the area completely. ensor nodes are aware of ther physcal locatons (usng some localzaton technques [8, 9]). N whch s the number of sensor nodes wthn the area of the network s known by all nodes. In what follows, we gve the detals of the proposed algorthm.. Detaled Descrpton of the Proposed chedulng lgorthm Intally, the network graph s mapped nto a cellular learnng automata. In ths mappng, each sensor node s n the network s mapped nto a cell n CL and two cells and are adacent n CL f ther correspondng sensor nodes are located wthn the sensng ranges of each other or n other words, two cells are adacent f the dstance between ther correspondng sensor nodes s not more than n gven by followng equaton: n = 2s ε 2s (3) We refer to n as neghborhood radus hereafter. The learnng automaton n each cell of CL, referred to as L uses lnear learnng algorthm gven by () and (2). ll learnng automata are L P. Each L has two actons α and α ; α s "plan to be n actve mode", and α s "plan to be n sleep mode". The probablty of selectng each of these actons s ntally computed accordng to (4). N I p = N (4) p = p In ths equaton, N I s a constant whch s greater than the mnmum number of actve nodes requred to cover the entre area of the network. p s selected ths way n order to have a sutable ntal dstrbuton (n terms of area coverage) of actve nodes throughout the network area. Neghborng nodes exchange HELLO packets wth each other perodcally to be aware of the states of each other. Detals on how to compute the tme nterval between two consecutve transmssons of HELLO packets n each sensor node wll be gven n secton V--. The HELLO packet of a node contans ts d and physcal locaton. Usng receved HELLO packets, each sensor node s stores for any of ts actve neghborng nodes, the locaton and the tme of the last receved HELLO packet. ensor nodes are ntally n INITIL state. In ths state, all nodes are n CPU C operaton mode. Each node s awakes after a random duraton whch s selected unformly from the range (, τ ). τ s the maxmum allowed tme nterval between two subsequent transmssons of HELLO packets. When a node s awakes, t uses ts learnng automaton to choose ts state. If L selects α whch s "plan to be n actve mode", sensor node s changes ts operaton mode from CPU C to CPU C and ts state from INITIL to WOK and then, broadcasts a HELLO packet n ts neghborhood. If L selects α whch s "plan to be n sleep mode", s changes ts operaton mode to CPU C and ts state to WIT_FO_LEEP, and then, wats to receve HELLO packets from ts neghbors whch are n WOK state. node whch s n WOK state (referred to as a workng node) montors ts surroundng area, and broadcasts HELLO packets to ts neghborng nodes perodcally. The renforcement sgnal s computed accordng to the followng two cases: If s s n WOK state and ts receved HELLO packets wthn τ duraton guarantee that the montored area of s s covered by ts neghbors, then t penalzes ts selected acton. Otherwse, t rewards ts selected acton. If s s n WIT_FO_LEEP state and ts receved HELLO packets wthn τ duraton, do not guarantee that the montored area of s s covered by ts neghbors, then t penalzes ts selected acton. Otherwse, s rewards ts selected acton. Each workng sensor node guarantees not to change ts state for a predetermned duraton T startng from the tme t dspatches ts HELLO packet. s a result, f a node, whch s n WIT_FO_LEEP state, s ensured (through receved HELLO packets) that ts montored area s covered completely by ts actve neghborng nodes wthn τ duraton, then t swtches to LEEP state. In LEEP state, all nodes are n CPU C operaton mode. leepng tme s determned by consderng the value of T and the recept tmes of the last HELLO packets from actve neghbors. Let t be the current tme of the network and t be the recept tme of the last HELLO packet from actve neghbor s at node s. The sleepng tme of the V2-66

4 2 3rd Internatonal Conference on Machne Learnng and Computng (ICMLC 2) node s ( T sleep followng equaton: sleep T ) s then computed accordng to the = mn s actve neghbors of s ( T ( t t )) When the sleepng tme of the node s s over, node s changes ts operaton mode to CPU C and ts state to WIT_FO_LEEP. Next tme for acton selecton of the learnng automaton of a node s s determned as follows: (5) If node s s n WIT_FO_LEEP state and acton α s penalzed, next acton selecton tme s mmedately after recevng the envronment response. If node s s n WOK state and acton α s penalzed, next acton selecton tme s at the dspatchng tme of the next HELLO packet. If the s enters selected acton of such a node s α, then WIT_FO_LEEP" state, but due to the assurance of ths node to ts neghbors, s must stay n actve mode and perform all of the tasks of a sensor node n WOK state, except for sendng HELLO packets, untl the end of the assurance tme. If the selected acton of node s s rewarded, then the next acton selecton tme s when ths acton s penalzed. In other words, the rewarded acton s performed repeatedly untl the tme t receves penalty. In Fgure, the transton dagram of operaton mode / state of the proposed schedulng algorthm n each sensor node has been shown. Fgure 2 shows the pseudo code of the proposed algorthm. Fgure. Operaton mode / tate transton dagram of the proposed schedulng algorthm n each sensor node. For each node s correspondng wth cell n CL do n parallel Intalze Wakeupfter(andom (, τ ) ) elect an acton accordng (4) If (the acton s α ) then ChangeOperaton_Mode/tateTo( CPU C / WOK ) else /* the acton s α */ ChangeOperaton_Mode/tateTo( CPU C / WIT_FO_LEEP ) End f Whle (Not ensordead) do Whle (the node s n WOK tate) do Broadcast HELLO Packet Update L s probablty vector End whle Whle (the node s n WIT_FO_LEEP tate) do If (NOT ssurancetoneghbors) then If (montored area of the node s covered by neghbors) then ChangeOperaton_Mode/tateTo( CPU C / LEEP ) End f End f Update L s probablty vector End whle If (the node s n LEEP tate) then Wakeupfter(leepngTme) ChangeOperaton_Mode/tateTo( CPU C / WIT_FO_LEEP ) End f End Whle End for Fgure 2. Pseudo code of the proposed algorthm ) Tme Interval for Transmsson of HELLO Packets s we stated before, sensor nodes whch are n WOK state, perodcally broadcast HELLO packets. Intally, the tme nterval between two consecutve transmssons of HELLO packets for each sensor node s s. Immedately after sendng the k th ( k > ) set to τ =τ HELLO packet, each node s updates τ accordng to (6). τ ; No = τ = No (6) τ ; Otherwse N I In the above equaton, No s the number of workng nodes from whch s receves at least one HELLO packet wthn the tme nterval [ t τ, t]. nce No s a measure of the traffc load n the neghborhood of s, (6) makes the tme nterval between two consecutve transmssons of HELLO packets n each sensor node adaptable to the local traffc load n the neghborhood of that node. V2-67

5 2 3rd Internatonal Conference on Machne Learnng and Computng (ICMLC 2) VI. PEFOMNCE EVLUTION. mulaton etup To evaluate the performance of the proposed schedulng algorthm, a number of experments are conducted and the results obtaned from the proposed algorthm are compared wth the results obtaned from PE [2] and PEC [3]. Experments are smulated usng J-m smulator [2]. We use a network area of 5 5m 2 through whch a number of sensor nodes are scattered unformly at random. Energy model gven n [7] s used n whch the energy consumpton ratos for transmsson, recepton (dle) and sleep modes are 2:4:. respectvely. The ntal energy level of each sensor node s chosen randomly from the range of 28 ~ 35 Jules. ensng and transmsson ranges of each sensor node are 7m and 3m, respectvely. Therefore, neghborhood radus accordng to (3) s 34m. Lke PE [2], each node has a raw wreless communcaton capacty of 2Kbps. mulaton tme for the frst two experments s assumed to be s. esults are averaged over 25 runs of smulatons. ) Parameters of the Proposed lgorthm We consder the value of parameter T as s and rate of reward and penalty parameters as.75 so that the sensor nodes have rapd reactons to topology changes of the network (due to unexpected falures, energy exhauston of sensor nodes,...). The values for the parameters n the proposed algorthm are lsted n Table I. TBLE I. PMETE VLUE UED IN THE POPOED LGOITHM ntal energy of channel s t N I each sensor node capacty T τ a, b 7m 3m ~ 35 Jules 2Kbps s.27s.75 2) Evaluaton Metrcs To evaluate the performance of the proposed algorthm, followng metrcs are used: () number of actve nodes; () percentage of area under the coverage of the network; () total consumed energy of sensor nodes; and (v) network lfetme. B. mulaton esults ) Experment Ths experment s conducted to study the performance of the proposed algorthm n terms of number of actve nodes, percentage of area under the coverage of the network, and total consumed energy of sensor nodes n comparson to PE and PEC algorthms. Experment s repeated for 5,, 2, 4, and 5 sensor nodes. Fgure 3 shows the results of the comparson for the number of actve nodes metrc. It can be seen from ths fgure that the number of actve nodes n the proposed algorthm, unlke PE and PEC algorthms, does not depend heavly on the number of sensor nodes n the network. Fgure 4 presents the results of the comparson between the proposed algorthm, PE, and PEC n terms of percentage of network area under coverage. s t can be seen from the fgure, the proposed algorthm fully covers the network area even n the networks of small szes (networks n whch the number of sensor nodes s below ). Fgure 5 compares the proposed algorthm wth PE and PEC algorthms n terms of the total energy consumpton of sensor nodes. It can be seen from ths fgure that the proposed algorthm consumes less than 7% and 45% of the energy consumed by PE and PEC, respectvely. 2) Experment 2 In ths experment, we study the tolerablty of the proposed algorthm aganst unexpected falures of sensor nodes n comparson to PE and PEC algorthms. To smulate unexpected falures of sensor nodes, n ths experment, 5% of the sensor nodes experence falures n random tmes durng the operaton of the network. mlar to Experment, networks wth 5,, 2, 4, and 5 sensor nodes are consdered for ths experment. Fgure 6, whch compares the proposed algorthm wth PE and PEC n terms of average number of actve nodes, ndcates that the presence of falures does not affect the performance of the proposed algorthm n terms of ths metrc sgnfcantly. Number of actve nodes n the proposed algorthm s less than 49% and 4% of the number of actve nodes n PE and PEC algorthms respectvely. ccordng to Fgure 7, whch gves the comparson of the mentoned algorthms n terms of percentage of network area under coverage, the proposed algorthm provdes full coverage of network area n all of mentoned network szes even n presence of unexpected node falures. Fnally, Fgure 8 gves the comparson of the mentoned algorthms n terms of the total energy consumpton of sensor nodes. Ths fgure shows that n the presence of unexpected falures, the energy consumpton of the proposed algorthm s less than 69% and 54% of the energy consumpton of PE and PEC, respectvely. V2-68

6 2 3rd Internatonal Conference on Machne Learnng and Computng (ICMLC 2) Fgure 3. Number of actve nodes versus number of sensor nodes Fgure 4. Percent of coverage versus number of sensor nodes Fgure 5. Total energy consumpton versus number of sensor nodes Fgure 6. Number of actve nodes versus number of sensor nodes wth falures Fgure 7. Percent of coverage versus number of sensor nodes wth falures Fgure 8. Total energy consumpton versus number of sensor nodes wth falures 3) Experment 3 Ths experment s conducted to study the performance of the proposed algorthm n terms of network lfetme. For ths experment, number of sensor nodes s assumed to be 25. The necton of unexpected falures of sensor nodes s performed wth a rate of 4.7 falures n every s. The results of smulatons show that the network lfetme for PE, PEC and the proposed algorthm s 9s, 2s and 22s, respectvely. Ths ndcates that the proposed algorthm better prolongs the lfetme of the network n comparson to exstng algorthms. VII. CONCLUION In ths paper, a novel schedulng algorthm based on cellular learnng automata for solvng the set cover problem n a wreless sensor network was presented. Ths algorthm tres to select a mnmum number of actve nodes, whch can fully cover the entre area of the network, so that the energy consumpton of sensor nodes on average s mnmzed, and consequently the network lfetme s maxmzed. The results of smulatons proved the superorty of the proposed algorthm over smlar exstng algorthms lke PE and PEC n terms of number of actve nodes, energy consumpton of sensor nodes, percentage of network area under coverage, and network lfetme. The results of experments also showed that the proposed algorthm outperforms PE and PEC n terms of the above mentoned metrcs even n the presence of unexpected falures n the sensor nodes of the network. EFEENCE [] C. F. Huang, and Y. C. Tseng, The coverage problem n a wreless sensor network, Moble Networks and pplcatons, vol., no. 4, pp , January 25. [2] F. Ye, G. Zhong,. Lu, and L. Zhang, PE: robust energy conservng protocol for long-lved sensor networks, In The 23nd Internatonal Conference on Dstrbuted Computng ystems (ICDC), 23. [3] Ch. Gu, and P. Mohapatra, Power conservaton and qualty of survellance n target trackng sensor networks, In Proc. of the th nnual Intl. Conf. on Moble Computng and Networkng (MOBICOM 24), Phladelpha, P, U, 24. [4]. lepcevc, and M. Potkonak, Power effcent organzaton of wreless sensor networks, In ICC 2, pp , June 2. [5] F. P. Quntao, F. G. Nakamura, and G.. Mateus, hybrd approach to solve the coverage and connectvty problem n wreless sensor networks, Unversty of Mnas Geras Belo Horzonte, MG. Brazl, 25. [6] X. Wang, G. Xng, Y. Zhang, C. Lu,. Pless, and C. Gll, Integrated coverage and connectvty confguraton n wreless sensor networks, In The Frst CM Conference on Embedded Networked ensor ystems, November 23. [7] H. Zhang, and J. C. Hou, Mantanng sensng coverage and connectvty n large sensor networks, d Hoc & ensor Wreless Networks, vol., pp , March 25. [8] M.. L. Thathachar, and P.. astry, Varetes of learnng automata: n overvew, IEEE Transacton on ystems, Man, and Cybernetcs-Part B: Cybernetcs, vol. 32, no. 6, pp , 22. V2-69

7 2 3rd Internatonal Conference on Machne Learnng and Computng (ICMLC 2) [9] K.. Narendra, and M.. L. Thathachar, Learnng automata: n ntroducton, In Proceedngs of the Prentce Hall, 989. [] E. Fredkn, Dgtal machne: nformatonal process based on reversble cellular automata, Physca D45, pp , 99. [] M.. Meybod, and M.. Kharazm, Image restoraton usng cellular learnng automata, In Proceedngs of the econd Iranan Conference on Machne Vson, Image Processng and pplcatons, pp , Tehran, Iran, 23. [2] M.. Meybod, and M. Taherkhan, pplcaton of cellular learnng automata to modelng of rumor dffuson, In Proc. of 9th Conf. on Electrcal Engneerng, Power and Water nsttute of Technology, pp. 2, Tehran, Iran, May 2. [3] H. Begy, and M.. Meybod, self-organzng channel assgnment algorthm: cellular learnng automata approach, prnger-verlag Lecture Notes n Computer cence, vol. 269, pp. 9 26, 23. [4] M. Esnaashar, and M.. Meybod, cellular learnng automata based clusterng algorthm for wreless sensor networks, ensor Letters, vol. 6, no. 5, pp , December 28. [5] M. Esnaashar, and M.. Meybod, Dynamc pont coverage problem n wreless sensor networks: cellular learnng automata approach, Journal of d Hoc and ensors Wreless Networks, vol., no. 2 3, pp , February 2. [6] H. Begy, and M.. Meybod, Cellular learnng automata wth multple learnng automata n each cell and ts applcatons, IEEE Transactons on ystems, Man, and Cybernetcs, Part B: Cybernetcs, vol. 4, no., pp , February 2. [7] L. Wang, and Y. Zao, survey of energy-effcent schedulng mechansms n sensor networks, Moble Networks and pplcatons, vol., no. 5, pp , 26. [8] L. Doherty, L. E. Ghaou, and K.. J. Pster, Convex poston estmaton n wreless sensor networks, In Proc. of IEEE Infocom 2, nchorage, K, prl 2. [9] J. Ne, um of squares method for sensor network localzaton, Computatonal Optmzaton and pplcatons, vol. 43, no. 2, pp. 5 79, 29. [2] J-sm, Java based network smulator, V2-7

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

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

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems 0 nd Internatonal Conference on Industral Technology and Management (ICITM 0) IPCSIT vol. 49 (0) (0) IACSIT Press, Sngapore DOI: 0.776/IPCSIT.0.V49.8 A NSGA-II algorthm to solve a b-obectve optmzaton of

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

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

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

Genetic Algorithm for Sensor Scheduling with Adjustable Sensing Range

Genetic Algorithm for Sensor Scheduling with Adjustable Sensing Range Genetc Algorthm for Sensor Schedulng wth Adjustable Sensng Range D.Arvudanamb #, G.Sreekanth *, S.Balaj # # Department of Mathematcs, Anna Unversty Chenna, Inda arvu@annaunv.edu skbalaj8@gmal.com * Department

More information

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

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

More information

Movement - Assisted Sensor Deployment

Movement - Assisted Sensor Deployment 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,

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

Topology Control for C-RAN Architecture Based on Complex Network

Topology Control for C-RAN Architecture Based on Complex Network Topology Control for C-RAN Archtecture Based on Complex Network Zhanun Lu, Yung He, Yunpeng L, Zhaoy L, Ka Dng Chongqng key laboratory of moble communcatons technology Chongqng unversty of post and telecommuncaton

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

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

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

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

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

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

Optimal Sleep Scheduling Scheme for Wireless Sensor Networks Based on Balanced Energy Consumption

Optimal Sleep Scheduling Scheme for Wireless Sensor Networks Based on Balanced Energy Consumption 6 JOURAL OF COMPUTER, VOL. 8, O. 6, JUE 3 Optmal leep chedulng cheme for Wreless ensor etworks Based on Balanced Energy Consumpton han-shan Ma College of Computer cence and Technology, Chna Unversty of

More information

Maximizing Lifetime of Sensor-Target Surveillance in Wireless Sensor Networks

Maximizing Lifetime of Sensor-Target Surveillance in Wireless Sensor Networks Maxmzng Lfetme of Sensor-Target Survellance n Wreless Sensor Networks Ha Lu, Xaowen Chu, Yu-Wng Leung Computer Scence, Hong Kong Baptst Unversty Xaohua Ja, Peng-Jun Wan Computer Scence, Cty Unversty of

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

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

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

Space Time Equalization-space time codes System Model for STCM

Space Time Equalization-space time codes System Model for STCM Space Tme Eualzaton-space tme codes System Model for STCM The system under consderaton conssts of ST encoder, fadng channel model wth AWGN, two transmt antennas, one receve antenna, Vterb eualzer wth deal

More information

An Energy-aware Awakening Routing Algorithm in Heterogeneous Sensor Networks

An Energy-aware Awakening Routing Algorithm in Heterogeneous Sensor Networks An Energy-aware Awakenng Routng Algorthm n Heterogeneous Sensor Networks TAO Dan 1, CHEN Houjn 1, SUN Yan 2, CEN Ygang 3 1. School of Electronc and Informaton Engneerng, Bejng Jaotong Unversty, Bejng,

More information

Prevention of Sequential Message Loss in CAN Systems

Prevention of Sequential Message Loss in CAN Systems Preventon of Sequental Message Loss n CAN Systems Shengbng Jang Electrcal & Controls Integraton Lab GM R&D Center, MC: 480-106-390 30500 Mound Road, Warren, MI 48090 shengbng.jang@gm.com Ratnesh Kumar

More information

Resource Allocation Optimization for Device-to- Device Communication Underlaying Cellular Networks

Resource Allocation Optimization for Device-to- Device Communication Underlaying Cellular Networks Resource Allocaton Optmzaton for Devce-to- Devce Communcaton Underlayng Cellular Networks Bn Wang, L Chen, Xaohang Chen, Xn Zhang, and Dacheng Yang Wreless Theores and Technologes (WT&T) Bejng Unversty

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

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

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

More information

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

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

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

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

ASFALT: Ā S imple F āult-tolerant Signature-based L ocalization T echnique for Emergency Sensor Networks

ASFALT: Ā S imple F āult-tolerant Signature-based L ocalization T echnique for Emergency Sensor Networks ASFALT: Ā S mple F āult-tolerant Sgnature-based L ocalzaton T echnque for Emergency Sensor Networks Murtuza Jadlwala, Shambhu Upadhyaya and Mank Taneja State Unversty of New York at Buffalo Department

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

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

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

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

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

More information

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

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

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

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

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

An Energy Efficient Distributed Algorithm for Connected Sensor Cover in Sensor Networks

An Energy Efficient Distributed Algorithm for Connected Sensor Cover in Sensor Networks IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.8 No.9, September 28 265 An Energy Effcent Dstrbuted Algorthm for Connected Sensor Cover n Sensor Networks M.Senthamlselv and Dr.N.Devarajan

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

Scilab/Scicos Modeling, Simulation and PC Based Implementation of Closed Loop Speed Control of VSI Fed Induction Motor Drive

Scilab/Scicos Modeling, Simulation and PC Based Implementation of Closed Loop Speed Control of VSI Fed Induction Motor Drive 16th NATIONAL POWER SYSTEMS CONFERENCE, 15th-17th DECEMBER, 2010 453 Sclab/Sccos Modelng, Smulaton and PC Based Implementaton of Closed Loop Speed Control of VSI Fed Inducton Motor Dre Vjay Babu Korebona,

More information

Electricity Network Reliability Optimization

Electricity Network Reliability Optimization Electrcty Network Relablty Optmzaton Kavnesh Sngh Department of Engneerng Scence Unversty of Auckland New Zealand kav@hug.co.nz Abstract Electrcty dstrbuton networks are subject to random faults. On occurrence

More information

Achieving Transparent Coexistence in a Multi-hop Secondary Network Through Distributed Computation

Achieving Transparent Coexistence in a Multi-hop Secondary Network Through Distributed Computation Achevng Transparent Coexstence n a Mult-hop econdary Network Through Dstrbuted Computaton Xu Yuan Y h Y. Thomas Hou Wenng Lou cott F. Mdkff astry Kompella Vrgna olytechnc Insttute and tate Unversty, UA

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

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

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

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

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

Research Article Dynamic Relay Satellite Scheduling Based on ABC-TOPSIS Algorithm

Research Article Dynamic Relay Satellite Scheduling Based on ABC-TOPSIS Algorithm Mathematcal Problems n Engneerng Volume 2016, Artcle ID 3161069, 11 pages http://dx.do.org/10.1155/2016/3161069 Research Artcle Dynamc Relay Satellte Schedulng Based on ABC-TOPSIS Algorthm Shufeng Zhuang,

More information

Enhanced Uplink Scheduling for Continuous Connectivity in High Speed Packet Access Systems

Enhanced Uplink Scheduling for Continuous Connectivity in High Speed Packet Access Systems Int. J. Communcatons, Network and System Scences, 212, 5, 446-453 http://dx.do.org/1.4236/jcns.212.5855 Publshed Onlne August 212 (http://www.scrp.org/journal/jcns) Enhanced Uplnk Schedulng for Contnuous

More information

Energy Efficiency Analysis of a Multichannel Wireless Access Protocol

Energy Efficiency Analysis of a Multichannel Wireless Access Protocol Energy Effcency Analyss of a Multchannel Wreless Access Protocol A. Chockalngam y, Wepng u, Mchele Zorz, and Laurence B. Mlsten Department of Electrcal and Computer Engneerng, Unversty of Calforna, San

More information

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks 74 Internatonal Journal of Communcaton Networks and Informaton Securty (IJCNIS) Vol. 3, No., Aprl 0 A Fuzzy-based Routng Strategy for Multhop Cogntve Rado Networks Al El Masr, Naceur Malouch and Hcham

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

Research on the Process-level Production Scheduling Optimization Based on the Manufacturing Process Simplifies

Research on the Process-level Production Scheduling Optimization Based on the Manufacturing Process Simplifies Internatonal Journal of Smart Home Vol.8, No. (04), pp.7-6 http://dx.do.org/0.457/sh.04.8.. Research on the Process-level Producton Schedulng Optmzaton Based on the Manufacturng Process Smplfes Y. P. Wang,*,

More information

Context-aware Cluster Based Device-to-Device Communication to Serve Machine Type Communications

Context-aware Cluster Based Device-to-Device Communication to Serve Machine Type Communications Context-aware Cluster Based Devce-to-Devce Communcaton to Serve Machne Type Communcatons J Langha, Lu Man, Hans D. Schotten Char of Wreless Communcaton, Unversty of Kaserslautern, Germany {j,manlu,schotten}@et.un-kl.de

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

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

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

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

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

More information

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

An Adaptive Over-current Protection Scheme for MV Distribution Networks Including DG

An Adaptive Over-current Protection Scheme for MV Distribution Networks Including DG An Adaptve Over-current Protecton Scheme for MV Dstrbuton Networks Includng DG S.A.M. Javadan Islamc Azad Unversty s.a.m.javadan@gmal.com M.-R. Haghfam Tarbat Modares Unversty haghfam@modares.ac.r P. Barazandeh

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

The Pennsylvania State University. The Graduate School. Department of Electrical Engineering MULTI-OBJECTIVE OPTIMIZATION FOR UNMANNED SURVEILLANCE

The Pennsylvania State University. The Graduate School. Department of Electrical Engineering MULTI-OBJECTIVE OPTIMIZATION FOR UNMANNED SURVEILLANCE The Pennsylvana State Unversty The Graduate School Department of Electrcal Engneerng MULTI-OBJECTIVE OPTIMIZATION FOR UNMANNED SURVEILLANCE NETWORKS USING EVOLUTIONARY ALGORITHMS A Thess n Electrcal Engneerng

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

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

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

A Parallel Task Scheduling Optimization Algorithm Based on Clonal Operator in Green Cloud Computing

A Parallel Task Scheduling Optimization Algorithm Based on Clonal Operator in Green Cloud Computing A Parallel Task Schedulng Optmzaton Algorthm Based on Clonal Operator n Green Cloud Computng Yang Lu, Wanneng Shu, and Chrsh Zhang College of Informaton Scence and Engneerng, Hunan Cty Unversty, Yyang,

More information

Centralized approach for multi-node localization and identification

Centralized approach for multi-node localization and identification Centralzed approach for mult-node localzaton and dentfcaton Ola A. Hasan Electrcal Engneerng Department Unversty of Basrah Basrah, Iraq Lolastar91@gmal.com Ramzy S. Al Electrcal Engneerng Department Unversty

More information

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION

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

More information

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

Coverage Optimization based on Redundant Sense Area Ratio in Wireless Multimedia Sensor Networks

Coverage Optimization based on Redundant Sense Area Ratio in Wireless Multimedia Sensor Networks T.Srdev et al, / (IJCSIT) Internatonal Journal of Computer Scence and Informaton Technologes, Vol. 5 (), 04, 79-733 Coverage Optmzaton based on Redundant Sense Area Rato n Wreless Multmeda Sensor Networks

More information

Distributed Topology Control of Dynamic Networks

Distributed Topology Control of Dynamic Networks Dstrbuted Topology Control of Dynamc Networks Mchael M. Zavlanos, Alreza Tahbaz-Saleh, Al Jadbabae and George J. Pappas Abstract In ths paper, we present a dstrbuted control framework for controllng the

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

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

XXVIII. MODELING AND OPTIMIZATION OF RADIO FREQUENCY IDENTIFICATION NETWORKS FOR INVENTORY MANAGEMENT

XXVIII. MODELING AND OPTIMIZATION OF RADIO FREQUENCY IDENTIFICATION NETWORKS FOR INVENTORY MANAGEMENT XXVIII. MODELING AND OPTIMIZATION OF RADIO FREQUENCY IDENTIFICATION NETWORKS FOR INVENTORY MANAGEMENT Atpong Surya Department of Electrcal and Electroncs Engneerng Ubonratchathan Unversty, Thaland, 34190

More information

Queuing-Based Dynamic Channel Selection for Heterogeneous Multimedia Applications over Cognitive Radio Networks

Queuing-Based Dynamic Channel Selection for Heterogeneous Multimedia Applications over Cognitive Radio Networks 1 Queung-Based Dynamc Channel Selecton for Heterogeneous ultmeda Applcatons over Cogntve Rado Networks Hsen-Po Shang and haela van der Schaar Department of Electrcal Engneerng (EE), Unversty of Calforna

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

Secure Transmission of Sensitive data using multiple channels

Secure Transmission of Sensitive data using multiple channels Secure Transmsson of Senstve data usng multple channels Ahmed A. Belal, Ph.D. Department of computer scence and automatc control Faculty of Engneerng Unversty of Alexandra Alexandra, Egypt. aabelal@hotmal.com

More information

Adaptive System Control with PID Neural Networks

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

More information

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

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

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

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

Figure.1. Basic model of an impedance source converter JCHPS Special Issue 12: August Page 13

Figure.1. Basic model of an impedance source converter JCHPS Special Issue 12: August Page 13 A Hgh Gan DC - DC Converter wth Soft Swtchng and Power actor Correcton for Renewable Energy Applcaton T. Selvakumaran* and. Svachdambaranathan Department of EEE, Sathyabama Unversty, Chenna, Inda. *Correspondng

More information

A VORONOI-BASED DEPTH-ADJUSTMENT SCHEME FOR UNDERWATER WIRELESS SENSOR NETWORKS

A VORONOI-BASED DEPTH-ADJUSTMENT SCHEME FOR UNDERWATER WIRELESS SENSOR NETWORKS INTENATIONAL JOUNAL ON MAT ENING AND INTELLIGENT YTEM VOL. 6, NO. 1, FEBUAY 013 A VOONOI-BAED DEPTH-ADJUTMENT CHEME FO UNDEWATE WIELE ENO NETWOK Jagao Wu, Ynan Wang, Lnfeng Lu College of Computer Nanjng

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

Low Sampling Rate Technology for UHF Partial Discharge Signals Based on Sparse Vector Recovery

Low Sampling Rate Technology for UHF Partial Discharge Signals Based on Sparse Vector Recovery 017 nd Internatonal Semnar on Appled Physcs, Optoelectroncs and Photoncs (APOP 017) ISBN: 978-1-60595-5-3 Low Samplng Rate Technology for UHF Partal Dscharge Sgnals Based on Sparse Vector Recovery Qang

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

A Mathematical Model for Restoration Problem in Smart Grids Incorporating Load Shedding Concept

A Mathematical Model for Restoration Problem in Smart Grids Incorporating Load Shedding Concept J. Appl. Envron. Bol. Sc., 5(1)20-27, 2015 2015, TextRoad Publcaton ISSN: 2090-4274 Journal of Appled Envronmental and Bologcal Scences www.textroad.com A Mathematcal Model for Restoraton Problem n Smart

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

ENERGY EFFICIENT MILLIMETER WAVE RADIO LINK ESTABLISHMENT WITH SMART ARRAY ANTENNAS

ENERGY EFFICIENT MILLIMETER WAVE RADIO LINK ESTABLISHMENT WITH SMART ARRAY ANTENNAS ENERGY EFFICIENT MILLIMETER WVE RDIO LINK ESTLISHMENT WITH SMRT RRY NTENNS ehnam Neekzad, John S. aras Insttute for Systems Research and Electrcal and Computer Engneerng Department Unversty of Maryland

More information

Lifetime-Oriented Optimal Relay Deployment for Three-tier Wireless Sensor Networks

Lifetime-Oriented Optimal Relay Deployment for Three-tier Wireless Sensor Networks Sensors & Transducers by IFSA http://www.sensorsportal.com Lfetme-Orented Optmal Relay Deployment for Three-ter Wreless Sensor Networs Bn Zeng, Lu Yao and Ru Wang Department of Management, Naval Unversty

More information

A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION

A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION Vncent A. Nguyen Peng-Jun Wan Ophr Freder Computer Scence Department Illnos Insttute of Technology Chcago, Illnos vnguyen@t.edu,

More information

Subcarrier allocation for OFDMA wireless channels using lagrangian relaxation methods

Subcarrier allocation for OFDMA wireless channels using lagrangian relaxation methods Unversty of Wollongong Research Onlne Faculty of Informatcs - Papers (Archve) Faculty of Engneerng and Informaton Scences 2006 Subcarrer allocaton for OFDMA wreless channels usng lagrangan relaxaton methods

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