Communication-Aware Distributed PSO for Dynamic Robotic Search

Size: px
Start display at page:

Download "Communication-Aware Distributed PSO for Dynamic Robotic Search"

Transcription

1 Communcaton-Aware Dstrbuted PSO for Dynamc Robotc Search Logan Perreault Montana State Unversty Bozeman, Montana Mke P. Wtte Montana State Unversty Bozeman, Montana John Sheppard Montana State Unversty Bozeman, Montana Abstract The use of swarm robotcs n search tasks s an actve area of research. A varety of algorthms have been developed that effectvely drect robots toward a desred target by leveragng ther collaboratve sensng capabltes. Unfortunately, these algorthms often neglect the task of communcatng possble task solutons outsde of the swarm. Many scenaros requre a montorng staton that must receve updates from robots wthn the swarm. Ths task s trval n constraned locatons, but becomes dffcult as the search area ncreases and communcaton between nodes s not always possble. A second shortcomng of exstng algorthms s the nablty to fnd and track moble targets. We propose an extenson to the dstrbuted Partcle Swarm Optmzaton algorthm that s both communcatonaware and capable of trackng moble targets wthn a search space. Smulated experments show that our algorthm returns more accurate solutons to a montorng staton than exstng algorthms, especally n scenaros, where the target value or locaton changes over tme. I. INTRODUCTION Many tasks are more sutable for robots than humans. Search problems such as detecton of explosves and radoactve sources can be made safer by usng robots operatng under a well-performng algorthm. Consder a scenaro where a radoactve object s lost or stolen and must be recovered quckly to protect the health and safety of the publc. Arborne robots equpped wth radaton sensors could be deployed to search for the object. These robots must locate the object and relay ts locaton to a montorng staton. Search reportng s dffcult when the search area s much larger than the communcaton range of the robots. Addtonally, the target may be moble durng the search process, whch means that robots must not only report the target s poston, but also track t. Emergng technology has revealed that swarms of small, nexpensve robots may be more effectve at performng search tasks than ther larger counterparts [1]. These swarms utlze concepts from many dfferent felds and may be appled to a wde varety of applcatons [2]. Unfortunately, these robotc swarms are only as effectve as the dstrbuted algorthms that enable ther emergent functonalty. Ths dependency ntroduces a need for practcal algorthms capable of controllng a swarm s behavor to solve a varety of tasks. In regards to the search problem, robots must effectvely fnd a soluton as well as transmt ths soluton back to a montorng staton. The communcaton component of the problem can be dffcult n large areas, especally when workng wth nexpensve, power constraned robots that may have a relatvely short transmsson range. When the target soluton s moble throughout the search process, the problem of trackng becomes more dffcult stll. Fndng a target and transmttng the soluton to a server are dstnct goals that may have conflctng optmal solutons, and effectve dstrbuted algorthms must balance both objectves. An exstng algorthm called dstrbuted Partcle Swarm Optmzaton dpso) has been shown to perform reasonably well n smulated envronments [3 7]. However, prevous work does not address the problem of communcatng a soluton back to a central server. Once a swarm of autonomous robots has found a soluton to a problem, that soluton must be relayed back to a montorng node that s capable of processng the nformaton or ntatng an external acton. Another potental shortcomng of the current dpso algorthm s the nablty to track moble targets. The orgnal PSO algorthm cannot be appled drectly to moble target search, as ths typcally requres reevaluaton of a partcular locaton s ftness at a later tmestep, or postng sentnels dedcated to detectng change [8]. Exstng studes have focused strctly on statc targets wthn a search space. Ths s acceptable for scenaros where optma are statc, but may not be suffcent for robotc search, where a target may move durng the search process. The combnaton of search and connectvty objectves s a novel problem addressed by ths paper. We propose an mproved dpso algorthm capable of trackng moble targets as well as transmttng solutons to a server throughout the course of the search process. Ths new communcatonorented dpso algorthm C-dPSO) uses a modfed velocty update equaton to mantan consstent communcaton wth the server. We also propose decayng ftness values to track targets whose locaton, or emtted ftness value changes over tme. The result s a dstrbuted algorthm for robotc swarms that mantans communcaton wth a central server, whle solvng the problem of search wth dynamc optma. The computaton placed on each robot s relatvely lghtweght and well-suted to nexpensve, power constraned robots. The contrbutons made n ths paper provde the means for such robots to solve dffcult search problems over large areas. The remander of ths paper s organzed as follows. In

