Improved Artificial Potential Field Based Ant Colony Optimization for Path Planning

Size: px
Start display at page:

Download "Improved Artificial Potential Field Based Ant Colony Optimization for Path Planning"

Transcription

1 Available Online at International Journal of Computer Science and Mobile Computin A Monthly Journal of Computer Science and Information Technoloy ISSN 3 88X IMPACT ACTOR: 6.17 IJCSMC, Vol. 6, Issue. 7, July 17, p Improved Artificial Potential ield Based Ant Colony Optimization for Path Plannin Azal H.Nazzal Computer Science Department, University of Thi Qar, Iraq azal.alamery@mail.com Abstract- Path plannin field for mobile robot is an important problem that involves findin free path from initial position to oal position.in this paper we introduce an improved artificial potential field based on ant colony optimization.which can obtain additional ractive force to prevent artificial potential field from local minimum.and use ant colony optimization to determine the location of oal in the environment.we develop ant colony optimization to optimize planned path.we do not use the pheromone in all the path from initial position to oal position. We use pheromone in the oal position only. After that the proposed alorithm applied in a laptop computin equipped with 1.8GHz Intel core CPU,.5GB memory with 14 MATLAB in Windows 8.1 Operatin System. The simulation results confirm that the proposed alorithm could always find shortest path in less time. The comparison between ant colony optimization and enetic alorithm was also made in this paper. Keyword: path plannin, ant colony optimization, artificial potential field, motion plannin, multi robot. I. INTRODUCTION In the last few decades, robotic scientists have investiated on service mobile robots which could be able to operate within human-robot coexistent environments to execute different complex works, such as transportation of heavy objects, surveillance, rescue, and uidin people in exhibitions and museums. Autonomous mobile robot path plannin or naviation is one of the most important applications for robot control systems and has racted remarkable ention from number of researchers. We can classify the method for solvin the problem based on the environment into two types: known environment and unknown environment. And each of these two kinds could be divided into static and dynamic environment. In the known environment the robot know all the information about the environment before it start to move. the alorithms are suitable to solve the problem of path plannin for example artificial potential field [1],the Visibility Graph [],Voronoi diarams[3],the Grid method [4], the cell decomposition [5]. in unknown environment the robot does not have any information about the environment.in this state the robot must be solve the problem of path plannin by the sensor or the few information its available about the environment. A lot of researchers introduced important investiation results for examples enetic alorithm(ga)[6], ant colony optimization (ACO)[7], uzzy Loic [8], Neural Networks (NN)[9], particle swarm optimization(pso) [1].but these alorithms can t reach an optimal solution separately in complex environment. In this paper we introduce a new efficient approach for mobile robot motion plannin.we use two alorithms to solve the problem of path plannin: artificial potential field(ap) and ant colony optimization.ant colony optimization (ACO) is used to increase the 17, IJCSMC All Rihts Reserved 114

2 ractive force.the pheromone information enerated from ACO is used to prevent (AP) from fallin into local minimum. The remainder of this paper is structured as follows. In section displays ant colony optimization. Section 3 displays artificial potential field. In section 4 displays the proposed alorithm. Section 5 discusses the simulation and result for this paper and finally 6 the conclusion for this paper. II. ANT COLONY OPTIMIZATION Ant Colony Optimization is a meta-heuristic for solvin problems which need optimization. The idea of Ant colony Optimization was takin from the natural behaviour of ants in findin their short road from their livin place (nest) to food. The unique feature in the ant colony is that, it finds the shortest path from the nest to the food resource without any direct communication between the ants. This is the basic idea of swarm intellience that is noted not only in ants, it can be noted in birds, fishes, etc. The communication between the ants is based on the amount of the pheromone throuh their path. The difference in the amount of pheromone putted in the path taken by ants will shows the quality of the route selected to reach the food. [11] A. Improved ant colony optimization Oriinal ant colony optimization (ACO) contains some limitations, such as occupy lon time, ettin into local minimum if the size of the problem is lare. In oriinal ant colony (ACO), the amount of pheromone of all elements are same started. So all the solutions are started blindly in the beinnin of evolution phase, and it would occupy a lon time to find a short path from many paths. So we should improve the ACO. We don t need to put the pheromone in all the lenth of the path. We want to increase the ractive force to prevent the (AP) from local minimum. Therefore the robot moves in the environment to explore the entire environment because the robots don't have any information about the environment and determine the oal and obstacles locations by the pheromone puttin in the position of the oal and the obstacles only. Amount the pheromone differ between the oals and obstacles location. Amount of pheromone in the oals location is very much while in the obstacles locations is little. III. ARTIICIAL POTENTIAL IELD AP mainly contains from two force vectors, caused by the obstacles and oals positions. The oal position enerate the ractive forces to ract the robot to the oal while the obstacle position enerate ulsive force to el the robot from the obstacle.sum of these forces is controllin on the movement of the robot. [1] A. Attractive and ulsive force In artificial potential field, the oal position has ractive force on robots, and when the distance between the robots and oals increases, the ractive force increases. Position of robots in its work space referred to as q x y T. The ractive field created by the oal is iven by: U 1 q q kp oalq 1 1 Where k is a positive coefficient for AP, q x, y T is the location of oal. P q q q // oal // Is the distance from the location of robot to the position of oal. The ractive force is calculated by the neative radient of the ractive potential and iven the followin form: 1 q U q kp oalq kq q 17, IJCSMC All Rihts Reserved 115

3 q is a vector directed toward q with manitude linearly related to the distance from q to ulsive force has the form: 1 1 1, p q p U q p q p, pq, qob p Where is a positive scalin factor, let x 3, y q. The q be unique confiuration in obstacle closest to q. pq q q is the shortest distance between robot and obstacle. p is the larest impact distance of sinle obstacle. The ulsive force is calculated by the neative radient of the ulsive potential and iven the followin form: 1 1 q U q pq p p q 1 p q, p, p q q p p The total artificial force is calculated: q q is artificial force, 5 4 Where is ractive force and is ulsive force. When the environment has multi obstacles, the total ulsive potential field is the sum of all obstacles' ulsive potential field. The total potential field can be expressed as: n q q q 6 i1 Where n: is the number of obstacle IV. THE PROPOSED ALGORITHM This paper improved artificial potential field by usin the pheromone that enerated from ant colony optimization (ACO) as additional force to increase the ractive forces that ract the robot which the robot will not fall into local minimum.the work of ant colony optimization is explorin all the environment when it find the oal the robot put pheromone in the oal location (the amount of pheromone is very much )while puttin the little pheromone in obstacles location when it find obstacles. The pheromone amount in obstacle location is very little and does not affect at the total forces.the total ractive force that it racts the robot is: T 7 Where p T is the total ractive force, is ractive force that enerate from oal position, p is the pheromone force. Now each robot is drivin by the composition of three forces: T t Where 8 t the total force is drivin the robots, T is the total ractive force, ulsive force. The entire alorithm of our proposed method is as follow: 1. Select one robot randomly from multi robot.. The robot moves in the environment to explore the environment. 3. When it find oal, it puts the pheromone in the oal location. 4. When it finds obstacles, it puts the pheromone in the obstacles location but the amount of pheromone is very little. 5. Repeat until exploration the entire environment is finishin. 17, IJCSMC All Rihts Reserved 116

