INITIALIZATION OF ROBOTIC FORMATIONS USING DISCRETE PARTICLE SWARM OPTIMIZATION

Size: px
Start display at page:

Download "INITIALIZATION OF ROBOTIC FORMATIONS USING DISCRETE PARTICLE SWARM OPTIMIZATION"

Transcription

1 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 V.T. Ngo ARC Centre of Excellence for Autonomous Systems, Faculty of Engneerng Unversty of Technology, Sydney PO Box 123 Broadway NSW 2007 AUSTRALIA ngo652@eng.uts.edu.au N. M. Kwok and Q. P. Ha ARC Centre of Excellence for Autonomous Systems, Faculty of Engneerng Unversty of Technology, Sydney PO Box 123 Broadway NSW 2007 AUSTRALIA ABSTRACT In s paper, a Dscrete Partcle Swarm Optmzaton (DPSO) technque s appled as an optmal moton plannng strategy for e ntalzaton of moble robots to establsh some geometrcal patterns or formatons. Frstly, an optmal assgnment of locaton and orentaton for each robot n e formaton s performed. For s, a total travellng cost s defned, nvolvng e angular and translatonal movement by all robots from er ntal postons n e workspace to er goal postons. The objectve s en to determne e poston for each robot n e formaton n order to mnmze e cost functon to form a predefned shape. Once each robot has been assgned w a desred poston, a search scheme s mplemented to obtan a collson free trajectory for each robot to establsh e formaton. Smulaton results are presented to llustrate e valdty of e proposed approach. KEY WORDS Moton Plannng, Robotc Formaton Intalzaton, Poston Assgnment, Dscrete Partcle Swarm Optmzaton. 1. INTRODUCTION Robotc formaton s defned as e coordnaton of a group of moble robots to get nto and mantan a desred pattern w a certan geometrc shape. Mult-robot coordnaton has recently receved a consderable nterest as varous applcatons can be performed faster and more effcently w multple robots an w sngle robots operatng ndependently. Applcatons requrng multple robot coordnaton nclude mne sweepng [1], movng large objects n a constructon ste or mltary scouts [2-4], where each robot needs to be n a partcular poston correspondng to ts sensng capacty or geometrcal advantage to perform a gven cooperatve task. Such problems as ntalzng e formaton, mantanng e formaton confguraton, avodng statc or movng obstacles n e workspace, and changng formaton shapes to fulfl a specfc task or to deal w obstacles reman mportant ssues n robotc formaton control [5]. Several approaches to solve one or more of e above subtasks can be found n e lterature [6-9]. In [10], a drected potental feld meod was used for moton coordnaton of robots movng n formatons, however, e nherent drawback of potental feld meod n e cases of local optma was not mentoned. An archtecture for robotc formaton control was proposed n [5] to solve e four man ssues mentoned above. The auors focused on e problem of how to assgn e most sutable poston for each robot n e formaton usng a bounded dep-frst search w a prunng algorm to mnmze a cost functon compromsng e level of a follower robot n a formaton, e dstance and headng devaton of a follower w respect to ts leader robot. The search s dstrbuted over every robot n e formaton and e result w e lowest cost s