2 Secton II, we dscuss related work and dentfy areas for mprovement wthn the swarm robotc lterature. In Secton III we ntroduce our C-dPSO and n Secton IV we dscuss the concept of decayng target values. Secton V states the hypotheses of ths study. Our experments are descrbed n Secton VI and the results are presented n Secton VII. Fnally, we dscuss the mplcaton of these fndngs n Secton VIII and conclude wth future work n Secton IX. II. RELATED WORK The related work for ths research can be separated nto three man groups. The frst, descrbed n Secton II-A, deals wth PSO dstrbuted across a swarm of robots. In ths case, the algorthms vew each robot as a separate partcle n the PSO algorthm. Our C-dPSO algorthm behaves n ths fashon, and therefore s most closely related to these works. Secton II-B dscusses several algorthms that use PSO to perform partcular tasks for robots but do not necessarly dstrbute the algorthm onto ndvdual robots. Although somewhat dfferent from our approach, these algorthms solve related problems. Fnally, Secton II-C dscusses some of the methods beng used to perform message routng that were nfluental to our work. A. Dstrbuted PSO Ths work focuses prmarly on an extenson of Kennedy and Eberhart s PSO algorthm nto a physcal envronment [9]. Rather than usng vrtual partcles that model physcal movement, dpso attempts to perform the same tasks usng swarms of robots wth actual parameters. The prncples are smlar to the orgnal algorthm, but the replacement of partcles wth robots ntroduces a new set of problems Although dpso stll uses the same velocty update equaton, the performance of such an update may be unrelable gven a nosy or varable performance of hardware components. Communcaton between agents n a robotc swarm s also not guaranteed as they are n PSO, whch makes t dffcult to transmt the global best poston to other agents or a central montorng node. A relatvely recent study provdes an excellent revew of PSO applcatons, and shows that publcatons nvolvng robotcs account for approxmately 3.4% of the lterature [10]. Many of these works deal wth robotc control, and only a small subset are dedcated to the search problem. Several studes have been conducted that focus on applyng PSO to the robot search problem. Hereford frst proposed the concept of dpso as a soluton to the robotc search problem [3]. The prmary contrbuton was the noton that robots can represent partcles when workng n a physcal search space. 1 The proposed algorthm s decentralzed by pushng computaton from a supervsng node onto the ndvdual robots. These robots calculate new target locatons and update personal best values wthout any nteracton wth an outsde controller/coordnator. A broadcast of poston and value are sent only when a robot fnds a new global best, whch reduces the number of transmssons sent among nodes. Experments 1 Throughout the course of ths paper, we use the terms robot and partcle nterchangeably. wth smulated robots were used wthn a 2D space to track 10 dfferent statc targets that each produced a detectable emsson. An extenson of Hereford s work mplements ths algorthm on three physcal robots that attempted to fnd lght sources wthn a room [4]. In both the smulated and physcal envronment, robots were able to locate targets by workng cooperatvely. Another study was conducted n parallel to, but ndependent from Hereford. Here, the authors developed a PSO nspred robotc olfactory search algorthm [5]. Ths study focused manly on the specfc case of odor detecton and search. Although ther algorthm was proposed for use wth exstng hardware, all experments were conducted usng smulatons. Odor sources remaned statonary throughout the numerous experments. A paper by Pugh and Martnol [7] extended ther prevous work [6] and ntroduces another mplementaton of dpso. Smlar to Hereford s work, ths study also focused on the problem of fndng multple statc targets wthn a search space. The algorthm was mplemented on a smulated envronment usng e-puck robots [11]. Unlke Hereford s work, ths mplementaton had robots communcate wth one another at every tmestep. Ths paper s related to ther prevous work, n whch the authors use PSO as a nose resstant robot learnng algorthm [12]. Whle smlar to our own work, ths paper dd not deal wth robotc search and dd not dstrbute the PSO algorthm among the varous nodes. Our mplementaton of dpso dffers from all prevous work n that t ncorporates a communcaton scheme that wll allow transmsson of a soluton back to a montorng node. Although some of these studes assumed a lmted transmsson range between robots themselves, all experments extracted the fnal soluton by usng an oracle that only exsted wthn the smulaton. In addton, prevous studes attempted to solve problems where the target soluton was statc. Scenaros exst n whch robots are requred to track moble targets. The orgnal dpso algorthm [3] cannot be modfed trvally to perform moble target search. It does seem possble to adapt Pugh and Martnol s algorthm [7] to work wth dynamc targets, but the reportng problem would reman unaddressed. B. PSO for Robotc Control A related paper [13] uses PSO to learn optmal parameters for the search problem, but not as a soluton to the search problem tself. Other bologcally nspred models nclude Dgtal Hormone Models [14], Pheromone Models [15], [16], and Stochastc Cellular Automata SCA) [17]. These models, whle smlar, use dfferent communcaton mechansms for cooperaton and n most cases have not been appled to the problem of search. A number of statstcal models have also been developed [18 21] for use n robotc swarms. These probablstc models are dfferent from bologcally nspred models ncludng PSO) n that they are used to plan robot behavor n an offlne settng pror to runtme. Behavor for each robot s planned accordng to rules dscovered pror

3 to the search tself, and communcaton between robots s unnecessary durng the modelng process. Several papers have been publshed focusng on the robot path plannng problem usng PSO [22 25]. Ths s a dfferent problem than dpso. In path plannng, a PSO algorthm s used to determne the optmal next locaton for a robot at any gven tmestep. The PSO algorthm tself stll uses vrtual partcles to accomplsh ths, and the result s smply passed to a sngle robot as a plan of acton. Dstrbuted PSO ams to use robots as a replacement for partcles wth the logc of the PSO algorthm tself beng dstrbuted among them. Work by Nasrollahy and Javad s relevant to robotc search because t addresses moble targets [22]. Ther approach, however, s dfferent from our problem n that PSO s run at each teraton. Although the target may move over tme, the PSO algorthm s solvng for a statc target at each tmestep. We seek to deal wth nstances where a target may move durng the course of the PSO algorthm. C. Routng Protocols Our work uses concepts lkes opportunstc forwardng and delay tolerant networkng to acheve communcaton wthn the network. These notons are promnent n wreless sensor networks WSNs), and we adopt some of the technques descrbed n ths lterature for communcaton between robots. PSO has been used n WSNs for postonng moble nodes for optmal coverage and qualty of servce [26]. Two publcatons use WSNs to fnd and track a movng target but use WSNs that have been prevously deployed wth a known topology [27], [28]. The communcaton model our system uses was nspred by Boudrga et. al. [29]. Our system assumes that robots are able to know ther poston accurately n physcal space. The problem of fndng node localty n WSNs s challengng n practce and much work has been done to attempt to solve t [30]. Fnally, Haberman and Sheppard ntroduced a routng protocol for power-constraned sensor networks [31]. Ths work uses a dstrbuted form of PSO that mantans a seres of overlappng swarms, one for each node n the network. Ths s smlar to our approach n that each node represents a sngle partcle and the fnal goal s to provde communcaton wth a data collecton pont. Ths algorthm was shown to reduce the energy consumpton n sensor networks. Our algorthm dffers from ths research n that we use C-dPSO to drect the movement of robots such that communcaton wth a server s avalable. III. COMMUNICATION-ORIENTED DPSO We propose a dpso algorthm that ncorporates a communcaton objectve nto the velocty update equaton. Rather than smply pursung solutons to a specfc problem, nodes strve to reman n contact wth the server. PSO tradtonally operates by movng partcles usng a velocty update equaton. The drecton n whch partcles move corresponds to local and global best solutons as determned by a ftness functon, whch returns hgher values for better solutons. In the case of robotc search, we assume all nodes are equpped wth a sensor that detects the value of a poston. A logcal extenson for dpso s to augment the velocty update equaton wth nformaton relatng to server connecton. Ths wll have the effect of pullng ndvduals toward ether the target soluton or a locaton wth server connecton as necessary. Messages may be passed from robot to robot n an ad-hoc fashon, so drect connecton to the server s not necessary to attan nformaton exchange. Ths s related to work n delay tolerant networks, whch attempt to mantan data flow even though a contguous path may not exst [32]. The orgnal PSO algorthm operates by movng partcles based on a current velocty. Let p be the local best poston seen by partcle and p g be the global best poston seen by any partcle. The followng s the velocty update rule for partcle. v = ωv + U0, φ 1 ) p x ) + U0, φ 2 ) p g x ) where s a pont-wse multplcaton of elements. Here, ω acts as nerta and φ 1 and φ 2 denote the amount of nfluence the personal and global best postons have. Randomly samplng from a unform dstrbuton U ntroduces addtonal exploraton that may otherwse be domnated by the explotaton of a partcular soluton. The term that makes use of the personal best locaton s often called the cogntve component, whle the term contanng the global best poston s called the socal component. For smplcty, we can rewrte the velocty update equaton as follows. We use Φ to represent the random varables for readablty. v = ωv + Φ 1 Cogntve) + Φ 2 Socal) Ths update occurs durng each teraton of the algorthm pror to a partcle s movement. In the context of dstrbuted PSO, tme s dscretzed nto slces wth each tmestep servng as an teraton of the algorthm. Ideally we would lke communcaton wth the server at all tmesteps, but ths s unrealstc for problems where the search space s larger than the communcaton range of a robot. As an alternatve, we set a target number c of maxmum tmesteps before communcaton wth the server s restored, thereby lmtng the amount of tme where no communcaton s avalable. To acheve ths addtonal goal, some of the searchng power of the system needs to be dverted to the task of restorng connecton. Ths means that c s a tunable parameter, where lower values allow for more frequent communcaton wth the server and hgher values correspond to a more robust search of the avalable space. Better performance can be acheved by varyng the target number of tmesteps for each partcle. We can acheve ths by addng a unque offset θ to each c that s dfferent for each partcle so that robots attempt to communcate wth the server at dfferent tmes. By ntroducng unque offsets, robots wll travel back to the server one after another. Ideally ths maxmzes the effectveness of the adhoc communcaton by