4 6. Compute the artificial potential force at current confiuration under our proposed improved artificial potential field. 7. Move all robots to the environment. 8. Each robot has ulsive force with other robot to avoid the collision. 9. Each robot reaches to the oal without any collision with obstacles. The robot is startin the movement from the first point of the environment to explore the environment accordin to the path planned by lobal planner.when it find oals in the path of robot it put some pheromone in the location of oals. The amount of pheromone in the location of oals is very much.when the robot finds the obstacle in the environment; it also put the pheromone in the location of obstacles. The amount of pheromone in the location of obstacle is little. In this paper are used multi robot, multi obstacle and one oal. The oal of the paper at first exploration the entire environment after that each robot must be reaches to the oal in the environment and avoids the collision with obstacles. V. SIMULATION AND THE RESULT Some simulation experiments are carried out for validin the proposed alorithm usin MATLAB. We used ant colony optimization to explore the environment by one robot. The environment is settin as square which shown in i.1. The paper has used different types of environments. Some environments were simple (number of obstacles is few and size of the environment is small). And some of them were very complex (number obstacles is too many and size of the environment is bi). When the robot find oal it puts the reen box in the location of oal and when it finds the obstacles it put the red box in the location of obstacles.i. shows that: i. 1 Simulation environment i. exploration the environment 15*15 17, IJCSMC All Rihts Reserved 117

5 After that the robots calculate the (AP) and start to move to the oal. The simulation results shown in the fiures, the reen box and red box resent the oal and the obstacles position respectively, the red line resents the path of the robot to reach to the oal.i.3 to i.5 display the path of robot to reach the oal in different environments. i. 3 displays path of robot in environment * i. 4 displays path of robot in environment 18*18 i. 5 displays path of robot in environment 5*5 Then we used three robots all of them are movin at the same time without collision between each other. Each robot must be reach to the oal in the environment. In i.6 black box resents the first robot, Purple box resents the second robot and Turquoise box resents the third robot. 17, IJCSMC All Rihts Reserved 118

6 i. 6 movement of multi robot TABLE I THE RESULTS O PROPOSED ALGORITHM Environment 18*18 No. obstacles :7 * No. obstacles:78 5*5 No. obstacles:8 Time (s) Distance (m) "Table I" resents the results for the proposed alorithm. We also compare the performance of the proposed alorithm and that of GA in [13].we use the same environment that they used with GA. rom "Table II", we can see that the performance of the proposed work better than the GA in the time and distance. TABLE II COMPARISON BETWEEN THE PROPOSED ALGORITHM AND GA Distance Time (s) (m) The 18* proposed No. obstacles alorithm :78 5* No.obstacles:8 15* No. obstacles :7 GA Iteration Iteration Iteration Iteration , IJCSMC All Rihts Reserved 119

7 VI. CONCLUSION Path plannin problem is one of the most important robotic problems for mobile robot to accomplish iven tasks. An improved artificial potential field ant colony optimization was proposed to obtain shortest path in less time without local minimum in unknown and static environment. Additional ractive force are utilized to eliminate local minimum caused by traditional AP when the composition of ractive force and ulsive force becomes zero. Exploration problem was solved by usin the pheromone to determine the oal and obstacles position. This alorithm has been successfully applied throuh the MATLAB proram without any problem. The paper tested the alorithm on a simple environments and complex environment. We use the environment with 3 robots, number of obstacles and one oal. The last work, the paper compares the performance of the proposed alorithm and that of GA. we see that the performance of the proposed work overmatches that of GA obviously as shown in "Table II". REERENCES [1] Q.Aao, Y.Huan and Zhou,AN evolutionary artificial potential field alorithm for dynamic path plannin of mobile robot, International conference proceedins on intellient robots and system, paes ,6. [] O. Aichholzer, M. Cetina, R. abila-monroy, J. Lea nos and J. Urrutia, Convexifyin monotone polyons while maintainin internal visibility, XIV Spanish Meetin on Computational Geometry,11. [3] C.O Dunlain and C.Yap., Are traction method for plannin the motion of a disc, journal of alorithms,vol. 6,paes , 198. [4] D.Payton, J.Rosenbl and D.Keirsey, Grid based mappin for autonomous mobile robot, Robotics and Autonomous systems, vol. 11, paes 13-1,1993. [5] C. H. Cai and S. errai,information-driven Sensor Path Plannin by Approximate Cell Decomposition, IEEE Trans on Systems, Man, and Cybernetics, Part B: Cybernetics, Vol.39, No.3, pp ,9. [6] Tamilselvi, Mercy shalinie, Hariharasudan,11, Optimal Path Selection for Mobile Robot Naviation Usin Genetic Alorithm,International Journal of Computer Science Issues, Vol. 8, Issue 4, No 1,11. [7]GUO Yu, LI Shi-yon.,Path Plannin for Robot Based on Improved Ant Colony Alorithm, Computer Measurement and Control, 17(1), pp ,9. [8] Mrs. Anita Gutta, Dr. Priti Srinivas Sajja,13, uzzy Loic based Intellient armin Multi Aent System,Anita Gutta et al,int.j.computer Technoloy & Applications,, Vol 4, paes8-3,13. [9] Youssef Bassil, 1, Neural Network Model for Path-Plannin Of Robotic Rover Systems, International Journal of Science and Technoloy, Vol., No.,1. [1] Micael S. Couceiro, Rui P. Rocha and Nuno M.. erreira, A Novel Multi-Robot Exploration Approach based on Particle Swarm Optimization Alorithms, IEEE International Symposium on Safety, Security and Rescue Robotics,11. [11] GUO Yu, LI Shi-yon,Path Plannin for Robot Based on Improved Ant Colony Alorithm, Computer Measurement and Control, 17(1):pp ,9. [1] Guanhui Li, Atsushi Yamashita and Hajime Asama, Yusuke Tamura, An Efficient Improved Artificial Potential ield Based Reression Search Method for Robot Path Plannin, IEEE International Conference on Mechatronics and Automation1. [13] Nadia Adnan Shiltah, Lana Dalawr Jalal, Path Plannin of Intellient Mobile Robot Usin Modified Genetic Alorithm, International Journal of Soft Computin and Enineerin, Volume-3, Issue-, , IJCSMC All Rihts Reserved 1

NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION

NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION Journal of Academic and Applied Studies (JAAS) Vol. 2(1) Jan 2012, pp. 32-38 Available online @ www.academians.org ISSN1925-931X NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION Sedigheh

More information

Improvement of Robot Path Planning Using Particle. Swarm Optimization in Dynamic Environments. with Mobile Obstacles and Target

Improvement of Robot Path Planning Using Particle. Swarm Optimization in Dynamic Environments. with Mobile Obstacles and Target Advanced Studies in Biology, Vol. 3, 2011, no. 1, 43-53 Improvement of Robot Path Planning Using Particle Swarm Optimization in Dynamic Environments with Mobile Obstacles and Target Maryam Yarmohamadi

More information

Application of Artificial Intelligence in Industrial Design

Application of Artificial Intelligence in Industrial Design Application of Artificial Intellience in Industrial Desin Hui Ma Anhui Wenda information Enineerin Institute, Hefei, Anhui 231201, China Abstract This paper discusses the concept, cateory and characteristics

More information

Shuffled Complex Evolution

Shuffled Complex Evolution Shuffled Complex Evolution Shuffled Complex Evolution An Evolutionary algorithm That performs local and global search A solution evolves locally through a memetic evolution (Local search) This local search

More information

Decision Science Letters

Decision Science Letters Decision Science Letters 3 (2014) 121 130 Contents lists available at GrowingScience Decision Science Letters homepage: www.growingscience.com/dsl A new effective algorithm for on-line robot motion planning

More information

Scheduling Combination Optimization Research for Bus Lane Line

Scheduling Combination Optimization Research for Bus Lane Line TELKOMNIKA Indonesian Journal of Electrical Enineerin Vol., No., January 04, pp. 809 ~ 87 DOI: http://dx.doi.or/0.59/telomnia.vi.36 809 Schedulin Combination Optimization Research for Bus Lane Line Hao

More information

Improvement in the Method for Bias Drift Compensation in Micromechanical Gyroscopes

Improvement in the Method for Bias Drift Compensation in Micromechanical Gyroscopes RADIOENGINEERING, VOL. 14, NO. 2, JUNE 2005 7 Improvement in the Method for Bias Drift Compensation in Micromechanical Gyroscopes Rumen ARNAUDOV, Yasen ANGELOV Faculty of Communications and Communications

More information

A Greedy Strategy for Tracking a Locally Predictable Target among Obstacles

A Greedy Strategy for Tracking a Locally Predictable Target among Obstacles Proceedins of the 2006 IEEE International Conference on Robotics and Automation Orlando, Florida - May 2006 A Greedy Stratey for Trackin a Locally Predictable Taret amon Obstacles Tirthankar Bandyopadhyay,

More information

Yusuke Tamura. Atsushi Yamashita and Hajime Asama

Yusuke Tamura. Atsushi Yamashita and Hajime Asama Int. J. Mechatronics and Automation, Vol. 3, No. 3, 2013 141 Effective improved artificial potential field-based regression search method for autonomous mobile robot path planning Guanghui Li* Department

More information

Review of Soft Computing Techniques used in Robotics Application

Review of Soft Computing Techniques used in Robotics Application International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 3 (2013), pp. 101-106 International Research Publications House http://www. irphouse.com /ijict.htm Review

More information

3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015)

3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015) 3rd International Conference on Machinery, Materials and Information Technoloy Applications (ICMMITA 05) Research on the Resonance Analysis of Clustered Grid-connected Distributed Photovoltaic System based

More information

TUNING OF PID CONTROLLERS USING PARTICLE SWARM OPTIMIZATION

TUNING OF PID CONTROLLERS USING PARTICLE SWARM OPTIMIZATION TUNING OF PID CONTROLLERS USING PARTICLE SWARM OPTIMIZATION 1 K.LAKSHMI SOWJANYA, 2 L.RAVI SRINIVAS M.Tech Student, Department of Electrical & Electronics Engineering, Gudlavalleru Engineering College,

More information

1) Complexity, Emergence & CA (sb) 2) Fractals and L-systems (sb) 3) Multi-agent systems (vg) 4) Swarm intelligence (vg) 5) Artificial evolution (vg)

1) Complexity, Emergence & CA (sb) 2) Fractals and L-systems (sb) 3) Multi-agent systems (vg) 4) Swarm intelligence (vg) 5) Artificial evolution (vg) 1) Complexity, Emergence & CA (sb) 2) Fractals and L-systems (sb) 3) Multi-agent systems (vg) 4) Swarm intelligence (vg) 5) Artificial evolution (vg) 6) Virtual Ecosystems & Perspectives (sb) Inspired

More information

Analysis of the vertical load bearing capacity and settlement of a pile group

Analysis of the vertical load bearing capacity and settlement of a pile group Enineerin manual No. 17 Updated: 07/2018 Analysis of the vertical load bearin capacity and settlement of a pile roup Proram: Soubor: Pile Group Demo_manual_17.sp The objective of this enineerin manual

More information

38123 Povo Trento (Italy), Via Sommarive 14 MONOPULSE COMPROMISE ARRAYS - A REVIEW. L. Manica, P. Rocca, and A.

38123 Povo Trento (Italy), Via Sommarive 14   MONOPULSE COMPROMISE ARRAYS - A REVIEW. L. Manica, P. Rocca, and A. UNIVERSITY OF TRENTO DIPARTIMENTO DI INGEGNERIA E SCIENZA DELL INFORMAZIONE 38123 Povo Trento (Italy), Via Sommarive 14 http://www.disi.unitn.it MONOPULSE COMPROMISE ARRAYS - A REVIEW L. Manica, P. Rocca,

More information

SWARM INTELLIGENCE. Mario Pavone Department of Mathematics & Computer Science University of Catania

SWARM INTELLIGENCE. Mario Pavone Department of Mathematics & Computer Science University of Catania Worker Ant #1: I'm lost! Where's the line? What do I do? Worker Ant #2: Help! Worker Ant #3: We'll be stuck here forever! Mr. Soil: Do not panic, do not panic. We are trained professionals. Now, stay calm.

More information

Design of A Novel Inductor less Low Noise Amplifier

Design of A Novel Inductor less Low Noise Amplifier International Journal of Computer Sciences and Enineerin Open Access esearch Paper Volume-4, Issue- E-ISSN: 347-693 Desin of A Novel Inductor less Low Noise Amplifier Parisa Tahizadeh, Abbas Kamaly*, Department

More information