2 356 chosen. Ths meod s somewhat smlar to e work proposed by [11], n whch a robot n e group plans ts own pa ndependently and a D* search n a coordnaton dagram s performed to obtan e mnmum cost trajectory for each robot n a mult-robot system. Obvously, a search process for s purpose would requre a sutable optmsaton technque. Partcle Swarm Optmzaton (PSO), orgnally developed by Kennedy and Eberhart [12], has proven to be of great potental for optmzaton applcatons and has been used successfully n robotcs. For example, PSO was used for target searchng problems w sngle and multple target cases [13]. In [14], a modfed PSO algorm was ntroduced to fnd an optmal pa for moble robots. In constructon automaton, a PSO-based has been recently proposed for e coordnaton of a group of robotc vehcles [15]. Dealng n a smlar applcaton, e Generalzed Dscrete Partcle Swarm Optmzaton (DPSO), proposed by Clerc [16], was appled for e Travellng Salesman Problem. The auor ponted out at DPSO s easly mplemented for dscrete or combnatonal problems, partcularly when a suffcently good specalzed algorm s unavalable. Ths paper addresses e problem of how to ntalze a robotc formaton by seekng an optmal poston assgnment for each robot n e formaton. Each robot wll be desgnated a desred poston whle mnmzng e total cost whch ncludes e translatonal and angular movement of all robots n e formaton. The workspace s assumed to be obstacle-free so e shortest pa for each robot from ts ntal poston to ts assgned poston wll be a straght lne connectng e two postons. As each robot moves to ts goal, collson between two or more robots may occur. We propose a search scheme to construct e velocty profle for ose robots whch may potentally collde w e oers. The rest of e paper s organzed as follows. In Secton 2, a bref revew of DPSO s presented. The proposed robotc formaton ntalzaton approach s descrbed n Secton 3. Secton 4 gves some smulaton results to demonstrate e valdty of e approach. A concluson s gven n Secton 5 of e paper. V. Ngo, T. Ngo, V. T, N. N. M. M. Kwok & Q. P. Ha 2. DISCRETE PARTICLE SWARM OPTIMIZATION In Partcle Swarm Optmzaton, a set of movng partcles are ntally rown nto e search space. Each partcle, havng a poston and a velocty, knows ts own poston and e ftness functon to evaluate ts soluton qualty. Each partcle randomly searches rough e problem space by updatng ts own memory w ts poston and e socal nformaton gaered from oer partcles. At each tme step, e movement of a partcle s a compromse of ree behavours: to move randomly (ts own way), to go towards ts best prevous poston (memory), and to go towards ts neghbour (global) best poston. Ths evolutonary selecton s descrbed by e followng equatons for e partcle: v, new c1 v, old c2 p, new p, old v, new where v, new v, old p, new p, old p, b g b c, c 1 c2, 3 p p c g p, b, old New velocty calculated for e Velocty of e prevous teraton New poston calculated for e Poston of e teraton Best poston of e 3 b partcle partcle from e partcle partcle from e prevous partcle so far Best poston of from e neghbour so far Socal/cogntve confdence coeffcents, old (1) The PSO algorm descrbed above s known as tradtonal PSO and works well only n contnuous domans. Ths s a lmtaton of e classcal PSO because many applcatons are set n a space featurng dscrete varables. Naturally, Dscrete Partcle Swarm Optmzaton (DPSO) s developed to tackle ose dscrete optmzaton problems. It dffers from e tradtonal PSO n e sense at ts partcles do not represent ponts n e n - dmensonal Eucldean space [17]. In s paper, t represents, n a dscrete nature, a combnaton of selected poston assgnments for moble robots n a formaton. Equaton (1) s also used to update