4 creatng a chan of robots back to the server. Assumng that the sze of the swarm s known to be N, and each robot s assgned a unque dentfer R d that ranges from 0 to N 1, we can determne the tmestep offset for each robot as θ = R d c/n. By usng ths offset, each robot wll start searchng for the server at evenly spaced ntervals at the begnnng of the algorthm. As tme contnues, partcles swtch to searchng for the server based on when communcaton wth the server was last establshed. Ths communcaton-orented behavor can be acheved by modfyng the velocty update equaton to nclude a communcaton component. v = ωv + 1 mn t )) tc 1, Φ 1 Cogntve) 1, t )) tc + 1 mn Φ 2 Socal) t ) tc + mn 1, Φ 3 Communcaton) Both the cogntve and socal components are pursung a soluton wthn the space, and as such we may smplfy the equaton even further by combnng these terms nto a Goal) component. v = ωv + + mn t )) tc 1, Φ x Goal) t ) tc 1, Φ 3 Communcaton) 1 mn Here, t s the current tmestep and t c s the last tmestep n whch successful communcaton wth the server occurred. Ths new velocty update now relates the tradeoff between search and communcaton objectves. When t t c < communcaton wth the server has been establshed wthn the threshold number of tmesteps), the velocty update reverts back to the orgnal PSO verson where only the goal component s used. When t t c the target number of tmesteps have occurred snce the last successful communcaton wth the server), the goal objectve s entrely gnored and the robot focuses all efforts on reganng communcaton wth the server. The addtonal communcaton component requres a new ftness functon that denotes how good a locaton s n terms of communcaton. A value of 0.0 s awarded to a poston that s unable to communcate wth the server. If a robot s capable of communcatng wth the server drectly, t s gven a value of 1.0. It s possble to establsh a connecton wth the server va ntermedary nodes, but each addtonal hop detracts from the communcaton value. The ftness value reducton can be represented usng the followng decay formula, ftness c = e e H where e s the mathematcal constant approxmately equal to and H denotes the number of hops requred for communcaton wth the server. When H = 1 drect communcaton), a value of 1.0 s receved as expected. As H ncreases there s an exponental drop-off such that as H approaches nfnty the value goes to zero. In realty, there are a fnte number of robots, meanng that a large enough ncrease n the number of hops wll eventually result n faled communcaton wth the server. Ths wll also produce a zero value for the gven poston. When any connecton s made to the server, t c s set to t. If the connecton value s the best seen throughout the course of the algorthm, the new communcaton best locaton s stored as s. Ths trackng of the last known poston where communcaton was avalable s analogous to target trackng, n that each robot has ts own opnon of where t beleves t should go. For ths reason, future work may nvestgate the C-dPSO s ablty to track moble servers as well as targets. The fnal, un-smplfed velocty update equaton wth the ncorporated communcaton component s as follows. V = ωv t )) tc + 1 mn 1, U0, φ 1 ) p x ) t )) tc + 1 mn 1, U0, φ 2 ) p g x ) t ) tc + mn 1, U0, φ 3 ) s x ) It should be noted that communcaton to the server s only necessary when a new global best s found. There s no need to report back wth no new nformaton. Ths s accomplshed by settng t c to t for every tmestep untl a new best locaton s found. Essentally ths means the tmestep count does not begn untl a vald soluton s found. Ths allows a robot tmesteps to explot the new area n search of a better soluton before defaultng back to the communcaton goal. Communcaton between nodes may vod the need to connect to the server f a path through other robots can reach the server or f a better soluton s found by another node pror to makng contact wth the server. To accomplsh ths, robots communcate ther last known connecton tme wth the server as well as what ftness value the server had stored at that pont. Usng ths nformaton, robots may determne f better nformaton has already been relayed to the server. If so, t c s set to t and the robot resumes the task of searchng. When a new global best s found by a robot, the robot broadcasts a message wth the new global best value and ts poston to all the peer robots wthn range. Upon recevng a broadcast message that a new global best was found, the robot wll rebroadcast the message. All duplcate messages are gnored. If the new global best message manages to propagate to the server, an acknowledgment wll be sent to the orgnal robot. Upon recevng the acknowledgment the robot resets t c to the tmestep when the new global best was dscovered. Tes for the best ftness value use the one most recently observed. Ths s useful n dynamc scenaros, and s especally mportant for the communcaton ftness value where frequent tes occur.