A DYNAMIC LATCHED COMPARATOR WITH BUILT-IN OFFSET CALIBRATION. Cui, Ji; Tani, Sadahiro; Ohara, Kenji; Hirai, Yusaku; Matsuoka, Toshimasa

A DYNAMIC LATCHED COMPARATOR WITH BUILT-IN OFFSET CALIBRATION. Cui, Ji; Tani, Sadahiro; Ohara, Kenji; Hirai, Yusaku; Matsuoka, Toshimasa Title Author(s) Citation A DYNAMIC LATCHED COMPARATOR WITH BUILT-IN OFFSET CALIBRATION Cui, Ji; Tani, Sadahiro; Ohara, Kenji; Hirai, Yusaku; Matsuoka, Toshimasa Far East Journal of Electronics and Communications.

More information

RECENTLY, the CO 2 emission of information and communication. On-Demand Based Wireless Resources Trading for Green Communications

RECENTLY, the CO 2 emission of information and communication. On-Demand Based Wireless Resources Trading for Green Communications On-Demand Based Wireless Resources Tradin for Green Communications Wenchi Chen, Xi Zhan, Hailin Zhan, and Qian Wan Networkin and Information Systems Laboratory Dept. of Electrical and Computer Enineerin,

More information

An Efficient Improved Artificial Potential Field Based Regression Search Method for Robot Path Planning

An Efficient Improved Artificial Potential Field Based Regression Search Method for Robot Path Planning An Effiient Improved Artifiial Potential Field Based Reression Searh Method for Robot Path Plannin Guanhui Li, Atsushi Yamashita and Hajime Asama Department of Preision Enineerin The University of Tokyo

More information

A Novel Resistive Capacitive Feedback Trans-impedance Amplifier Optimization Using IPSO Algorithm

A Novel Resistive Capacitive Feedback Trans-impedance Amplifier Optimization Using IPSO Algorithm 3 International Journal of Smart Electrical Enineerin, Vol., No.,Winter 6 ISSN: -946 pp.3:9 EISSN: 34-6 A Novel Resistive Capacitive eedback Trans-impedance Amplifier Optimization Usin IPSO Alorithm Hamid

More information

An Improved Path Planning Method Based on Artificial Potential Field for a Mobile Robot

An Improved Path Planning Method Based on Artificial Potential Field for a Mobile Robot BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No Sofia 015 Print ISSN: 1311-970; Online ISSN: 1314-4081 DOI: 10.1515/cait-015-0037 An Improved Path Planning Method Based

More information

Exploiting Path/Location Information for Connection Admission Control in Cellular Networks

Exploiting Path/Location Information for Connection Admission Control in Cellular Networks Exploitin Path/Location Information for Connection Admission Control in Cellular Networks Sunhyun Choi Philips Research Briarcliff Manor, New York sunhyun.choi@philips.com Kan G. Shin The University of

More information

Novel MTM Patch Antenna for Broad-Band Portable Units

Novel MTM Patch Antenna for Broad-Band Portable Units Merit Research Journal of Enineerin, Pure and Applied Sciences Vol. 2(1) pp. 001-005, September, 2014 Available online http://www.meritresearchjournals.or/epas/index.htm Copyriht 2014 Merit Research Journals

More information

Optimal Placement of Access Point in WLAN Based on a New Algorithm

Optimal Placement of Access Point in WLAN Based on a New Algorithm Optimal Placement of Access Point in WLAN Based on a New Alorithm S. Kouhbor, Julien Uon, Alex Kruer, Alex Rubinov School of Information Technoloy and Mathematical Sciences University of Ballarat, Ballarat,

More information

UC Irvine UC Irvine Previously Published Works

UC Irvine UC Irvine Previously Published Works UC Irvine UC Irvine Previously Published Works Title A cost-effective three-phase rid-connected inverter with maximum power point trackin Permalink https://escholarship.or/uc/item/0d7f1wr Authors Chen,

More information

Prediction of Human s Movement for Collision Avoidance of Mobile Robot

Prediction of Human s Movement for Collision Avoidance of Mobile Robot Prediction of Human s Movement for Collision Avoidance of Mobile Robot Shunsuke Hamasaki, Yusuke Tamura, Atsushi Yamashita and Hajime Asama Abstract In order to operate mobile robot that can coexist with

More information

Obstacle Avoidance in Collective Robotic Search Using Particle Swarm Optimization

Obstacle Avoidance in Collective Robotic Search Using Particle Swarm Optimization Avoidance in Collective Robotic Search Using Particle Swarm Optimization Lisa L. Smith, Student Member, IEEE, Ganesh K. Venayagamoorthy, Senior Member, IEEE, Phillip G. Holloway Real-Time Power and Intelligent

More information

Subsumption Architecture in Swarm Robotics. Cuong Nguyen Viet 16/11/2015

Subsumption Architecture in Swarm Robotics. Cuong Nguyen Viet 16/11/2015 Subsumption Architecture in Swarm Robotics Cuong Nguyen Viet 16/11/2015 1 Table of content Motivation Subsumption Architecture Background Architecture decomposition Implementation Swarm robotics Swarm

More information

Dynamic Structure Evaluation of Isolation Seismic Block for Primary Vibration Calibration System

Dynamic Structure Evaluation of Isolation Seismic Block for Primary Vibration Calibration System IMEKO 2 th TC3, 3 rd TC16 and 1 st TC22 International Conference Cultivatin metroloical knowlede 27 th to 3 th November, 27. Merida, Mexico. Dynamic Structure Evaluation of Isolation Seismic Block for

More information

Unsteady Flow Measurements for Gust Load. Alleviation

Unsteady Flow Measurements for Gust Load. Alleviation Unsteady Flow Measurements or Gust oad Alleviation William Walker Virinia Polytechnic Institute and State University, Blacksbur, Virinia, 46 Gusts are common liht occurrences which can rapidly chane the

More information

Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm

Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm Ahdieh Rahimi Garakani Department of Computer South Tehran Branch Islamic Azad University Tehran,

More information

Bandwidth Reservation in Mobile Cellular Networks Using. Sunghyun Choi and Kang G. Shin. The University of Michigan, Ann Arbor, Michigan, USA

Bandwidth Reservation in Mobile Cellular Networks Using. Sunghyun Choi and Kang G. Shin. The University of Michigan, Ann Arbor, Michigan, USA To appearred in Proc. IEEE/IEEJ/JSAI ITSC'99, Tokyo, Japan, October, 999 Bandwidth Reservation in Mobile Cellular Networks Usin ITS Naviation Systems Sunhyun Choi and Kan G. Shin Real-Time Computin Laboratory

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 3,800 116,000 120M Open access books available International authors and editors Downloads Our