3 Intalzaton of Robotc Formatons Usng Dscrete Optmzaton Partcle Swarm Optmzaton 357 partcle s velocty and poston n e DPSO. The partcle poston and velocty encodng vares from one specfc problem to anoer and wll be presented n Secton 3 for e case of poston assgnment. 3. ROBOTIC FORMATION INITIALIZATION APPROACH 3.1 Premses and Problem Statement The focus here s on e optmal poston assgnment and trajectory generaton for robots n a desred formaton, oer ssues such as pa plannng, choce of e leader robot n a formaton or moton control are beyond e scope of s paper. We assume at e planner knows e desred poston of a formaton and e envronment for ntalzaton s obstacle-free. Each robot s assumed to move at constant speeds and be able to swtch nstantaneously between a fxed speed and haltng, whch s typcal n multrobot moton planng [11]. Therefore, e shortest pa for a robot would be a straght lne connectng ts ntal poston and ts desred poston n e formaton. The formaton ntalzaton problem for N robots s now defned as follows: Gven e poston of e leader robot and a desred formaton confguraton, assgn e desred poston for each robot n e group and fnd a set of velocty profles for each robot R ( 1,..., N 1) to move from ts ntal poston to ts desred poston wout colldng w each oer, whle mnmzng e total tme for all robots to establsh e formaton. 3.2 Formaton Intalzaton Algorm We dvde e problem nto two sub problems. Frstly, DPSO s appled to fnd e optmal poston assgnment for each robot. Each robot s assgned a desred poston n a formaton so at total tme requred by all robots to form e formaton s mnmzed. Once each robot has known ts assgned poston, e next step s to perform a geometrc checkng to fnd a prorty scheme by whch a robot has to wat for oers n e case of a potental collson w anoer robot and e total watng tme for all robots wll be mnmzed Poston Assgnment Let us consder N robots ntally scatterng n e workplace. One robot has been chosen to be e reference robot and s called e leader robot whle e rest are called follower robots n s paper. The selecton of e leader robot may be based on ts geographcal advantage n e whole group or ts powerful sensng capacty. From e ntal poston of e selected leader robot togeer w e requred formaton confguraton, desred postons of all follower robots n e formaton are calculated. If ere are N robots, ncludng e leader, to enter a formaton n whch each desred poston n e formaton s ndexed as P ( x, y, ), 1.. N 1, or just P for convenence, and each robot excludng e leader has a unque dentfcaton (ID) as R 1,..., R N 1 or just 1,..., N 1 en each partcle poston and velocty are encoded as follows. - Partcle poston p x, x,..., x ), w ( 1 2 N 1 x j 1,.., N 1 means at robot R x s assgned to e desred poston P x n e formaton. Objectve functon As stated above, e crtera for e poston assgnment problem s to mnmze e total dstance traversed by all robots to form e formaton. To ease e computatonal burden of e planner as well as e mplementaton complexty n trajectory trackng for each robot, e trajectory of each robot when movng from an ntal poston to ts desred poston s separated nto ree phases. They are: () spnnng on ts wheels to algn w e straght lne connectng ts ntal poston to ts desred poston; () followng at lne, and () spnnng on ts wheels to algn w e formaton orentaton. Suppose e follower robot does not have to wat for oer robots n a potental collson or ere s no propensty of collson, en e tme needed to reach ts goal s 1 1 1,1,2 v T d, (2) where, 1,, 2 and d are respectvely angular and translatonal dsplacement correspondng to each phase. The objectve functon s chosen as:

4 358 N 1 mn ( F T ) v, (3) 1 s. t.safety The actual total tme executed by a follower robot to reach a desred poston may be dfferent from (2) as t may have to stop and wat for oer robots f nter-vehcle collson s to happen. As each robot s angular ) and translatonal d ) (, 1, 2 movement are assgned by e desred formaton shape, a soluton found w a mnmum cost defned by (3) wll guarantee at e poston assgnment s tme-optmal subject to e safety condton of nter-robot collson avodance, whch wll be descrbed n e next secton Moton Plannng As mentoned, e cost functon used n DPSO algorm gven n (3) should be subject to e collson-free condton. Ths constrant s resolved n s paper va a moton planner to construct a sutable trajectory for each robot where ts safety wll be preserved. For e safety purpose, e physcal robot s located as a crcle w radus rsafe r r m argn, where r s e dstance from e center of e robot to e ts furest pont and rm arg n s e margnal clearance around t [18]. W e segmentaton of a robot s trajectory correspondng to ree phases as stated above, e boundary of a robot pa wll be rectangular whch facltates e geometrcal collson checkng. To safely reach a target for a robot n e group, a quck geometrcal check s performed to dentfy robots whch potentally collde w each oer. Those robots whose pas do not geometrcally collde w oers wll be excluded from e search operaton and er velocty profles are constructed straghtforwardly. For ose robots whose geometrcal pas cross e oer pas may or may not collde w each, dependng on wheer or not ey reach e same pont at e same tme, er velocty profles are obtaned from e search by adoptng furer e followng ntervehcle collson avodance strategy: - For robot R, calculate e tme nstant and duraton t crosses e oer robots pas as ( 1 1 V. Ngo, T. Ngo, V. T, N. N. M. M. Kwok & Q. P. Ha 2 2 CT [( t0, t1, ndex1), ( t0, t1, ndex2 ),, ( t0, t1, ndex j )] whch means robot R crosses and occupes e j j pa of robot R durng t, t ). Once a robot ndex j ( 0 1 crosses anoer robot s pa, t s ncluded n e nter-vehcle collson avodance checkng even f t does not reach e crossng pont at e same tme w e oer robot. Thus, CT wll change over tme as explaned later. - The search result for robot R s of e form VP [ b1, b2,, b M ], where b {0, 1} and M s e number of tme steps n e search outcome for robot R. Ths wll depend on e leng of e robot pa, robot velocty, and e duraton of each tme step. Robot R wll follow ts planned pa w a constant velocty durng e tme slot f b 1 ; oerwse, t stops. When b 1, e velocty of robot R may be ( v 0, const) f t s spnnng on wheels, or ( v const, 0) f t s followng e straght lne to ts desred poston. - Collson between any two robots, f occurs, wll take place only one tme due to e feature of a robot pa. Hence, once e collson ssue has been resolved, ese two robots are collson-free w each oer so eer one wll be released from e safety check w respect to e oer. If a robot has no more potental collson w oers, t wll be released from e nter-robot collson checkng procedure and t wll safely follow ts pa. - Deadlock may occur f robot R crosses e target of robot R j [15]. In order to avod s deadlock, R j must wat untl R passes ts target. - If a robot reaches e crossng area before ts counter-part robot and no deadlock occurs when crossng e area frst, en t wll have a hgher prorty an ts counter-part. If deadlock occurs, t has to wat for ts counter-part to cross frst and erefore, actng n a lower prorty. - At each tme step, e current tme s compared w e tme n CT : 1. If R does not reach any crossng area, set b 1. j j

5 Intalzaton of Robotc Formatons Usng Dscrete Optmzaton Partcle Swarm Optmzaton If R s at a crossng area: 2.1 If deadlock occurs when t moves, set b If no deadlock occurs and ts counter- part has not reached s crossng area, set If no deadlock occurs and ts counter-part has reached s crossng area: If t has entered s area before ts counter-part en t wll contnue movng,.e., set, b 1. If a counter-part has entered s area before e consdered robot R, en check e collson potental between e two robots. If bo of em move to e next step, en set b accordngly,.e., b 1 f no collson exsts and b 0 oerwse. If R has passed e crossng area, en release R and ts counter-part from e checkng procedure n future steps. After all e search results have been found, desred velocty profles or safe trajectores for all robots n e formaton wll be constructed straghtforwardly. 4. SIMULATION RESULTS The proposed meod for robotc formaton ntalzaton usng DPSO and e behavoural collson avodance strategy s appled to smulatons for dfferent type of formaton confguratons w dfferent number of robots. Due to lmted space, e smulaton results for a case of 9 robots to form a lne formaton are presented. Fgure 1a rough 1d show e snapshots for robot locatons over tme. The robots from left to rght and top to bottom are e leader robot, e ntal locaton of follower robots R1, R4, R6, R5, R7, R8, and R 2, respectvely. The proposed algorm gves e best poston as P [1, 4, 3, 6, 5, 8,7, 2]. best b (a) (b) (c) (d) Fgure 1. Example of Nne Robots to Form a Lne Formaton. Snapshots of e Formaton Over Tme. 5. CONCLUSION A dscrete partcle swarm optmzaton (DPSO) algorm has been proposed for schedulng optmally e poston ass gnment to ntalze a formaton of vehcles, whch can be deployed for constructon automaton purposes. For e sake of smulaton, e ftness functon to mplement DPSO comprses e total tme requred for all vehcles to establsh e formaton, subject to e collson avodance condton. Smulaton results are ncluded to verfy e approach effectveness. Inpractce, furer crtera such as sensng capacty and geometrcal advantages can also be ncorporated n s mult-objectve optmzaton technque.

6 ACKNOWLEDGMENTS Ths work s supported by e Vetnam Mnstry of Educaton and Tranng and also by e ARC Centre of Excellence program, funded by e Australan Research Councl (ARC) and e New Sou Wales State Government. 7. REFERENCES [1] A. J. Healey, "Applcaton of formaton control for mult-vehcle robotc mnesweepng," n Proc 40 IEEE Conference on Decson and Control, Orlando, Florda, Dec. 2001, pp [2] B. Donald, L.Garepy, and D.Rus, "Dstrbuted manpulaton of multple objects usng ropes," n Proc IEEE Internatonal Conference on Robotcs and Automaton, San Francsco, CA, 2000, pp [3] D. Fox, W. Burgard, H. Kruppa, and S. Thrun, "A probablstc approach to collaboratve mult-robot localzaton," Autonomous Robots, vol. 8, pp , [4] J. Feddema, C. Lews, and D. Schoenwald, "Decentralzed control of cooperatve robotc vehcles: Theory and applcaton," IEEE Transactons on Robotcs and Automaton, vol. 18, pp , [5] M. Lemay, F. Mchaud, Letourneau.D, and J.-M. Valn, "Autonomous Intalzaton of robotc formatons," n Proc IEEE Int. Conf. on Robotcs and Automaton, New Orleans, LA, 2004, pp [6] J. P. Desa, J. P. Ostrowsk, and V. Kumar, "Control of changes n formaton for a team of moble robots," n Proc IEEE Int. Conference on Robotcs and Automaton, Detrot, MI, May 1999, pp [7] Y. Hao and S. K. Agrawal, "Plannng and control of UGV formatons n a dynamc envronment: A practcal framework w experments," n Proc IEEE Int. Conference on Robotcs and Automaton, Tape, Tawan, Sep. 2003, pp [8] H. Yamagucha and T. Ara, "Dstrbuted and autonomous control meod for generatng shape of multple moble robot group," n Proc IEEE Internatonal Conference on Robotcs and Automaton, San Dego, CA, 1994, pp V. Ngo, T. Ngo, V. T, N. N. M. M. Kwok & Q. P. Ha [9] B. Erkn, S. Onur, and S. Erol, "A revew: Pattern formaton and adaptaton n mult-robot systems," Robotcs Insttute - Carnege Mellon Unversty, Pttsburgh CMU-RI-TR [10] F. E. Schneder and D. Wldermu, "A potental feld based approach to mult robot formaton navgaton," n Proc IEEE Internatonal Conference on Robotc, Intellgent Systems and Sgnal Processng, Changsha, Chna, Oct.2003, pp [11] Y. Guo and L. E. Parker, "A dstrbuted and optmal moton plannng approach for multple moble robots," n Proc IEEE Internatonal Conference on Robotcs and Automaton, Washngton, DC, May, 2002, pp [12] J. Kennedy and R. Eberhart, "Partcle swarm optmzaton," n Proc IEEE Internatonal Conference on Neural Networks, Dec. 1995, pp [13] S. Doctor and D. K. Venayagamoory, "Unmanned vehcle navgaton usng swarm ntellgence," n Proc IEEE Internatonal Conference on Intellgent Sensng and Informaton Processng, 2004, pp [14] Y. Qn, D. Sun, N. L, and Y. Cen, "Pa plannng for moble robot usng e partcle swarm optmzaton w mutaton operator," n Proc 3rd Intl. Conf. on Machne Learnng & Cybernetcs, Shangha, Chna, Aug. 2004, pp [15] N. M. Kwok, Q. P. Ha, V. T. Ngo, and S.M. Hong, Partcle Swarm Optmzaton-based Coordnaton of a Group of Constructon Vehcles, n Proc. Int. Sym. Automaton and Robotcs n Constructon, Tokyo, Japan, Oct. 2006, pp [16] M. Clerc, "Bnary partcle swarm optmsers: toolbox, dervatons, and maematcal nsghts," n accessed Feb [17] E. S. Correa, A. A. Fretas, and C. G. Johnson, "A new dscrete partcle swarm algorm appled to attrbute selecton n a bonformatcs data set," n Proc Genetc and Evolutonary Computaton Conference, 2006, pp [18] A. D. Nguyen, V. T. Ngo, N. M. Kwok, and Q. P. Ha, "Formaton Intalzaton w Vrtual-Head Robot Trackng and Three-Pont l-l Control," Internatonal Transactons on Systems Scence and Applcatons, vol. 2, no. 4, pp , 2007.

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

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

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 MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

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

More information

A 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

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

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

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

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

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

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

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

Communication-Aware Distributed PSO for Dynamic Robotic Search

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

More information

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

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

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

More information

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

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

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

More information

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

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

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

More information

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

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

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

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

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION

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

More information

A 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

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

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

More information

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

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

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

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

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

More information

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

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

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

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

MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patidar, J.

MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patidar, J. ABSTRACT Research Artcle MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patdar, J. Sngha Address for Correspondence Maulana Azad

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

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

Optimum Allocation of Distributed Generations Based on Evolutionary Programming for Loss Reduction and Voltage Profile Correction

Optimum Allocation of Distributed Generations Based on Evolutionary Programming for Loss Reduction and Voltage Profile Correction ISSN : 0976-8491(Onlne) ISSN : 2229-4333(rnt) Optmum Allocaton of Dstrbuted Generatons Based on Evolutonary rogrammng for Reducton and Voltage rofle Correcton 1 Mohammad Saleh Male, 2 Soodabeh Soleyman

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

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

Robot Motion Planning Using Neural Networks: A Modified Theory

Robot Motion Planning Using Neural Networks: A Modified Theory 9 Robot Moton Plannng Usng Neural Networs: A Modfed Theory Subhrajt Bhattacharya, Sddharth Talapatra Department of Mechancal Engneerng, IIT Kharagpur Abstract -- A based on compettve learnng has been developed

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

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

Coordinating the Motions of Multiple Robots with Specified Trajectories

Coordinating the Motions of Multiple Robots with Specified Trajectories Coordnatng the Motons of Multple Robots wth Specfed Trajectores Srnvas Akella Seth Hutchnson Department of Computer Scence Beckman Insttute Rensselaer Polytechnc Insttute Unversty of Illnos, Urbana-Champagn

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

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

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

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

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

More information

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

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

CHAPTER 29 AN EXAMPLE OF THE MONTECARLO SIMULATIONS: THE LANGEVIN DYNAMICS

CHAPTER 29 AN EXAMPLE OF THE MONTECARLO SIMULATIONS: THE LANGEVIN DYNAMICS CHAPTER 9 AN EXAMPLE OF THE MONTECARLO SIMULATIONS: THE LANGEVIN DYNAMICS Objectves After completng the readng of ths chapter, you wll be able to: Construct a polymer chan. Devse a smple MC smulaton program

More information

An Optimal Model and Solution of Deployment of Airships for High Altitude Platforms

An Optimal Model and Solution of Deployment of Airships for High Altitude Platforms An Optmal Model and Soluton of Deployment of Arshps for Hgh Alttude Platforms Xuyu Wang, Xnbo Gao, Ru Zong, Peng Cheng. VIPS Lab, School of Electronc Engneerng, Xdan Unversty, X an 77, Chna. Department

More information

Behavior-Based Autonomous Robot Navigation on Challenging Terrain: A Dual Fuzzy Logic Approach

Behavior-Based Autonomous Robot Navigation on Challenging Terrain: A Dual Fuzzy Logic Approach Behavor-Based Autonomous Robot Navgaton on Challengng Terran: A Dual Fuzzy Logc Approach 1 Kwon Park and 2 Nan Zhang South Dakota School of Mnes and Technology Department of Electrcal and Computer Engneerng

More information

Phasor Representation of Sinusoidal Signals

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

More information

Optimal Sizing and Allocation of Residential Photovoltaic Panels in a Distribution Network for Ancillary Services Application

Optimal Sizing and Allocation of Residential Photovoltaic Panels in a Distribution Network for Ancillary Services Application Optmal Szng and Allocaton of Resdental Photovoltac Panels n a Dstrbuton Networ for Ancllary Servces Applcaton Reza Ahmad Kordhel, Student Member, IEEE, S. Al Pourmousav, Student Member, IEEE, Jayarshnan

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

Optimal Grid Topology using Genetic Algorithm to Maintain Network Security

Optimal Grid Topology using Genetic Algorithm to Maintain Network Security Internatonal Journal of Engneerng Scences, 2(8) August 23, Pages: 388-398 TI Journals Internatonal Journal of Engneerng Scences www.tournals.com ISSN 236-6474 Optmal Grd Topology usng Genetc Algorthm to

More information

Multiple Beam Array Pattern Synthesis by Amplitude and Phase with the Use of a Modified Particle Swarm Optimisation Algorithm

Multiple Beam Array Pattern Synthesis by Amplitude and Phase with the Use of a Modified Particle Swarm Optimisation Algorithm SETIT 29 5 th Internatonal Conference: Scences of Electronc, Technologes of Informaton and Telecommuncatons March 22-26, 29 TUNISIA Multple Beam Array Pattern Synthess by Ampltude and wth the Use of a

More information

AN IMPROVED BIT LOADING TECHNIQUE FOR ENHANCED ENERGY EFFICIENCY IN NEXT GENERATION VOICE/VIDEO APPLICATIONS

AN IMPROVED BIT LOADING TECHNIQUE FOR ENHANCED ENERGY EFFICIENCY IN NEXT GENERATION VOICE/VIDEO APPLICATIONS Journal of Engneerng Scence and Technology Vol., o. 4 (6) 476-495 School of Engneerng, Taylor s Unversty A IMPROVED BIT LOADIG TECHIQUE FOR EHACED EERGY EFFICIECY I EXT GEERATIO VOICE/VIDEO APPLICATIOS

More information

Evolutionary Programming for Reactive Power Planning Using FACTS Devices

Evolutionary Programming for Reactive Power Planning Using FACTS Devices Bplab Bhattacharyya, kash Kumar Gupta,. Das Evolutonary Programmng for Reactve Power Plannng Usng Devces BIPLAB BHATTACHARYYA *, IKAH KUMAR GUPTA 2 AND.DA 3, 2, 3 Department of Electrcal Engneerng, Indan

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 FUZZY WAVELET NEURAL NETWORK LOAD FREQUENCY CONTROLLER BASED ON GENETIC ALGORITHM

A FUZZY WAVELET NEURAL NETWORK LOAD FREQUENCY CONTROLLER BASED ON GENETIC ALGORITHM Internatonal Journal on Techncal and Physcal Problems of Engneerng (IJTPE) Publshed by Internatonal Organzaton of IOTPE ISSN 277-3528 IJTPE Journal www.otpe.com jtpe@otpe.com June 22 Issue Volume 4 Number

More information

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

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

More information

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

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

Modified Bat Algorithm for the Multi-Objective Flexible Job Shop Scheduling Problem

Modified Bat Algorithm for the Multi-Objective Flexible Job Shop Scheduling Problem Avalable onlne at www.jpe-onlne.com vol., no. 7, November 07, pp. 999-0 DOI: 0.90/jpe.7.07.p.9990 Modfed Bat Algorthm for the Mult-Objectve Flexble Job Shop Schedulng Problem Haodong Zhu a,b, Baofeng He

More information

Adaptive Modulation for Multiple Antenna Channels

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

More information

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

Open Access Research on PID Controller in Active Magnetic Levitation Based on Particle Swarm Optimization Algorithm

Open Access Research on PID Controller in Active Magnetic Levitation Based on Particle Swarm Optimization Algorithm Send Orders for Reprnts to reprnts@benthamscence.ae 1870 The Open Automaton and Control Systems Journal, 2015, 7, 1870-1874 Open Access Research on PID Controller n Actve Magnetc Levtaton Based on Partcle

More information

Optimal Choice and Allocation of FACTS Devices in Deregulated Electricity Market using Genetic Algorithms

Optimal Choice and Allocation of FACTS Devices in Deregulated Electricity Market using Genetic Algorithms Optmal Choce and Allocaton of FACTS Devces n Deregulated Electrcty Maret usng Genetc Algorthms L.J. Ca, Student Member IEEE, I. Erlch, Member IEEE and G.Stamtss, Member IEEE Abstract--Ths paper deals wth

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

Design of Fractional Order PID controller for a CSTR process

Design of Fractional Order PID controller for a CSTR process Internatonal Refereed Journal of Engneerng and Scence (IRJES) ISSN (Onlne) 319-183X, (Prnt) 319-181 Volume 3, Issue 1 (January 014), PP. 08-14 Desgn of Fractonal Order PID controller for a CSTR process

More information

PI-Controller Adjustment Using PSO for a Laboratory Scale Continuous Stirred Tank Heater

PI-Controller Adjustment Using PSO for a Laboratory Scale Continuous Stirred Tank Heater 03, TextRoad Publcaton ISSN 090-4304 Journal of Basc and Appled Scentfc Research www.textroad.com PI-Controller Adjustment Usng for a Laboratory Scale Contnuous Strred Tan Heater Mohammad Ahmad, Mohammadsoroush

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

Optimal Node Placement of Industrial Wireless Sensor Networks Based on Adaptive Mutation Probability Binary Particle Swarm Optimization Algorithm

Optimal Node Placement of Industrial Wireless Sensor Networks Based on Adaptive Mutation Probability Binary Particle Swarm Optimization Algorithm DOI:.2298/CSIS2758W Optmal Node Placement of Industral Wreless Sensor Networks Based on Adaptve Mutaton Probablty Bnary Partcle Swarm Optmzaton Algorthm Lng Wang,2, We Ye, Hakuan Wang, Xpng Fu, Mnru Fe,

More information

Realization of the Sensor Web Concept for Earth Science using Mobile Robotic Platforms

Realization of the Sensor Web Concept for Earth Science using Mobile Robotic Platforms Realzaton of the Sensor Web Concept for Earth Scence usng Moble Robotc Platforms Ayanna M. Howard, Bran Smth, Magnus Egerstedt School of Electrcal and Computer Engneerng Georga Insttute of Technology,

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

FACTS Devices Allocation Using a Novel Dedicated Improved PSO for Optimal Operation of Power System

FACTS Devices Allocation Using a Novel Dedicated Improved PSO for Optimal Operation of Power System Journal of Operaton and Automaton n Power Engneerng Vol. 1, No., Summer & Fall 013, Pages: 14-135 http://journals.uma.ac.r/joape FACTS Devces Allocaton Usng a Novel Dedcated Improved PSO for Optmal Operaton

More information

Cooperative Localization Based on Visually Shared Objects

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

More information

Multi-focus Image Fusion Using Spatial Frequency and Genetic Algorithm

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

More information

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

A Multi-Robot System Based on A Hybrid Communication Approach

A Multi-Robot System Based on A Hybrid Communication Approach Studes n Meda and Communcaton Vol. 1, No. 1; June 13 ISSN 35-871 E-ISSN 35-88X Publshed by Redfame Publshng URL: http://smc.redfame.com A Mult-Robot System Based on A Hybrd Communcaton Approach Tngka Wang,

More information

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

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

More information

Optimal Reconfiguration of Distribution System by PSO and GA using graph theory

Optimal Reconfiguration of Distribution System by PSO and GA using graph theory Proceedngs of the 6th WSEAS Internatonal Conference on Applcatons of Electrcal Engneerng, Istanbul, Turkey, May 27-29, 2007 83 Optmal Reconfguraton of Dstrbuton System by PSO and GA usng graph theory Mehd

More information

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

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

More information

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

Applications of Modern Optimization Methods for Controlling Parallel Connected DC-DC Buck Converters

Applications of Modern Optimization Methods for Controlling Parallel Connected DC-DC Buck Converters IJCSI Internatonal Journal of Computer Scence Issues, Volume 3, Issue 6, November 26 www.ijcsi.org https://do.org/.2943/266.559 5 Applcatons of Modern Optmzaton Methods for Controllng Parallel Connected

More information

Breast Cancer Detection using Recursive Least Square and Modified Radial Basis Functional Neural Network

Breast Cancer Detection using Recursive Least Square and Modified Radial Basis Functional Neural Network Breast Cancer Detecton usng Recursve Least Square and Modfed Radal Bass Functonal Neural Network M.R.Senapat a, P.K.Routray b,p.k.dask b,a Department of computer scence and Engneerng Gandh Engneerng College

More information

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

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

More information

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

Unmanned Aerial Vehicle (UAV) is becoming an integral

Unmanned Aerial Vehicle (UAV) is becoming an integral Hybrd Partcle Swarm Optmzaton and Genetc Algorthm for Mult-UAV Formaton Reconfguraton Habn Duan, Qnan Luo, and Guanun Ma State Key Laboratory of Vrtual Realty Technology and Systems, Behang Unversty (BUAA),

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

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages Low Swtchng Frequency Actve Harmonc Elmnaton n Multlevel Converters wth Unequal DC Voltages Zhong Du,, Leon M. Tolbert, John N. Chasson, Hu L The Unversty of Tennessee Electrcal and Computer Engneerng

More information

Simultaneous Reconfiguration with DG Placement using Bit-Shift Operator Based TLBO

Simultaneous Reconfiguration with DG Placement using Bit-Shift Operator Based TLBO Smultaneous Reconfguraton wth Placement usng Bt-Shft Operator Based TLBO Ayan Ghosh, *Deepak Kumar EEE Department B.I.T Mesra, Ranch Jharkhand, Inda *deepakmek9@gmal.com S. R. Samantaray School of Electrcal

More information

New Parallel Radial Basis Function Neural Network for Voltage Security Analysis

New Parallel Radial Basis Function Neural Network for Voltage Security Analysis New Parallel Radal Bass Functon Neural Network for Voltage Securty Analyss T. Jan, L. Srvastava, S.N. Sngh and I. Erlch Abstract: On-lne montorng of power system voltage securty has become a very demandng

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

Allocation of capacitor banks in distribution systems using multi-objective function

Allocation of capacitor banks in distribution systems using multi-objective function Vol. 8(27), pp. 1282-1288, 18 July, 2013 DOI 10.5897/SRE2013.5554 ISSN 1992-2248 2013 Academc Journals http://www.academcjournals.org/sre Scentfc Research and Essays Full Length Research aper Allocaton

More information

Servo Actuating System Control Using Optimal Fuzzy Approach Based on Particle Swarm Optimization

Servo Actuating System Control Using Optimal Fuzzy Approach Based on Particle Swarm Optimization Servo Actuatng System Control Usng Optmal Fuzzy Approach Based on Partcle Swarm Optmzaton Dev Patel, L Jun Heng, Abesh Rahman, Deepka Bhart Sngh Abstract Ths paper presents a new optmal fuzzy approach

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