5 IV. EXTENSION TO DYNAMIC SEARCH In addton to beng communcaton aware, t s also desrable for dpso to extend to problems wth non-statc targets. A moble target creates a dynamc search problem wth respect to poston. It s also possble for targets to change ther emtted ftness throughout tme, whch ntroduces another dynamc element to the task. In tradtonal PSO, a best locaton p or p g ) s stored based on the hghest ftness value experenced by a partcle f or f g respectvely). If the target s n moton, the partcles may reman fxed on a worthless locaton belevng t stll to have value. Typcally ths problem s solved by reevaluatng stored best postons to verfy ts ftness at later tmesteps. Ths soluton apples to targets wth changng ftness values as well. Unfortunately ths s not possble n a physcal envronment because a partcle s unable to evaluate the ftness of a locaton t s not currently at. To avod ths ssue, we decay the f and f g values throughout the executon of the algorthm. Eventually, the worth of a locaton dsspates over tme and nodes become nterested n more valuable locatons. If the target remans n the general vcnty, addtonal best locatons wll be found n the area and the values wll be boosted back to ther orgnal startng postons. Ths change to the ftness values does not affect the velocty update equaton drectly and can be appled to ether the orgnal dpso or the communcaton-orented verson. Durng each tmestep, ftness values are decayed as follows, f β 1 f f g β 2 f g f c β 3 f c where β k 0, 1] s a decay factor. If the target soluton s known to be statonary, β 1 = β 2 = 1. Smlarly f the communcaton server s known to be statonary, β 3 = 1. By reducng as a percentage of the prevous value at each tmestep, the ftness values are modeled by a nonlnear decay functon. The reducton n ftness can be thought of as a reducton n the confdence we have about the orgnal observed value. As tme contnues, the nformaton becomes less fresh, and a more recently observed poston may be more valuable despte havng a lower ftness. Ths desred effect s acheved by decayng the values as descrbed. The values for β k become new hyperparameters for the equaton, and should be tuned based on how quckly the search task s changng n the system. For systems where the target s movng quckly, β k must be set to a low value for the robots to value the freshness of nformaton more. In stuatons where the ftness value s decreasng, β k must be set so that the perceved ftness decays at least as quckly as the true ftness rate of change. Ths s not an ssue wth ncreasng ftness values, as the beleved ftness would be lower than the true ftness at a gven pont and the newer nformaton would be stored. If values are decayed too slowly, partcles wll stll face the ssue of trackng outdated nformaton. Alternatvely, f values are decayed too quckly, partcles wll lose possbly vald nformaton and essentally wll be startng over wth a random search when t may not be necessary. As targets move more quckly or ther ftness values degrade at a hgher rate, the β k values must be set lower and lower, makng t dffcult to reuse collected nformaton. V. HYPOTHESES The purpose of our evaluaton s to determne the effectveness of the proposed communcaton component and dpso s ablty to track moble targets. A number of hypotheses have been created to test these elements ndvdually. Solutons for all hypotheses are n reference to the robotc search problem. Error s determned usng the Eucldean dstance between the returned soluton and actual target poston. Frst, we hypothesze that the addton of decay mproves the performance of dpso for moble problems. We predct that dpso wth a tuned decay parameter wll perform better than dpso wth no decay when trackng a moble target, a target wth a slowly decreasng ftness value, a target wth a quckly decreasng ftness value, and a moble target wth a quckly decreasng ftness value. These problems represent a wde range of possble dynamc search problems, and the results form the foundaton for our clams. Next, we hypothesze that dpso wth a communcaton mechansm wll perform better than dpso wthout one. Performance s measured n terms of the server s knowledge of the target locaton, so communcaton s a vald concern. Fve tests are run on the same scenaros as before, plus an addtonal statc scenaro where the target s statonary wth a fxed ftness value. VI. EXPERIMENTAL APPROACH Experments are conducted n a smulated envronment. Rather than targetng a specfc robot, addtonal constrants have been added to the classc PSO algorthm to whch realworld robots must adhere. Specfcally, only partcles wthn a specfed range of each other are allowed to exchange nformaton, and the noton of a global best must be propagated through the network rather than beng mmedately avalable to all nodes. Ths smulates the potentally lmted communcaton range that robots must adhere to, but ths local best topology s often used n other PSO mplementatons as well to mprove performance. Communcaton between nodes may fal wth some small random chance, but message transfers are assumed to be successful after the start of the transmsson. Also, the velocty for each partcle s clamped to smulate a top speed for the robot. An addtonal node s constructed that acts as the server. The smulator does not consder movement constrants that may be mposed by specfc robots such as turn radus), and gnores the problem of collson as ths can typcally be handled by dedcated collson detecton algorthms. For all experments, the robots operate n a two-dmensonal space n search of a sngle target. Future work may nvestgate an extenson nto a three-dmensonal space or problems