More information

DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES

DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES Ph.D. THESIS by UTKARSH SINGH INDIAN INSTITUTE OF TECHNOLOGY ROORKEE ROORKEE-247 667 (INDIA) OCTOBER, 2017 DETECTION AND CLASSIFICATION OF POWER

More information

The Behavior Evolving Model and Application of Virtual Robots

The Behavior Evolving Model and Application of Virtual Robots The Behavior Evolving Model and Application of Virtual Robots Suchul Hwang Kyungdal Cho V. Scott Gordon Inha Tech. College Inha Tech College CSUS, Sacramento 253 Yonghyundong Namku 253 Yonghyundong Namku

More information

Path Planning in Dynamic Environments Using Time Warps. S. Farzan and G. N. DeSouza

Path Planning in Dynamic Environments Using Time Warps. S. Farzan and G. N. DeSouza Path Planning in Dynamic Environments Using Time Warps S. Farzan and G. N. DeSouza Outline Introduction Harmonic Potential Fields Rubber Band Model Time Warps Kalman Filtering Experimental Results 2 Introduction

More information

A New Ranging Technique for IEEE e Uplink

A New Ranging Technique for IEEE e Uplink I.J. Wireless and icrowave Technoloies, 011, 4, 19-6 Published Online Auust 011 in ECS (http://www.mecs-press.net) DOI: 10.5815/ijwmt.011.04.03 Available online at http://www.mecs-press.net/ijwmt A ew

More information

Characterizing the Effects of Ionospheric Divergence and Decorrelation on LAAS

Characterizing the Effects of Ionospheric Divergence and Decorrelation on LAAS Characterizin the Effects of Ionospheric Diverence and Decorrelation on LAAS Boris Pervan *, Sam Pullen, John Andreacchi *, and Per Ene * Illinois Institute of Technoloy Stanford University BIOGRAPHIES

More information

Target Seeking Behaviour of an Intelligent Mobile Robot Using Advanced Particle Swarm Optimization

Target Seeking Behaviour of an Intelligent Mobile Robot Using Advanced Particle Swarm Optimization Target Seeking Behaviour of an Intelligent Mobile Robot Using Advanced Particle Swarm Optimization B.B.V.L. Deepak, Dayal R. Parhi Abstract the present research work aims to develop two different motion

More information

Path Planning for Mobile Robots Based on Hybrid Architecture Platform

Path Planning for Mobile Robots Based on Hybrid Architecture Platform Path Planning for Mobile Robots Based on Hybrid Architecture Platform Ting Zhou, Xiaoping Fan & Shengyue Yang Laboratory of Networked Systems, Central South University, Changsha 410075, China Zhihua Qu

More information

Photonic Analog-to-Digital Conversion

Photonic Analog-to-Digital Conversion Photonic Analo-to-Diital Conversion Patrick T. Callahan, Michael L. Dennis, and Thomas R. Clark Jr. he analo-to-diital converter () performs the crucial transformation of physical electromanetic sinals

More information

LOCALIZATION AND ROUTING AGAINST JAMMERS IN WIRELESS NETWORKS

LOCALIZATION AND ROUTING AGAINST JAMMERS IN WIRELESS NETWORKS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.955

More information

A Global Integrated Artificial Potential Field/Virtual Obstacles Path Planning Algorithm for Multi-Robot System Applications

A Global Integrated Artificial Potential Field/Virtual Obstacles Path Planning Algorithm for Multi-Robot System Applications International Research Journal of Engineering and Technology (IRJET e-issn: 395-0056 Volume: 04 Issue: 09 Sep -017 www.irjet.net p-issn: 395-007 A Global Integrated Articial Potential Field/Virtual Obstacles

More information

TRAFFIC SIGNAL CONTROL WITH ANT COLONY OPTIMIZATION. A Thesis presented to the Faculty of California Polytechnic State University, San Luis Obispo

TRAFFIC SIGNAL CONTROL WITH ANT COLONY OPTIMIZATION. A Thesis presented to the Faculty of California Polytechnic State University, San Luis Obispo TRAFFIC SIGNAL CONTROL WITH ANT COLONY OPTIMIZATION A Thesis presented to the Faculty of California Polytechnic State University, San Luis Obispo In Partial Fulfillment of the Requirements for the Degree

More information

Path Planning for IMR in Unknown Environment: A Review

Path Planning for IMR in Unknown Environment: A Review 2011 International Conference on Computer Science and Information Technology (ICCSIT 2011) IPCSIT vol. 51 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V51.07 Path Planning for IMR in

More information

Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique

Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique Vivek Kumar Bhatt 1, Dr. Sandeep Bhongade 2 1,2 Department of Electrical Engineering, S. G. S. Institute of Technology

More information

Simulation of Soft-Switched Three-Phase Inverter for RL and Induction Motor Load

Simulation of Soft-Switched Three-Phase Inverter for RL and Induction Motor Load imulation of oft-witched Three-Phase Inverter for RL and Induction Motor Load Pratibha Thakur PG cholar epartment of Electrical Enineerin amrat Ashok Technoloical Institute Vidisha, (M.P) India anjeev

More information

Low-Computational Complexity Detection and BER Bit Error Rate Minimization for Large Wireless MIMO Receiver Using Genetic Algorithm

Low-Computational Complexity Detection and BER Bit Error Rate Minimization for Large Wireless MIMO Receiver Using Genetic Algorithm International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 7, Number 8 (2014), pp. 779-785 International Research Publication House http://www.irphouse.com Low-Computational

More information

Coupled Transmission Lines as Impedance Transformer

Coupled Transmission Lines as Impedance Transformer Downloaded from orbit.dtu.dk on: Jul 3, 8 Coupled Transmission ines as Impedance Transformer Jensen, Thomas; hurbenko, Vitaliy; Krozer, Viktor; Meincke, Peter Published in: IEEE Transactions on Microwave

More information

Simulation of a mobile robot navigation system

Simulation of a mobile robot navigation system Edith Cowan University Research Online ECU Publications 2011 2011 Simulation of a mobile robot navigation system Ahmed Khusheef Edith Cowan University Ganesh Kothapalli Edith Cowan University Majid Tolouei

More information

Regional target surveillance with cooperative robots using APFs

Regional target surveillance with cooperative robots using APFs Rochester Institute of Technology RIT Scholar Works Theses Thesis/Dissertation Collections 4-1-2010 Regional target surveillance with cooperative robots using APFs Jessica LaRocque Follow this and additional

More information

Artificial Neural Network based Mobile Robot Navigation

Artificial Neural Network based Mobile Robot Navigation Artificial Neural Network based Mobile Robot Navigation István Engedy Budapest University of Technology and Economics, Department of Measurement and Information Systems, Magyar tudósok körútja 2. H-1117,

More information

Application Note AN M102. FTIR Microscopic Identification of Fibers

Application Note AN M102. FTIR Microscopic Identification of Fibers Application Note AN M102 FTIR Microscopic Identification of Fibers Introduction The identification of fibers is of hih importance in forensic science as it can yield trace evidence in a criminal case.

More information

Multi-Resolution Estimation of Optical Flow on Vehicle Tracking under Unpredictable Environments

Multi-Resolution Estimation of Optical Flow on Vehicle Tracking under Unpredictable Environments , pp.32-36 http://dx.doi.org/10.14257/astl.2016.129.07 Multi-Resolution Estimation of Optical Flow on Vehicle Tracking under Unpredictable Environments Viet Dung Do 1 and Dong-Min Woo 1 1 Department of

More information

NOISE REFERRAL. V nrg Noise due to R g. EXAMPLE 1: The Non-Inverting Amplifier. Finding the noise produced by each source: R g. R f.

NOISE REFERRAL. V nrg Noise due to R g. EXAMPLE 1: The Non-Inverting Amplifier. Finding the noise produced by each source: R g. R f. To quantiy noise in an op amp circuit, it is customary to ive noise levels in terms o the equivalent input noise. So noise sources in various parts o the circuit are recalculated to the equivalent input

More information

An FPGA-Based Processor for Shogi Mating Problems

An FPGA-Based Processor for Shogi Mating Problems An FPGA-ased Processor for Shoi Matin Problems Youhei Hori, Masashi Sonoyama and Tsutomu Maruyama Institute of Enineerin Mechanics and Systems, University of Tsukuba 1-1-1, Ten-nou-dai, Tsukuba, Ibaraki,

More information

A Novel Joint Synchronization Algorithm for OFDM Systems Based on Single Training Symbol

A Novel Joint Synchronization Algorithm for OFDM Systems Based on Single Training Symbol A Novel Joint Synchronization Alorithm for OFDM Systems Based on Sinle Trainin Symbol 1 Hailon Zhao, Youjian Liu, 3 Jian Zhan, 4 Jie Zhou *1, Correspondin Author,3,4 Institute of Electronic Enineerin,

More information

Concept for Behavior Generation for the Humanoid Robot Head ROMAN based on Habits of Interaction

Concept for Behavior Generation for the Humanoid Robot Head ROMAN based on Habits of Interaction Concept for Behavior Generation for the Humanoid Robot Head ROMAN based on Habits of Interaction Jochen Hirth Robotics Research Lab Department of Computer Science University of Kaiserslautern Germany Email:

More information

A Hybrid Evolutionary Approach for Multi Robot Path Exploration Problem

A Hybrid Evolutionary Approach for Multi Robot Path Exploration Problem A Hybrid Evolutionary Approach for Multi Robot Path Exploration Problem K.. enthilkumar and K. K. Bharadwaj Abstract - Robot Path Exploration problem or Robot Motion planning problem is one of the famous

More information

Path Planning And Trajectory Control Of Collaborative Mobile Robots Using Hybrid Control Architecture

Path Planning And Trajectory Control Of Collaborative Mobile Robots Using Hybrid Control Architecture Path Planning And Trajectory Control Of Collaborative Mobile Robots Using Hybrid Control Architecture Trevor Davies, Amor Jnifene Department of Mechanical Engineering, Royal Military College of Canada

More information

E190Q Lecture 15 Autonomous Robot Navigation

E190Q Lecture 15 Autonomous Robot Navigation E190Q Lecture 15 Autonomous Robot Navigation Instructor: Chris Clark Semester: Spring 2014 1 Figures courtesy of Probabilistic Robotics (Thrun et. Al.) Control Structures Planning Based Control Prior Knowledge

More information

High Speed Fault Tolerant Reversible Vedic Multiplier

High Speed Fault Tolerant Reversible Vedic Multiplier International Journal of Innovative Research in Advanced Enineerin (IJIRAE) ISSN: 2349-2163 Issue 6, Volume 2 (June 215) Hih Speed Fault Akansha Sahu Electronic& Telecommunication En Anil Kumar Sahu Electronic

More information

A Reactive Collision Avoidance Approach for Mobile Robot in Dynamic Environments

A Reactive Collision Avoidance Approach for Mobile Robot in Dynamic Environments A Reactive Collision Avoidance Approach for Mobile Robot in Dynamic Environments Tang S. H. and C. K. Ang Universiti Putra Malaysia (UPM), Malaysia Email: saihong@eng.upm.edu.my, ack_kit@hotmail.com D.

More information

INTRODUCTION. a complex system, that using new information technologies (software & hardware) combined

INTRODUCTION. a complex system, that using new information technologies (software & hardware) combined COMPUTATIONAL INTELLIGENCE & APPLICATIONS INTRODUCTION What is an INTELLIGENT SYSTEM? a complex system, that using new information technologies (software & hardware) combined with communication technologies,

More information

Total Harmonic Distortion Analysis of Multilevel Inverter Fed To Induction Motor Drive With PV-Battery Hybrid System

Total Harmonic Distortion Analysis of Multilevel Inverter Fed To Induction Motor Drive With PV-Battery Hybrid System CH. Anusha Int. Journal of Enineerin Research and Applications IN : 48-96, Vol. 4, Issue 1( Part 3), ecember 014, pp.169-173 REEARCH ARTICLE OPEN ACCE Total Harmonic istortion Analysis of Multilevel Inverter

More information

Path Planning of Mobile Robot Using Fuzzy- Potential Field Method

Path Planning of Mobile Robot Using Fuzzy- Potential Field Method Path Planning of Mobile Robot Using Fuzzy- Potential Field Method Alaa A. Ahmed Department of Electrical Engineering University of Basrah, Basrah,Iraq alaarasol16@yahoo.com Turki Y. Abdalla Department

More information

Obstacle Displacement Prediction for Robot Motion Planning and Velocity Changes

Obstacle Displacement Prediction for Robot Motion Planning and Velocity Changes International Journal of Information and Electronics Engineering, Vol. 3, No. 3, May 13 Obstacle Displacement Prediction for Robot Motion Planning and Velocity Changes Soheila Dadelahi, Mohammad Reza Jahed

More information

Paul F. Sydney, Charles J. Wetterer Integrity Applications Incorporated / Pacific Defense Solutions ABSTRACT 1. INTRODUCTION

Paul F. Sydney, Charles J. Wetterer Integrity Applications Incorporated / Pacific Defense Solutions ABSTRACT 1. INTRODUCTION Efficient Photometry In-Frame Calibration (EPIC) Gaussian Corrections for Automated Backround Normalization of Rate-Tracked Satellite Imaery Jacob D. Griesbach, Joseph D. Gerber Applied Defense Solutions,

More information

sensors ISSN

sensors ISSN Sensors 2009, 9, 4766-4788; doi:10.3390/s90604766 Article OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Optimization-Based Channel Constrained Data Areation Routin Alorithms in Multi-Radio

More information

Research on MPPT Control Algorithm of Flexible Amorphous Silicon. Photovoltaic Power Generation System Based on BP Neural Network

Research on MPPT Control Algorithm of Flexible Amorphous Silicon. Photovoltaic Power Generation System Based on BP Neural Network 4th International Conference on Sensors, Measurement and Intelligent Materials (ICSMIM 2015) Research on MPPT Control Algorithm of Flexible Amorphous Silicon Photovoltaic Power Generation System Based

More information

EE 435. Lecture 5 Spring Fully Differential Single-Stage Amplifier Design

EE 435. Lecture 5 Spring Fully Differential Single-Stage Amplifier Design EE 435 ecture 5 Sprin 06 ully Differential Sinle-Stae mplifier Desin Common-mode operation Desin of basic differential op amp Slew Rate The Reference Op mp Review from last lecture: Determination of op

More information

Application Morphological for Vehicle License Plate Recognition

Application Morphological for Vehicle License Plate Recognition International Journal of Enineerin and Technical Research (IJETR) ISSN: 232-869 (O) 2454-4698 (P), Volume-4, Issue-3, March 26 Application Morpholoical for Vehicle License Plate Reconition Ron-Choi Lee,

More information

DIFFERENTIAL EVOLUTION ALGORITHM FOR OPTI- MIZING THE CONFLICTING PARAMETERS IN TIME- MODULATED LINEAR ARRAY ANTENNAS

DIFFERENTIAL EVOLUTION ALGORITHM FOR OPTI- MIZING THE CONFLICTING PARAMETERS IN TIME- MODULATED LINEAR ARRAY ANTENNAS Proress In Electromanetics Research B, Vol. 51, 101 118, 2013 DIFFERENTIAL EVOLUTION ALGORITHM FOR OPTI- MIZING THE CONFLICTING PARAMETERS IN TIME- MODULATED LINEAR ARRAY ANTENNAS S. K. Mandal *, G. K.

More information

SMART Notebook Maths Tools

SMART Notebook Maths Tools SMART Notebook Maths Tools Windows operatin systems User s uide Trade-mark notice SMART Board, SMART Notebook, smarttech, the SMART loo and all SMART talines are trade-marks or reistered trade-marks of

More information

Randomized Motion Planning for Groups of Nonholonomic Robots

Randomized Motion Planning for Groups of Nonholonomic Robots Randomized Motion Planning for Groups of Nonholonomic Robots Christopher M Clark chrisc@sun-valleystanfordedu Stephen Rock rock@sun-valleystanfordedu Department of Aeronautics & Astronautics Stanford University

More information

Effect of Parameter Tuning on Performance of Cuckoo Search Algorithm for Optimal Reactive Power Dispatch

Effect of Parameter Tuning on Performance of Cuckoo Search Algorithm for Optimal Reactive Power Dispatch RESEARCH ARTICLE OPEN ACCESS Effect of Parameter Tuning on Performance of Cuckoo Search Algorithm for Optimal Reactive Power Dispatch Tejaswini Sharma Laxmi Srivastava Department of Electrical Engineering

More information

CHAPTER 5 PSO AND ACO BASED PID CONTROLLER

CHAPTER 5 PSO AND ACO BASED PID CONTROLLER 128 CHAPTER 5 PSO AND ACO BASED PID CONTROLLER 5.1 INTRODUCTION The quality and stability of the power supply are the important factors for the generating system. To optimize the performance of electrical

More information

Volume 3, Special Issue 3, March 2014

Volume 3, Special Issue 3, March 2014 ISSN (Online) : 2319-8753 ISSN (Print) : 2347 6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

More information

INFORMATION AND COMMUNICATION TECHNOLOGIES IMPROVING EFFICIENCIES WAYFINDING SWARM CREATURES EXPLORING THE 3D DYNAMIC VIRTUAL WORLDS

INFORMATION AND COMMUNICATION TECHNOLOGIES IMPROVING EFFICIENCIES WAYFINDING SWARM CREATURES EXPLORING THE 3D DYNAMIC VIRTUAL WORLDS INFORMATION AND COMMUNICATION TECHNOLOGIES IMPROVING EFFICIENCIES Refereed Paper WAYFINDING SWARM CREATURES EXPLORING THE 3D DYNAMIC VIRTUAL WORLDS University of Sydney, Australia jyoo6711@arch.usyd.edu.au

More information

Adaptive Neuro-Fuzzy Controler With Genetic Training For Mobile Robot Control

Adaptive Neuro-Fuzzy Controler With Genetic Training For Mobile Robot Control Int. J. of Computers, Communications & Control, ISSN 1841-9836, E-ISSN 1841-9844 Vol. VII (2012), No. 1 (March), pp. 135-146 Adaptive Neuro-Fuzzy Controler With Genetic Training For Mobile Robot Control

More information

Behaviour Patterns Evolution on Individual and Group Level. Stanislav Slušný, Roman Neruda, Petra Vidnerová. CIMMACS 07, December 14, Tenerife

Behaviour Patterns Evolution on Individual and Group Level. Stanislav Slušný, Roman Neruda, Petra Vidnerová. CIMMACS 07, December 14, Tenerife Behaviour Patterns Evolution on Individual and Group Level Stanislav Slušný, Roman Neruda, Petra Vidnerová Department of Theoretical Computer Science Institute of Computer Science Academy of Science of

More information

Node Deployment Strategies and Coverage Prediction in 3D Wireless Sensor Network with Scheduling

Node Deployment Strategies and Coverage Prediction in 3D Wireless Sensor Network with Scheduling Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 8 (2017) pp. 2243-2255 Research India Publications http://www.ripublication.com Node Deployment Strategies and Coverage

More information

An Experimental Comparison of Path Planning Techniques for Teams of Mobile Robots

An Experimental Comparison of Path Planning Techniques for Teams of Mobile Robots An Experimental Comparison of Path Planning Techniques for Teams of Mobile Robots Maren Bennewitz Wolfram Burgard Department of Computer Science, University of Freiburg, 7911 Freiburg, Germany maren,burgard

More information

Research Article Equalization Technique for Balancing the Modulation Ratio Characteristics of the Single-Phase-to-Three-Phase Matrix Converter

Research Article Equalization Technique for Balancing the Modulation Ratio Characteristics of the Single-Phase-to-Three-Phase Matrix Converter Scientific Prorammin Volume 216, Article ID 6187926, 1 paes http://dx.doi.or/1.11/216/6187926 Research Article Equalization Technique for Balancin the Modulation Ratio Characteristics of the Sinle-Phase-to-Three-Phase

More information

Analysis of Active Feedback and its Influence on UWB Low Noise Amplifier

Analysis of Active Feedback and its Influence on UWB Low Noise Amplifier Volume 89 No 8, March 04 Analysis of Active Feedback and its Influence on UWB Low Noise Amplifier P.Keerthana PG Student Dept. of ECE SSN Collee of Enineerin, Chennai, India. J.Raja Professor Dept. of

More information

AIS and Swarm Intelligence : Immune-inspired Swarm Robotics

AIS and Swarm Intelligence : Immune-inspired Swarm Robotics AIS and Swarm Intelligence : Immune-inspired Swarm Robotics Jon Timmis Department of Electronics Department of Computer Science York Center for Complex Systems Analysis jtimmis@cs.york.ac.uk http://www-users.cs.york.ac.uk/jtimmis

More information

CYCLIC GENETIC ALGORITHMS FOR EVOLVING MULTI-LOOP CONTROL PROGRAMS

CYCLIC GENETIC ALGORITHMS FOR EVOLVING MULTI-LOOP CONTROL PROGRAMS CYCLIC GENETIC ALGORITHMS FOR EVOLVING MULTI-LOOP CONTROL PROGRAMS GARY B. PARKER, CONNECTICUT COLLEGE, USA, parker@conncoll.edu IVO I. PARASHKEVOV, CONNECTICUT COLLEGE, USA, iipar@conncoll.edu H. JOSEPH

More information

A Pedagogical Approach for Modeling and Simulation of Switching Mode DC-DC Converters for Power Electronics Course

A Pedagogical Approach for Modeling and Simulation of Switching Mode DC-DC Converters for Power Electronics Course TEKOMNIKA Indonesian Journal of Electrical Enineerin Vol., No.6, October 22, pp. 39~326 39 A Pedaoical Approach for Modelin and Simulation of Switchin Mode DC-DC Converters for Power Electronics Course

More information

Intelligent Technology for More Advanced Autonomous Driving

Intelligent Technology for More Advanced Autonomous Driving FEATURED ARTICLES Autonomous Driving Technology for Connected Cars Intelligent Technology for More Advanced Autonomous Driving Autonomous driving is recognized as an important technology for dealing with

More information

Obstacle avoidance based on fuzzy logic method for mobile robots in Cluttered Environment

Obstacle avoidance based on fuzzy logic method for mobile robots in Cluttered Environment Obstacle avoidance based on fuzzy logic method for mobile robots in Cluttered Environment Fatma Boufera 1, Fatima Debbat 2 1,2 Mustapha Stambouli University, Math and Computer Science Department Faculty

More information

Applications of Swarm Intelligence

Applications of Swarm Intelligence Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IJCSMC, Vol. 2, Issue.

More information

Design of Nonbinary LDPC Codes over GF(q) for Multiple-Antenna Transmission

Design of Nonbinary LDPC Codes over GF(q) for Multiple-Antenna Transmission 1 Desin of Nonbinary Codes over GF(q) for Multiple-Antenna Transmission Ron-Hui Pen and Ron-Ron Chen Dept. of Electrical and Computer Enineerin, University of Utah, Salt Lae City, UT 84112 Email: {pen,

More information

Grey Wolf Optimization Algorithm for Single Mobile Robot Scheduling

Grey Wolf Optimization Algorithm for Single Mobile Robot Scheduling Grey Wolf Optimization Algorithm for Single Mobile Robot Scheduling Milica Petrović and Zoran Miljković Abstract Development of reliable and efficient material transport system is one of the basic requirements

More information

Chapter 7. Gate Drive circuit Design

Chapter 7. Gate Drive circuit Design Chapter 7 Gate Drive circuit Desin CONTENTS Pae 1 IGBT drive conditions and main characteristics 7-2 2 Drive current 7-5 3 Settin dead-time 7-7 4 Concrete examples of drive circuits 7-9 5 Drive circuit

More information

FRONTIER BASED MULTI ROBOT AREA EXPLORATION USING PRIORITIZED ROUTING

FRONTIER BASED MULTI ROBOT AREA EXPLORATION USING PRIORITIZED ROUTING FRONTIER BASED MULTI ROBOT AREA EXPLORATION USING PRIORITIZED ROUTING Rahul Sharma K. Daniel Honc František Dušek Department of Process control Faculty of Electrical Engineering and Informatics, University

More information

DESIGN OF SECOND ORDER BUTTERWORTH HIGHPASS FILTER USING CMOS TECHNOLOGY

DESIGN OF SECOND ORDER BUTTERWORTH HIGHPASS FILTER USING CMOS TECHNOLOGY ISSN (Print ) : 2614-4867 ISSN (Online) : 2614-4859 DESIGN OF SECOND ORDER BUTTERWORTH HIGHPASS FILTER USING CMOS TECHNOLOGY 11 Anraini Puspita Sari, Aun Darmawansyah, M. Julius St. Abstract The research

More information

Instructors: Prof. Takashi Hiyama (TH) Prof. Hassan Bevrani (HB) Syafaruddin, D.Eng (S) Time: Wednesday,

Instructors: Prof. Takashi Hiyama (TH) Prof. Hassan Bevrani (HB) Syafaruddin, D.Eng (S) Time: Wednesday, Intelligent System Application to Power System Instructors: Prof. Takashi Hiyama (TH) Prof. Hassan Bevrani (HB) Syafaruddin, D.Eng (S) Time: Wednesday, 10.20-11.50 Venue: Room 208 Intelligent System Application

More information

AUTOMATION & ROBOTICS LABORATORY. Faculty of Electronics and Telecommunications University of Engineering and Technology Vietnam National University

AUTOMATION & ROBOTICS LABORATORY. Faculty of Electronics and Telecommunications University of Engineering and Technology Vietnam National University AUTOMATION & ROBOTICS LABORATORY Faculty of Electronics and Telecommunications University of Engineering and Technology Vietnam National University Industrial Robot for Training ED7220 (Korea) SCORBOT

More information

A Modified Ant Colony Optimization Algorithm for Implementation on Multi-Core Robots

A Modified Ant Colony Optimization Algorithm for Implementation on Multi-Core Robots A Modified Ant Colony Optimization Algorithm for Implementation on Multi-Core Robots Timothy Krentz Chase Greenhagen Aaron Roggow Danielle Desmond Sami Khorbotly Department of Electrical and Computer Engineering

More information