6 wth multple targets or servers. Swarms are composed of a fxed number of eght robots. These robots, along wth the server, have a communcaton range that s 25% of the total wdth/heght of the search space. For each experment, the search problem s solved 1000 tmes, where the target s randomly assgned to a new locaton for each teraton. These targets have a fxed ftness value that degrades non-lnearly wth dstance from the source. In addton to these targets, nose s added to the search space by assgnng a large number of randomly placed nodes that produce a small ftness value. We seed the random placement of these nodes such that each experment wll be solvng the same 1000 problems each tme. We record several measurements durng the course of the experments, ncludng soluton error n terms of Eucldean dstance between the correct target locaton and the server s belef of the soluton locaton. For farness, we allot 2000 tmesteps to every algorthm, whch should be suffcent for convergence n all cases. Ths s because there s a tradeoff between the qualty of the soluton and the tme avalable, and we opt to provde suffcent tme to better study the qualty of the soluton. To properly evaluate the dynamc scenaros, the error s measured durng every tmestep from tmestep 1800 to 2000 and then averaged. Ths allows us to determne how well each algorthm s trackng a moble target after an ntal search perod. A Student s t-test was used to test statstcal sgnfcance n all cases. Four experments were conducted to test clams about the decay component. Each experment uses the newly proposed communcaton-aware dpso. The performance of C-dPSO wth a tuned decay parameter s compared to C-dPSO wthout any decay when solvng dynamc problems. β k parameters were tuned by startng wth a value of 1.0 no decay), and decreased by 0.05 untl performance on a tranng set of smulatons acheved the hghest value. We note that smlar mprovements are seen wth any value smaller than 1.0, and that these hyperparameters are relatvely nsenstve to change. Experment Dynamc 1 attempts to fnd a moble target whose top velocty s 20% of the top speed of the robots. Experment Dynamc 2 attempts to track a target whose ftness value s degradng lnearly wth tme. In ths case, the ftness value wll be 1 3 of the orgnal value at the end of the 2000 tmsteps. Smlarly, experment Dynamc 3 wll also have a lnearly degradng ftness value. In ths case however, the ftness value wll reach zero by the tme 1500 tmesteps have occurred. Fnally, experment Dynamc 4 combnes the dffcultes ntroduced by Dynamc 1 and Dynamc 3. Ths wll attempt to track a target movng at 20% of the speed of the robots whose ftness value s degradng and wll have completely depleted by 1500 tmesteps. Addtonally, fve experments were performed to test the clams about the communcaton component. Each experment compares dpso wth the new communcaton-aware velocty update equaton wth the exstng standard dpso algorthm. Each algorthm uses the same optmally tuned decay parameters to observe the effects of the communcaton component on ts own. Experment Comm 0 deals wth a statc problem TABLE I: Summary of Experment Attrbutes Experment Communcaton Dynamc Target Dynamc 1 Moble Dynamc 2 Decay Dynamc 3 Fast Decay Dynamc 4 Moble Fast Decay Comm 0 Statc Comm 1 Moble Comm 2 Decay Comm 3 Fast Decay Comm 4 Moble Fast Decay where the target s statonary and has a fxed ftness value. Experments Comm 1, Comm 2, Comm 3 and Comm 4 operate on dentcal problems as Dynamc 1, Dynamc 2, Dynamc 3, and Dynamc 4 respectvely. The dfference s that nstead of analyzng the effects of decay, the communcaton aspect of the algorthm s now beng tested. These nne experments are summarzed n Table I, where the Communcaton column ndcates that the communcaton mechansm s beng vared and Dynamc ndcates that the decay component s beng tested. The last column descrbes the behavor of the target durng the search process. VII. EXPERIMENTAL RESULTS Results for the dynamc experments are shown n Table II. Recall that each experment tests the performance of the C-dPSO algorthm wth and wthout decayng the ftness values. At a sgnfcance level of 0.05, C-dPSO usng decay outperformed by reportng a more accurate soluton) the verson that dd not for the moble target experment Dynamc 1), the fast decay experment Dynamc 3) and the moble fast decay experment Dynamc 4). In the slow decay experment Dynamc 2), C-dPSO stll produces a smaller mean error, although ths value s not sgnfcant untl we consder a 0.1 sgnfcance level. Recall that experment Dynamc 2 was the case where the target s ftness value degrades slowly. It s lkely the dfference between the algorthms was smaller n ths case, because the problem was close enough to the statc case. Ths observaton s supported by the fact that the fast decay experment Dynamc 3) dd acheve statstcal sgnfcance, whch s smply the case where the target s ftness value degrades faster. These results show that decayed ftness s especally mportant when the target s n moton. Table III shows the communcaton results for the statc target Comm 0), moble target Comm 1), slow decay Comm 2), fast decay Comm 3) and moble fast decay Comm 4) experments. In ths case, dpso augmented wth the communcaton mechansm C-dPSO) performed better than the orgnal dpso algorthm for all experments at a 0.05 sgnfcance level. Ths s not surprsng, as the error s measured wth respect to the server s belef of the target poston. Wthout the communcaton component n the dpso velocty update equaton, the server s only notfed f a robot enters communcaton range by chance. Ths means that the orgnal dpso algorthm may

7 TABLE II: Dynamc Results n Eucldean Dstance Experment C-dPSO C-dPSO Decayed p-value Dynamc < 2.2e-16 Dynamc Dynamc Dynamc < 2.2e-16 TABLE III: Communcaton Results n Eucldean Dstance Experment dpso C-dPSO p-value Comm e-05 Comm e-12 Comm e-03 Comm e-05 Comm e-03 Fg. 1: Tme seres graph for moble target search problem. be capable of fndng a soluton but has no effectve method of relayng ths nformaton to a useful locaton. Fgure 1 s a tme seres graph for a sngle smulaton run on the moble target experment wth decay. Ths fgure llustrates the orgnal dpso algorthm s nablty to communcate consstently wth the server, as depcted by the spkes n soluton error over tme. Whle C-dPSO s requred to report back to the server at routne ntervals, standard dpso focuses solely on fndng the target. When measurng error from the server s pont-of-vew, ths results n a consstently low error for C- dpso and pecular spkes n error for dpso. These spkes occur as the target moves away from the locaton the server had stored prevously. On occason, a partcle concdentally comes n contact wth the server and s able to communcate an updated poston. Although ths reduces the error to a nearzero value, t begns to rse agan mmedately once the partcle moves away from the server. Ths behavor s consstent wth other runs for all experments. For ths reason, Fgure 1 serves as a representatve for all other runs n ths scenaro. The results shown n both tables strongly support the hypotheses presented n secton V. Specfally, the addton of decay mproves the performance of C-dPSO when faced wth suffcently dynamc search problems. Also, C-dPSO outperforms standard dpso, when algorthm error s measured based on a servers belef of the target locaton, or value. VIII. DISCUSSION The proposed communcaton scheme wll be useful f mplemented on smart robotc swarms where the soluton space s larger than the connecton range to the server. The proposed approach for relayng nformaton s dstrbuted among the robots and dynamcally adapts to changng condtons. In partcular, ths algorthm s agnostc wth respect to the number of robots, servers, and targets. The ftness evaluaton for the target can also be modfed easly wthout changng any other parts of the algorthm. The couplng between soluton and communcaton goals wll drect robots toward necessary locatons n the search space at all tmes. The dstrbuted nature of the algorthm ndcates that t should functon despte a varyng number of robots. In addton, the desgn of the algorthm does not place any restrctons on the sze of the search space and wll even allow for movng optma. Assumng the number of avalable robots s suffcent to provde reasonable coverage, the algorthm wll be able to functon n ncreasngly large search spaces. Unattended search drones are a partcularly useful applcaton for robots capable of these tasks [33 35]. These drones are ntended for use over a wde area and are often assgned to the task of fndng a moble target. Ths ntroduces stuatons where communcaton range s lmted [36] and wll necessarly requre the contnual trackng of a target. A specfc, applcable event occured on March 3, 2014 when Malaysa Arlnes Flght 370 went mssng [37]. The arcraft presumably went down n the Indan Ocean, but no crash ste was found. Automated underwater vehcles AUVs) were used to scan the ocean floor for the sgnal emtted by the blackbox, but unfortunately the batteres powerng the blackbox eventually depleted. In a scenaro such as ths, a form of dpso wth decayng ftness values may be an effectve method of drectng these autonomous vehcles to fnd the black box and export ts locaton to a search shp. IX. CONCLUSION In ths paper, we presented a verson of dstrbuted partcle swarm optmzaton that ncorporates a communcaton component nto the velocty update equaton. Ths addtonal term uses a separate ftness evaluaton that promotes communcaton wth the server. Experments showed that for a varety of problems, our method provded a superor server-stored soluton to that of standard dpso. We also ntroduced the concept of decayng ftness values to adapt dpso to track movng targets. In ths case, we found that decay s necessary to track effectvely moble targets or targets whose ftness s degradng over tme. In scenaros where a soluton s located outsde of the communcaton range of a montorng server, the dscovered solutons are only as good as the ablty to relay ths nformaton back to the server. Ths s partcularly true of moble trackng problems, where the server wll deally receve consstent updates on the whereabouts of the target. In future work, we wll nvestgate problems nvolvng one or several moble communcaton servers. Our algorthm

8 currently supports the trackng of a server n the same way target trackng s accomplshed. Ths may be useful n stuatons where a ploted vehcle s attemptng to fnd a target wth the assstance of several autonomous vehcles. Another nterestng extenson s to examne the effect of ncreased communcaton range for the server alone. It s feasble that the server node may have a larger communcaton range than the robots themselves, whch would allow server nformaton to be propagated more easly through the swarm. Fnally, we plan to extend these tests nto 3-dmensonal search problems. Ths extenson s trval as t smply requres an addtonal term n each partcle s poston and velocty vectors. Identcal experments would then be run to verfy the usefulness of our algorthm for applcatons nvolvng flght. We also hope to mplement ths algorthm on a set of real robots to elmnate any bas ntroduced by the smulator tself. Acknowledgments The authors would lke to thank John McIntosh for hs deas durng the formatve stages of ths research as well as hs contrbutons to the related work secton. REFERENCES [1] J. Werfel, K. Petersen, and R. Nagpal, Desgnng collectve behavor n a termte-nspred robot constructon team, Scence, vol. 343, no. 6172, pp , [2] E. Şahn, Swarm robotcs: From sources of nspraton to domans of applcaton, n Swarm Robotcs. Sprnger, 2005, pp [3] J. M. Hereford, A dstrbuted partcle swarm optmzaton algorthm for swarm robotc applcatons, n IEEE Congress on Evolutonary Computaton. IEEE, 2006, pp [4] J. M. Hereford, M. Sebold, and S. Nchols, Usng the partcle swarm optmzaton algorthm for robotc search applcatons, n Proceedngs of IEEE swarm ntellgence symposum SIS). IEEE, 2007, pp [5] L. Marques, U. Nunes, and A. T. de Almeda, Partcle swarm-based olfactory guded search, Autonomous Robots, vol. 20, no. 3, pp , [6] J. Pugh and A. Martnol, Insprng and modelng mult-robot search wth partcle swarm optmzaton, n Proceedngs of IEEE swarm ntellgence symposum SIS). IEEE, 2007, pp [7], Dstrbuted adaptaton n mult-robot search usng partcle swarm optmzaton, n From Anmals to Anmats 10. Sprnger, 2008, pp [8] D. Yazdan, B. Nasr, R. Azz, A. Sepas-Moghaddam, and M. R. Meybod, Optmzaton n dynamc envronments utlzng a novel method based on partcle swarm optmzaton, Intl Journal of Artfcal Intellgence, vol. 11, no. 13, pp , [9] J. Kennedy, R. Eberhart et al., Partcle swarm optmzaton, n Proceedngs of IEEE nternatonal conference on neural networks, vol. 4, no. 2. Perth, Australa, 1995, pp [10] R. Pol, Analyss of the publcatons on the applcatons of partcle swarm optmsaton, Journal of Artfcal Evoluton and Applcatons, vol. 2008, p. 3, [11] C. M. Canc, X. Raemy, J. Pugh, and A. Martnol, Communcaton n a swarm of mnature robots: The e-puck as an educatonal tool for swarm robotcs, n Swarm Robotcs. Sprnger, 2007, pp [12] J. Pugh, A. Martnol, and Y. Zhang, Partcle swarm optmzaton for unsupervsed robotc learnng, n Proceedngs of IEEE swarm ntellgence symposum SIS), 2005, pp [13] S. Doctor, G. K. Venayagamoorthy, and V. G. Gudse, Optmal pso for collectve robotc search applcatons, n IEEE Congress on Evolutonary Computaton, vol. 2. IEEE, 2004, pp [14] W.-M. Shen, P. Wll, A. Galstyan, and C.-M. Chuong, Hormonenspred self-organzaton and dstrbuted control of robotc swarms, Autonomous Robots, vol. 17, no. 1, pp , [15] D. Payton, R. Estkowsk, and M. Howard, Compound behavors n pheromone robotcs, Robotcs and Autonomous Systems, vol. 44, no. 3, pp , [16], Pheromone robotcs and the logc of vrtual pheromones, n Swarm Robotcs. Sprnger, 2005, pp [17] G. Ben and J. Wang, Swarm ntellgence n cellular robotc systems, n Robots and Bologcal Systems: Towards a New Boncs? Sprnger, 1993, pp [18] K. Lerman, A. Martnol, and A. Galstyan, A revew of probablstc macroscopc models for swarm robotc systems, n Swarm Robotcs. Sprnger, 2005, pp [19] A. Martnol, K. Easton, and W. Agassounon, Modelng swarm robotc systems: A case study n collaboratve dstrbuted manpulaton, The Internatonal Journal of Robotcs Research, vol. 23, no. 4-5, pp , [20] K. Lerman, A. Galstyan, A. Martnol, and A. Ijspeert, A macroscopc analytcal model of collaboraton n dstrbuted robotc systems, Artfcal Lfe, vol. 7, no. 4, pp , [21] K. Lerman and A. Galstyan, Mathematcal model of foragng n a group of robots: Effect of nterference, Autonomous Robots, vol. 13, no. 2, pp , [22] A. Z. Nasrollahy and H. Javad, Usng partcle swarm optmzaton for robot path plannng n dynamc envronments wth movng obstacles and target, n Thrd UKSm European Symposum on Computer Modelng and Smulaton. IEEE, 2009, pp [23] X. Chen and Y. L, Smooth path plannng of a moble robot usng stochastc partcle swarm optmzaton, n Proceedngs of the IEEE Internatonal Conference on Mechatroncs and Automaton. IEEE, 2006, pp [24] L. Wang, Y. Lu, H. Deng, and Y. Xu, Obstacle-avodance path plannng for soccer robots usng partcle swarm optmzaton, n IEEE Internatonal Conference on Robotcs and Bommetcs. IEEE, 2006, pp [25] Y.-Q. Qn, D.-B. Sun, N. L, and Y.-G. Cen, Path plannng for moble robot usng the partcle swarm optmzaton wth mutaton operator, n Proceedngs of Internatonal Conference on Machne Learnng and Cybernetcs, vol. 4. IEEE, 2004, pp [26] R. V. Kulkarn and G. K. Venayagamoorthy, Partcle swarm optmzaton n wreless-sensor networks: A bref survey, Trans. Sys. Man Cyber Part C, vol. 41, no. 2, pp , Mar [27] J. Lee, K. Cho, S. Lee, T. Kwon, and Y. Cho, Dstrbuted and energyeffcent target localzaton and trackng n wreless sensor networks, Comput. Commun., vol. 29, no , pp , Aug [28] S. Msra and S. Sngh, Localzed polcy-based target trackng usng wreless sensor networks, ACM Trans. Sen. Netw., vol. 8, no. 3, pp. 27:1 27:30, Aug [29] N. Boudrga, M. Baghdad, and M. Obadat, A new scheme for moblty, sensng, and securty management n wreless ad hoc sensor networks, n Smulaton Symposum, th Annual, Aprl 2006, pp. 7 pp.. [30] G. Mao and B. Fdan, Introducton to Wreless Sensor Network Localzaton, 1st ed., ser. 1. USA: IGI Global, May 2009, vol. 1, p [31] B. K. Haberman and J. W. Sheppard, Overlappng partcle swarms for energy-effcent routng n sensor networks, Wreless Networks, vol. 18, no. 4, pp , [32] M. P. Wtte, K. A. Harras, K. C. Almeroth, and E. M. Beldng, On the mplcatons of routng metrc staleness n delay tolerant networks, Computer Communcatons, vol. 32, no. 16, pp , [33] M. Flnt, E. Fernandez, and M. Polycarpou, Stochastc models of a cooperatve autonomous uav search problem, Mltary Operatons Research, vol. 8, no. 4, pp , [34] P. Sujt and D. Ghose, Multple uav search usng agent based negotaton scheme, n Proceedngs of the Amercan Control Conference. IEEE, 2005, pp [35] D. Graham-Rowe, Cheap drones could replace search-and-rescue helcopters, New Scentst, vol. 207, no. 2769, p. 20, [36] R. W. Beard and T. W. McLan, Multple uav cooperatve search under collson avodance and lmted range communcaton constrants, n 42nd IEEE Conference on Decson and Control, vol. 1. IEEE, 2003, pp [37] C. Staff. 2014) Mh370 lost n ndan ocean, malaysan pm announces. [Onlne]. Avalable: asa/malaysa-arlnes-prme-mnster-statement/ndex.html

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Improved Detection Performance of Cognitive Radio Networks in AWGN and Rayleigh Fading Environments

Improved Detection Performance of Cognitive Radio Networks in AWGN and Rayleigh Fading Environments Improved Detecton Performance of Cogntve Rado Networks n AWGN and Raylegh Fadng Envronments Yng Loong Lee 1, Wasan Kadhm Saad, Ayman Abd El-Saleh *1,, Mahamod Ismal 1 Faculty of Engneerng Multmeda Unversty

More information

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

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

More information

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

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

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

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

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

More information

Adaptive Phase Synchronisation Algorithm for Collaborative Beamforming in Wireless Sensor Networks

Adaptive Phase Synchronisation Algorithm for Collaborative Beamforming in Wireless Sensor Networks 213 7th Asa Modellng Symposum Adaptve Phase Synchronsaton Algorthm for Collaboratve Beamformng n Wreless Sensor Networks Chen How Wong, Zhan We Sew, Renee Ka Yn Chn, Aroland Krng, Kenneth Tze Kn Teo Modellng,

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

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

MTBF PREDICTION REPORT

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

More information

A 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

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

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

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

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

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

Investigation of Hybrid Particle Swarm Optimization Methods for Solving Transient-Stability Constrained Optimal Power Flow Problems

Investigation of Hybrid Particle Swarm Optimization Methods for Solving Transient-Stability Constrained Optimal Power Flow Problems Investgaton of Hybrd Partcle Swarm Optmzaton Methods for Solvng Transent-Stablty Constraned Optmal Power Flow Problems K. Y. Chan, G. T. Y. Pong and K. W. Chan Abstract In ths paper, hybrd partcle swarm

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

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

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

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

More information

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

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

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

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

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

A TWO-PLAYER MODEL FOR THE SIMULTANEOUS LOCATION OF FRANCHISING SERVICES WITH PREFERENTIAL RIGHTS

A TWO-PLAYER MODEL FOR THE SIMULTANEOUS LOCATION OF FRANCHISING SERVICES WITH PREFERENTIAL RIGHTS A TWO-PLAYER MODEL FOR THE SIMULTANEOUS LOCATION OF FRANCHISING SERVICES WITH PREFERENTIAL RIGHTS Pedro Godnho and oana Das Faculdade de Economa and GEMF Unversdade de Combra Av. Das da Slva 65 3004-5

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

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

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

More information

VRT014 User s guide V0.8. Address: Saltoniškių g. 10c, Vilnius LT-08105, Phone: (370-5) , Fax: (370-5) ,

VRT014 User s guide V0.8. Address: Saltoniškių g. 10c, Vilnius LT-08105, Phone: (370-5) , Fax: (370-5) , VRT014 User s gude V0.8 Thank you for purchasng our product. We hope ths user-frendly devce wll be helpful n realsng your deas and brngng comfort to your lfe. Please take few mnutes to read ths manual

More information

antenna antenna (4.139)

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

More information

A 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

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

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

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

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

More information

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

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

Learning Ensembles of Convolutional Neural Networks

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

More information

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

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

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

The Synthesis of Dependable Communication Networks for Automotive Systems

The Synthesis of Dependable Communication Networks for Automotive Systems 06AE-258 The Synthess of Dependable Communcaton Networks for Automotve Systems Copyrght 2005 SAE Internatonal Nagarajan Kandasamy Drexel Unversty, Phladelpha, USA Fad Aloul Amercan Unversty of Sharjah,

More information

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

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

More information

Optimal Allocation of Static VAr Compensator for Active Power Loss Reduction by Different Decision Variables

Optimal Allocation of Static VAr Compensator for Active Power Loss Reduction by Different Decision Variables S. Aucharyamet and S. Srsumrannukul / GMSARN Internatonal Journal 4 (2010) 57-66 Optmal Allocaton of Statc VAr Compensator for Actve Power oss Reducton by Dfferent Decson Varables S. Aucharyamet and S.

More information

Fast Code Detection Using High Speed Time Delay Neural Networks

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

More information

Measuring Cooperative Robotic Systems Using Simulation-Based Virtual Environment

Measuring Cooperative Robotic Systems Using Simulation-Based Virtual Environment Measurng Cooperatve c Systems Usng Smulaton-Based Vrtual Envronment Xaoln Hu Computer Scence Department Georga State Unversty, Atlanta GA, USA 30303 Bernard P. Zegler Arzona Center for Integratve Modelng

More information

arxiv: v1 [cs.lg] 8 Jul 2016

arxiv: v1 [cs.lg] 8 Jul 2016 Overcomng Challenges n Fxed Pont Tranng of Deep Convolutonal Networks arxv:1607.02241v1 [cs.lg] 8 Jul 2016 Darryl D. Ln Qualcomm Research, San Dego, CA 92121 USA Sachn S. Talath Qualcomm Research, San

More information

Review: Our Approach 2. CSC310 Information Theory

Review: Our Approach 2. CSC310 Information Theory CSC30 Informaton Theory Sam Rowes Lecture 3: Provng the Kraft-McMllan Inequaltes September 8, 6 Revew: Our Approach The study of both compresson and transmsson requres that we abstract data and messages

More information

Machine Learning in Production Systems Design Using Genetic Algorithms

Machine Learning in Production Systems Design Using Genetic Algorithms Internatonal Journal of Computatonal Intellgence Volume 4 Number 1 achne Learnng n Producton Systems Desgn Usng Genetc Algorthms Abu Quder Jaber, Yamamoto Hdehko and Rzauddn Raml Abstract To create a soluton

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

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

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

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

More information

INITIALIZATION OF ROBOTIC FORMATIONS USING DISCRETE PARTICLE SWARM OPTIMIZATION

INITIALIZATION OF ROBOTIC FORMATIONS USING DISCRETE PARTICLE SWARM OPTIMIZATION 24 Internatonal Symposum on on Automaton & Robotcs n n Constructon (ISARC 2007) Constructon Automaton Group, I.I.T. Madras INITIALIZATION OF ROBOTIC FORMATIONS USING DISCRETE PARTICLE SWARM OPTIMIZATION

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

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

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

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

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

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

A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT

A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT Hrotaka Yoshda Kench Kawata IEEE Trans. on Power Systems, Vol.15, No.4, pp.1232-1239, November

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

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

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

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

Moth Search Algorithm for Drone Placement Problem

Moth Search Algorithm for Drone Placement Problem Moth Search Algorthm for Drone Placement Problem IVANA STRUMBERGER Sngdunum Unversty Faculty of Informatcs and Computng Danjelova 32, 11000 Belgrade strumberger@sngdunum.ac.rs DUSAN MARKOVIC Sngdunum Unversty

More information

A Hybrid Ant Colony Optimization Algorithm or Path Planning of Robot in Dynamic Environment

A Hybrid Ant Colony Optimization Algorithm or Path Planning of Robot in Dynamic Environment Hao Me, Yantao Tan, Lnan Zu A Hybrd Ant Colony Optmzaton Algorthm or Path Plannng of Robot n Dynamc Envronment A Hybrd Ant Colony Optmzaton Algorthm for Path Plannng of Robot n Dynamc Envronment 1 Hao

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

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

NEW EVOLUTIONARY PARTICLE SWARM ALGORITHM (EPSO) APPLIED TO VOLTAGE/VAR CONTROL

NEW EVOLUTIONARY PARTICLE SWARM ALGORITHM (EPSO) APPLIED TO VOLTAGE/VAR CONTROL NEW EVOLUTIONARY PARTICLE SWARM ALGORITHM (EPSO) APPLIED TO VOLTAGE/VAR CONTROL Vladmro Mranda vmranda@nescporto.pt Nuno Fonseca nfonseca@power.nescn.pt INESC Insttuto de Engenhara de Sstemas e Computadores

More information

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

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

More information

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

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm Network Reconfguraton n Dstrbuton Systems Usng a Modfed TS Algorthm ZHANG DONG,FU ZHENGCAI,ZHANG LIUCHUN,SONG ZHENGQIANG School of Electroncs, Informaton and Electrcal Engneerng Shangha Jaotong Unversty

More information

Traffic balancing over licensed and unlicensed bands in heterogeneous networks

Traffic balancing over licensed and unlicensed bands in heterogeneous networks Correspondence letter Traffc balancng over lcensed and unlcensed bands n heterogeneous networks LI Zhen, CUI Qme, CUI Zhyan, ZHENG We Natonal Engneerng Laboratory for Moble Network Securty, Bejng Unversty

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

Mission-Aware Placement of RF-based Power Transmitters in Wireless Sensor Networks

Mission-Aware Placement of RF-based Power Transmitters in Wireless Sensor Networks Msson-Aware Placement of RF-based Power Transmtters n Wreless Sensor Networks Melke Erol-Kantarc, Member, IEEE and Hussen T. Mouftah, Fellow, IEEE School of Electrcal Engneerng and Computer Scence Unversty

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

Performance Analysis of the Weighted Window CFAR Algorithms

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

More information

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

Multi-Relay Selection Strategy for Device to Device Communication

Multi-Relay Selection Strategy for Device to Device Communication Internatonal Conference on Computer, Networks and Communcaton Engneerng (ICCNCE 3) Mult-elay Selecton Strategy for Devce to Devce Communcaton Wecheng Xa, Shxang Shao, Jun Sun Jangsu Provncal Key Laboratory

More information

A General Technical Route for Parameter Optimization of Ship Motion Controller Based on Artificial Bee Colony Algorithm

A General Technical Route for Parameter Optimization of Ship Motion Controller Based on Artificial Bee Colony Algorithm A General Techncal Route for Parameter Optmzaton of Shp Moton Controller Based on Artfcal Bee Colony Algorthm Yanfe Tan, Lwen Huang, and Yong Xong Abstract The most practcal applcaton n ndustral process

More information

Application of a Modified PSO Algorithm to Self-Tuning PID Controller for Ultrasonic Motor

Application of a Modified PSO Algorithm to Self-Tuning PID Controller for Ultrasonic Motor The Proceedngs of the st Internatonal Conference on Industral Applcaton Engneerng Applcaton of a Modfed PSO Algorthm to Self-Tunng PID Controller for Ultrasonc Motor Djoewahr Alrjadjs a,b,*, Kanya Tanaa

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