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

Size: px
Start display at page:

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

Transcription

1 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 501 E. St. Joseph Street, Rapd Cty, SD USA 1 kwonp@hotmal.com, 2 Nan.Zhang@sdsmt.edu Abstract - A robot navgaton system based on combned two fuzzy logc controllers s developed for a moble robot. Eght ultrasonc sensors, a GPS sensor and two fuzzy logc controllers wth separate 81 rules were used to realze ths navgaton system. The data from sensors are used to the nput of each fuzzy controller. The outputs of fuzzy controllers control the speed of two servo motors. The robot wth ths navgaton system chooses one of two controllers based on the nformaton from the sensors whle navgatng for the targets. Fuzzy controller1 has functons that are target steerng, avodng obstacles and followng the edge of obstacles. Fuzzy controller2 has a functon that makes the robot keeps followng the edge of obstacles. Smulaton results show that a moble robot s escapng ablty from U-shaped obstacle was mproved and steerng ablty for a target by avodng obstacles was also mproved wth ths combned fuzzy logc controller. Keywords: Robot navgaton, fuzzy logc controller, U-shaped obstacle 1. INTRODUCTION A man ssue n moble robots s robot navgaton n an uncertan and complex envronment and consderable research has been done for makng an effcent algorthm for the moble robot navgaton. Among them, adaptve control and behavor-based control are most popular control algorthms and drvng research n robot navgaton. Adaptve navgaton control s a method usng pre-defned equatons that represent the robot s movng path to reach targets and show strong ablty n well-known envronment [1]. However t s hard to buld precse path generatng equaton for unknown and complex envronment. Behavor-based control s puttng a number of behavor unts n a moble robot s navgaton system to mprove navgaton ablty under the varous condtons of envronment [2]. Behavor-based control shows a good performance n makng a robot to take motons whch are nstructed from each behavor unt correspondng to the nformaton obtaned from the surroundngs; however, t has two major problems: the combnaton of behavor unts, and the ntegraton of behavors wth hgher-level processes [3]. Such dsadvantages of behavor-based control should be overcome so that the moble robot navgaton algorthm would satsfy the followng navgaton sklls: target steerng, avodng obstacles, followng the edge of obstacles and escapng from U-shaped obstacles n order to reach a specfed target wthout collson wth obstacles. A useful approach to mplementng behavor-based control s the use of fuzzy logc. Fuzzy logc provdes many advantages to moble robot navgaton because of ts robustness n dealng wth large varablty and uncertanty of parameters. Ths characterstc can satsfy the need of navgaton system where many navgaton sklls can be combned to show good performances n uncertan and complex envronment [2-5]. A drawback of usng fuzzy logc n moble robot navgaton s that a robot tends to get trapped nsde U- shaped obstacles [6-7]. Once a robot enters a U-shaped obstacle, t keeps roamng because of conflct of the behavor rules that nstruct the robot to move toward target and to avod or follow obstacles at the same tme. In ths paper, a combned fuzzy logc controller s desgned for a moble robot s navgaton system to solve the problem of trappng nsde U-shaped obstacles and to mprove navgaton ablty of the moble robot. A combned fuzzy controller conssts of two dfferent fuzzy controllers. Fuzzy controller1 has functons of target steerng, avodng obstacles, followng the edge of obstacles, whle Fuzzy controller2 has a functon whch makes the robot keep followng the edge of obstacles wthout proceedng to targets. Each controller has 81 fuzzy rules and 4 nputs from sensors. The output from each fuzzy controller controls the velocty of two wheels of moble robot. The dfference n the velocty between the two wheels makes the robot turn rght or left. In normal condtons, the robot just uses Fuzzy controller1 to reach a target. Once the robot perceves that t gets trapped nsde a U-shaped obstacle, t starts to use Fuzzy controller2 to fnd an ext by followng the edge of the obstacle. The robot needs to keep trackng the edge of obstacles untl the robot escapes from the obstacle. As a result, the robot wth Fuzzy controller2 doesn t have any nterrupton from the GPS sensor and has a tendency that makes the robot approach the edge of obstacles wthout collson. Ths paper s organzed as follows. Secton 2 descrbes the scheme of sensors n ths navgaton system. Secton 3 presents the functons of two fuzzy controllers. Secton 4 presents the desgn of a combned fuzzy controller. Secton /07/$ IEEE 239

2 5 shows smulaton results. Secton 6 presents the concluson. 2. SENSORS The sensors perceve surroundngs. Eght ultrasonc sensors and 1 GPS sensor are mounted on the robot. Whle the robot navgates n an unknown envronment, ultrasonc sensors measure the dstance from the obstacles, and a GPS sensor detects the present poston of robot. Eght ultrasonc sensors are dvded nto 3 groups. Two ultrasonc sensors are placed on the front of the robot and three ultrasonc sensors are placed on each sde of the robot to measure the dstances from the left and rght obstacles, respectvely. Before the data from the sensors are used as nputs to a fuzzy controller, they go through a procedure whch reduce the number of dstance data from 8 ultrasonc sensors to 3 dstance data whch are the smallest dstance values of each sensor group n front, left, and rght sde of robot and are denoted by L_dstance, F_dstance, R_dstance, as shown n Fg. 1. Ths procedure s effectve to reduce the number of fuzzy rules because t uses only 3 meanngful dstance values, therefore lghtenng the burden on desgnng fuzzy rules from all combnaton of 8 varables. Based on the data from GPS, the dfference angle between robot s headng drecton and target poston s calculated and t s used to an nput to a fuzzy controller. The postve and negatve value of the dfference angle s denoted byθ. If θ has a postve value, t means the robot s on the rght sde of a target. If θ has a negatve value, t means the robot s on the left sde of a target. Ths process s llustrated n Fg. 2. Movng drecton of robot θ Moble Robot θ >0: Robot s on the rght sde of target θ <0 : Robot s on the left sde of target Fg. 2. Scheme of data processng of GPS sensor 3. NAVIGATION SYSTEM WITH A COMBINED FUZZY CONTROLLER In order to reach a specfed target, a moble robot needs the followng navgaton sklls: target steerng, avodng obstacles and followng the edge of obstacles. A conventonal robot possessng the above sklls has a good navgaton performance n unknown and uncertan envronment; however, the robot usually gets trapped n U- shaped obstacles and t s drectly connected to navgaton falure. Once a robot gets trapped n a U-shaped obstacle, t oscllates between target steerng rules and followng edge rules [5]. Fg. 3 llustrates ths stuaton wth a U- shaped obstacle confguraton. Front obstacle D2 Left obstacle D8 D1 Front ultrasonc sensors D3 Rght ultrasonc sensors D : Dstance from obstacles F_dstance = Mnmum{ D1, D2 } R_dstance = Mnmum{ D3, D4, D5 } C U-shaped obstacle A Path B D7 D4 L_dstance = Mnmum{ D6, D7, D8 } Left ultrasonc sensors Moble Robot D5 Rght obstacle Moble robot Fg. 3. Example of navgaton falure n U-shaped obstacle D6 Fg. 1. Scheme of data processng of ultrasonc sensors At the begnnng of navgaton, the U-shaped obstacle s too far away to have an effect on the robot s movng drecton, hence the robot moves toward the target n a straght lne under the effect of target steerng rules. On pont A, the front ultrasonc sensors detect an obstacle placed n front of the robot, and the avodng obstacle rules veer the robot to the rght to avod the obstacle. The robot moves along the edge of the obstacle from pont A to pont B by usng the followng edge of obstacles rules because 240

3 the target s placed behnd the obstacle. On pont B, because the obstacle s placed on the left-hand sde and the target s placed on the rght-hand sde, the robot turns to rght and moves toward the target. When the robot s faced wth the obstacle around pont A agan, the robot uses the avodng obstacle rules, and then t uses the followng edge of obstacles rules untl t arrves at pont C. On pont C, the target s placed on the left-hand sde of the robot, and there are no obstacles on the left-hand sde of robot, the robot turns to left and moves toward the pont A agan. The robot keeps on oscllatng ths way, between ponts A, B and C endlessly. To mprove ths drawback, a navgaton system based on two combned fuzzy logc controllers s desgned. Fg. 4 shows the schematc dagram of ths navgaton system. Sensor Data Controller Decson Fuzzy Controller 1 Fuzzy Controller 2 Left Servo Motor Rght Servo Motor Fg. 4. Scheme of navgaton system wth a combned fuzzy controller In the navgaton system, a controller decson process s conducted based on the data from two front ultrasonc sensors. When the moble robot wth Fuzzy controller1 s surrounded by obstacles or the robot s path s blocked by an obstacle, the robot quckly tres to make bg turns to avod collson. Whle the robot s takng such an avodng acton, the front part of robot usually approaches to the obstacle closely. When ether dstance value from two front ultrasonc sensors s smaller than a predefned value n the controller decson process, ths stuaton s regarded as gettng trapped nsde an obstacle and the navgaton system starts to use Fuzzy controller2. Whle Fuzzy controller2 s operatng, the robot only follows the edge of obstacles wthout takng any acton of target steerng and avodng obstacles. The reason for puttng the second fuzzy controller to ths navgaton system s to gve the robot an ablty to fnd an ext of U- shaped obstacle. The navgaton system keeps usng Fuzzy controller2 untl the robot fnds an ext nsde the obstacle. The fndng ext process s also conducted by controller decson process of navgaton system based on the data from front ultrasonc sensors. Whle the robot moves along the edge of obstacles, a front ultrasonc sensor, whch s close to the edge of obstacles, keeps transmttng smaller values of dstance data to controller decson process than the other front ultrasonc sensor. When both dstance values of front ultrasonc sensors are bgger than a predefned value, that pont s regarded as an ext. After the robot fnds an ext of the U-shaped obstacle, the robot doesn t use Fuzzy controller1 mmedately because the data from sensors stll drect the robot to move nsde the U-shaped obstacle. To solve ths problem, the controller decson process has a counter to gve a delay between fndng an ext and changng controller to Fuzzy controller1 untl the robot escapes from the condton that makes the robot to move nsde the U-shaped obstacle. Whle the counter counts certan tme, the robot keeps usng Fuzzy controller2 and can get out of the trapped condton. 4. FUZZY CONTROLLERS Two fuzzy controllers desgned n ths paper have the same nput and output membershp functons. The dfference between two controllers s the rule evaluaton part. After a fuzzy controller s chosen based on the nformaton obtaned from the surroundngs, the fuzzy controller has a process, whch conssts of three stages: fuzzfcaton, rule evaluaton and defuzzfcaton. The outputs of fuzzy controllers control the velocty of two wheels of the moble robot and they are denoted by L_velocty and R_velocty as lngustc varables n fuzzy rules. Fg. 5 shows the process of combned fuzzy controller n detal. F_dstance R_dstance L_dstance Fuzzfcaton Fuzzy controller 1 Rules : steerng, Avodng obstacles, Followng edge of obstacles Rules : Strengthened for followng edge of obstacles Fuzzy controller 2 Defuzzfcaton Fg. 5. Scheme of combned fuzzy controller Speed of Left wheel Speed of Rght wheel 4.1 FUZZIFICATION Two fuzzy membershp functons are desgned to fuzzfy the data from sensors. Membershp functon shown n Fg. 6 s used to fuzzfy the value of varables F_dstance, R_dstance, L_dstance from the ultrasonc sensors. 1 CLOSE MEDIUM FAR D(cm) Fg. 6. Membershp functon for lngustc varables F_dstance, R_dstance, L_dstance Membershp functon shown n Fg. 7 s used to fuzzfy the dfference angle (θ ) between robot s headng angle 241

4 o and target s poston. If θ s bgger than + 90 or smaller o than 90, t s denoted by R_poston and L_poston respectvely. If the dfference angle s wthn the range o of ± 90, t wll be denoted by S_poston. 1 L_poston S_pos ton R_poston θ( degree ) Fg. 7. Membershp functon for varable Wth these membershp functons, the dstance nformaton and poston nformaton from sensors are converted to fuzzy values. 4.2 RULE EVALUATION Wth 4 fuzzy nputs, each fuzzy controller has two outputs that are denoted by lngustc varables: L_velocty, R_velocty. Those lngustc varables represent the speed of each wheel, and they are classfed by three range of speed: SLOW, MED, and FAST. The fuzzy rules have two parts: condton part that conssts of IF statements and behavor part whch conssts of THEN statements. Condton part s desgned to represents all possble envronmental condton whch the robot wth the proposed sensor system can meet whle t navgates and the speed of each wheel s represented n THEN statement to control robot s moton copng properly wth the envronmental condtons RULES IN FUZZY CONTROLLER 1 Fuzzy controller1 has 81 rules for navgaton sklls: steerng, avodng obstacles and followng the edge of obstacles. To realze these navgaton sklls, followng rules are desgned. <Rules for target steerng> Rule 1: If (L_dstance s FAR and F_dstance s FAR and R_dstance s FAR and θ s S_poston) then (L_velocty s FAST and R_velocty s FAST) Rule 2: If (L_dstance s FAR and F_dstance s FAR and R_dstance s FAR and θ s L_poston) then (L_velocty s FAST and R_velocty s SLOW) Rule 3: If (L_dstance s FAR and F_dstance s FAR and R_dstance s FAR and θ s R_poston) then (L_velocty s SLOW and R_velocty s FAST) <Rules for avodng obstacles> Rule 5: If (L_dstance s MEDIUM and F_dstance s CLOSE and R_dstance s CLOSE and θ s any) then (L_velocty s SLOW and R_velocty s FAST) Rule 6: If (L_dstance s CLOSE and F_dstance s CLOSE and R_dstance s MEDIUM and θ s any) then (L_velocty s FAST and R_velocty s SLOW) θ Rule 7: If (L_dstance s CLOSE and F_dstance s MEDIUM and R_dstance s CLOSE and θ s any) then (L_velocty s MED and R_velocty s MED) <Rules for followng edge of obstacles> Rule 8: If (L_dstance s FAR and F_dstance s FAR and R_dstance s CLOSE and θ s L_poston) then Rule 9: If (L_dstance s CLOSE and F_dstance s FAR and R_dstance s FAR and θ s R_poston) then Rule 10: If (L_dstance s FAR and F_dstance s MEDIUM and R_dstance s CLOSE and θ s L_poston) then Rule 11: If (L_dstance s CLOSE and F_dstance s MEDIUM and R_dstance s FAR and θ s R_poston) then RULES IN FUZZY CONTROLLER 2 Fuzzy controller2 also has 81 rules. Dfferent from rules n Fuzzy controller1, the rules n Fuzzy controller2 are desgned for the robot to follow the edge of obstacles n order to fnd any ext nsde obstacles. These rules are a fortfed form of followng edge rules n fuzzy controller1. Wth these rules, the moble robot approaches to the edge of obstacles, makng adequate dstance, and keeps followng the edge of obstacles wthout consderaton of compensatng the dfference angle (θ ). Wth these rules, n most case, the robot moves at low speed. However, when the robot reaches a corner of obstacle, t makes turns towards the obstacle at hgh speed because the robot usually msses obstacles at that pont, so such quck approachng moton toward obstacle prevents the robot from gettng away from obstacle. To realze ths navgaton skll, followng rules are desgned. <Rules for fortfed followng edge of obstacles> Rule 12: If (L_dstance s FAR and F_dstance s FAR and R_dstance s MEDIUM and θ s any) then (L_velocty s FAST and R_velocty s SLOW) Rule 13: If (L_dstance s FAR and F_dstance s FAR and R_dstance s CLOSE and θ s any) then Rule 14: If (L_dstance s FAR and F_dstance s MEDIUM and R_dstance s MEDIUM and θ s any) then (L_velocty s FAST and R_velocty s MED) Rule 15: If (L_dstance s FAR and F_dstance s MEDIUM and R_dstance s CLOSE and θ s any) then Rule 16: If (L_dstance s MEDIUM and F_dstance s MEDIUM and R_dstance s CLOSE and θ s any) then Rule 17: If (L_dstance s MEDIUM and F_dstance s FAR and R_dstance s CLOSE and θ s any) then 4.3 DEFUZZIFICATION In ths paper, the weghted-average defuzzfcaton method and a membershp functon shown n Fg. 8 are used. 242

5 Trapped n U-shaped obstacle Trapped n U-shaped obstacle Trapped n U-shaped obstacle Proceedngs of the 2007 IEEE Symposum on The weghted-average defuzzfcaton method can be expressed as follows. x numberof rules = = numberof rules m w 1 (1) = 1 m x = defuzzfed output m = the member of output of each rule w = weght assocated wth each rule wth the combned fuzzy controller fnds out the exts from U-shaped obstacles and reaches the targets successfully. (a) Usng controller1 (b) Usng combned controller 1 SLOW MED FAST Fg. 8. Output membershp functon V(cm/s) 5 SIMULATION AND RESULTS In the smulaton results, the robot s navgaton path to reach specfed targets shows that the navgaton system s workng properly. The path s represented by the overlapped moton of moble robot n each step. In order to prove the performance of the combned fuzzy controller, varous shapes of obstacles are put n the smulaton envronment. The dense part of path means that the robot moves at lower speed compared to the other parts of path. Especally, when t avods obstacles or follows the edge of obstacles, t s shown that the robot reduces ts speed. Fg. 9. (a) shows robot s moton when t meets scattered obstacles on ts way to a target. The result shows that the robot wth combned fuzzy controller steers for a target wthout collson wth obstacles. Fg. 9. (b) shows robot s moton when a target s placed nsde a U-shaped obstacle. The result shows that the robot wth combned fuzzy controller reaches a target nsde a U- shaped obstacle usng followng edge rules. Fg. 9. (a) Fg. 9. (b) Fg. 10 shows robot s escapng moton for varous shapes of U-shaped obstacle. In each case, two smulaton results are presented. One s the robot s moton wth Fuzzy controller1 only, and the other s the robot s moton wth the combned fuzzy controller. In all cases, the robot equpped wth Fuzzy controller1 fals to escape from the U-shaped obstacle. On the other hand, the robot equpped (c) Usng controller1 (e) Usng controller1 (d) Usng combned controller (f) Usng combned controller Fg. 10. (a)-(f): Robot s moton n varous shaped of U-shaped obstacles In Fg. 11 (a), when the robot wth combned fuzzy controller s ntally faced wth the obstacle, t wll turn to rght automatcally and starts to use Fuzzy controller2 untl t fnds 1. As soon as the robot fnds 1, Fuzzy controller1 starts to operate to steer for target. When the robot perceves that t gets trapped n U-shaped obstacle agan, Fuzzy controller2 s operated agan untl t fnds 2. Such alternaton between two controllers keeps occurrng untl t reaches the target to prevent t from gettng trapped n the U-shaped obstacle. In Fg. 11 (b), the robot wth the combned fuzzy controller reaches the target passng through the obstacles along the narrow road. Fg. 11 (c) shows the robot s moton n an envronment, whch has a number of scattered obstacles. In ths smulaton, the robot has to pass sx sub-targets n order to reach the fnal target. From the result, the robot wth combned fuzzy controller reaches each target wthout collson and controls movng speed. When t passes obstacles t reduces the speed. 243

6 Proceedngs of the 2007 IEEE Symposum on (a) (b) (c) Fg. 11. (a) The robot reaches a target wth escapng from a U- shaped obstacle. (b) The robot havng a target lower speed at curved and narrow road. (c) The robot reaches more targets n a cluttered envronment. 6 CONCLUSIONS A navgaton technque usng a combned fuzzy controller has been proposed n ths paper. From the smulaton result, the moble robot wth the combned fuzzy controller demonstrates an mproved navgaton n unknown or uncertan envronment. A number of behavor unts are well combned and show good responses to the varous sensor data through fuzzy logc In the complex envronment where there are varous shaped obstacles, the robot wth the combned fuzzy controller reached specfed targets wthout collson wth the obstacles, and the robot also showed smooth navgaton paths by reducng ts movng speed whle t bypasses obstacles. Ths shows that the fuzzy logc, whch mtates human s reasonng, s sutable to control the robot s moton n complex envronment and thus smplfes the navgaton system wthout usng any dynamc equatons to generate robot s path correspondng to surroundng nformaton. NONMENCLATURE L_dstance p : dstance data from left ultrasonc sensors F_dstance : dstance data from front ultrasonc sensors R_dstance : dstance data from rght ultrasonc sensors θ : dfference angle between robot s headng drecton and target poston L_velocty : rotatng speed of left wheel of robot R_velocty : rotatng speed of rght wheel of robot REFERENCES [2] W. L, Fuzzy logc-based percepton-acton behavor control of moble robot n uncertan envronments, IEEE Internatonal Conference on Fuzzy Systems. pp , [3] Saffott, E. H. Ruspn and Konolge. (1999). Chapter 5 of the Internatonal Handbook of Fuzzy Sets: Kluwer Academc Publsher. [4] K. Song and J. Ta, Fuzzy Navgaton of a Moble Robot, IEEE Internatonal Conference on Intellgent Robots and Systems, pp , [5] Ramrez-Serrano and M. Boumedne, Ultrasonc Sensng and Fuzzy Logc Control for Navgaton n Unknown Statc Envronments, Proc, Eurobot, pp , [6] F. Kabanza and K. B. Lamne, Specfyng Falure and Progress Condtons n a Behavor-Based Robot Programmng System, The Fourth Internatoanl Cogntve Robotcs Workshop, [7] N. Zhang, D. Beetner, D. C. Wunsch II, B. Hemmelman and A. Hasan, An Embedded Real- Tme Neuro-Fuzzy Controller for Moble Robot Navgaton, IEEE Internatonal Conference on Fuzzy Systems, [8] S. G. Tzafestas and K. C. Zkds, A 3-level neurofuzzy autonomous robot navgaton system, Proc. IEEE Internatonal Conference onfuzzy Systems, 1994, pp , [9] E. Bertolss and D. R. W. Holton, Combnng Schema Theory wth Fuzzy-Logc to Control a Moble Robot. (1995). Intellgent Autonomous Systems (pp ): IOS Press. [10] Hartmut Surmann, Jörg Huser and Llane Peters, A Fuzzy System for Indoor Moble Robot Navgaton, Proc. of the Fourth IEEE Int. Conf. on Fuzzy Systems, pp , , Yokohama, Japan. [11] S. Thongcha, S. Suksakulcha, D. M. Wlkes and N. Sarkar, Sonar Behavor-Based Fuzzy Control for a Moble Robot, Proc. of the IEEE Internatonal Conference on Systems, Man and Cybernetcs, Nashvlle, Tennessee, October 8-11, [12] M. Benregueg, P. Hoppenot, H. Maaref, E. Colle and C. Barret, Control of a medcal ad moble robot based on a fuzzy navgaton, IEEE Symposum on Robotcs and Cybernetcs, pp , July [13] Petru Rusu, Eml M. Petru, Fellow, IEEE, Thom E. Whalen, Aurel Cornell and Hans J. W. Spoelder, Behavor-Based Neuro-Fuzzy Controller for Moble Robot Navgaton, IEEE Transacton on Instrumentaton and Measurement, Vol. 52, No. 4, August [1] Fujmor, P. N. Nkforuk, and M. M. Gupta, Adaptve navgaton of Moble Robots wth Obstacle Avodance, IEEE Thansactons on robotcs and automaton, Vol. 13, NO. 4, August

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

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

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

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

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

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

Sensors for Motion and Position Measurement

Sensors for Motion and Position Measurement Sensors for Moton and Poston Measurement Introducton An ntegrated manufacturng envronment conssts of 5 elements:- - Machne tools - Inspecton devces - Materal handlng devces - Packagng machnes - Area where

More information

Letters. Evolving a Modular Neural Network-Based Behavioral Fusion Using Extended VFF and Environment Classification for Mobile Robot Navigation

Letters. Evolving a Modular Neural Network-Based Behavioral Fusion Using Extended VFF and Environment Classification for Mobile Robot Navigation IEEE RANSACIONS ON EVOLUIONARY COMPUAION, VOL. 6, NO. 4, AUGUS 2002 413 Letters Evolvng a Modular Neural Network-Based Behavoral Fuson Usng Extended VFF and Envronment Classfcaton for Moble Robot Navgaton

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

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

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

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

MTBF PREDICTION REPORT

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

More information

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

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol., No., November 23, 3-9 Rejecton of PSK Interference n DS-SS/PSK System Usng Adaptve Transversal Flter wth Condtonal Response Recalculaton Zorca Nkolć, Bojan

More information

antenna antenna (4.139)

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

More information

Solving the Local Minima Problem for a Mobile Robot by Classification of Spatio-Temporal Sensory Sequences

Solving the Local Minima Problem for a Mobile Robot by Classification of Spatio-Temporal Sensory Sequences Solvng the Local Mnma Problem for a Moble Robot by Classfcaton of Spato-Temporal Sensory Sequences K. Madhava Krshna, Prem K Kalra* Department of Electrcal Engneerng Indan Insttute of Technology Kanpur,

More information

Space Time Equalization-space time codes System Model for STCM

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

More information

熊本大学学術リポジトリ. Kumamoto University Repositor

熊本大学学術リポジトリ. Kumamoto University Repositor 熊本大学学術リポジトリ Kumamoto Unversty Repostor Ttle Wreless LAN Based Indoor Poston and Its Smulaton Author(s) Ktasuka, Teruak; Nakansh, Tsune CtatonIEEE Pacfc RIM Conference on Comm Computers, and Sgnal Processng

More information

Implementation of Adaptive Neuro Fuzzy Inference System in Speed Control of Induction Motor Drives

Implementation of Adaptive Neuro Fuzzy Inference System in Speed Control of Induction Motor Drives J. Intellgent Learnng Systems & Applcatons, 00, : 0-8 do:0.436/jlsa.00.04 Publshed Onlne May 00 (http://www.scrp.org/journal/jlsa) Implementaton of Adaptve Neuro Fuzzy Inference System n Speed Control

More information

RC Filters TEP Related Topics Principle Equipment

RC Filters TEP Related Topics Principle Equipment RC Flters TEP Related Topcs Hgh-pass, low-pass, Wen-Robnson brdge, parallel-t flters, dfferentatng network, ntegratng network, step response, square wave, transfer functon. Prncple Resstor-Capactor (RC)

More information

Experimental Validation of a MATLAB Based Control Architecture for Multiple Robot Outdoor Navigation

Experimental Validation of a MATLAB Based Control Architecture for Multiple Robot Outdoor Navigation Proceedngs of the 13th Medterranean Conference on Control and Automaton Lmassol, Cyprus, June 27-29, 2005 Expermental Valdaton of a MATLAB Based Control Archtecture for Multple Robot Outdoor Navgaton WeP04-2

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

HIGH PERFORMANCE ADDER USING VARIABLE THRESHOLD MOSFET IN 45NM TECHNOLOGY

HIGH PERFORMANCE ADDER USING VARIABLE THRESHOLD MOSFET IN 45NM TECHNOLOGY Internatonal Journal of Electrcal, Electroncs and Computer Systems, (IJEECS) HIGH PERFORMANCE ADDER USING VARIABLE THRESHOLD MOSFET IN 45NM TECHNOLOGY 1 Supryo Srman, 2 Dptendu Ku. Kundu, 3 Saradndu Panda,

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

Cooperative Collision Avoidance between Multiple Mobile Robots

Cooperative Collision Avoidance between Multiple Mobile Robots Cooeratve Collson Avodance between Multle Moble Robots Atsush Fujmor,* Masato Teramoto Deartment of Mechancal Engneerng Shzuoka Unversty 3-5-1, Johoku, Hamamatsu 432-8561, Jaan e-mal: a-fujmor@eng.shzuoka.ac.j

More information

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

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

More information

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 leadng publsher of Open Access books Bult by scentsts, for scentsts 3,9 6, M Open access books avalable Internatonal authors and edtors Downloads Our authors are among the

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

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

Proceedings of the 6th WSEAS International Conference on Applications of Electrical Engineering, Istanbul, Turkey, May 27-29,

Proceedings of the 6th WSEAS International Conference on Applications of Electrical Engineering, Istanbul, Turkey, May 27-29, Proceedngs o the 6th WSEAS Internatonal Conerence on Applcatons o Electrcal Engneerng, Istanbul, Turkey, May 27-29, 2007 189 THE SPEED CONTROL OF DC SERVO MOTOR WITH PROPORTIONAL INTEGRAL, FUZZY LOGIC

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

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network Avalable onlne at www.scencedrect.com Proceda Engneerng 5 (2 44 445 A Prelmnary Study on Targets Assocaton Algorthm of Radar and AIS Usng BP Neural Networ Hu Xaoru a, Ln Changchuan a a Navgaton Insttute

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

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

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks

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

More information

Hardware Implementation of Fuzzy Logic Controller for Triple-Lift Luo Converter

Hardware Implementation of Fuzzy Logic Controller for Triple-Lift Luo Converter Hardware Implementaton of Fuzzy Logc Controller for Trple-Lft Luo Converter N. Dhanasekar, R. Kayalvzh Abstract: Postve output Luo converters are a seres of new DC- DC step-up (boost) converters, whch

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

Robot Docking Based on Omnidirectional Vision and Reinforcement Learning

Robot Docking Based on Omnidirectional Vision and Reinforcement Learning Robot Dockng Based on Omndrectonal Vson and Renforcement Learnng Davd Muse, Cornelus Weber and Stefan Wermter Hybrd Intellgent Systems, School of Computng and Technology Unversty of Sunderland, UK. Web:

More information

Fuzzy Logic Power Control in Cognitive Radio

Fuzzy Logic Power Control in Cognitive Radio Fuzzy Logc ower Control n Cogntve Rado Zeljko Tabakovc Croatan ost and Electronc Communcatons Agency Jursceva 3 Zagreb, Croata zeljkotabakovc@telekomhr Sonja Grgc, Mslav Grgc Unversty of Zagreb, Faculty

More information

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

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

More information

Designing Intelligent Load-Frequency Controllers for Large-Scale Multi-Control-Area Interconnected Power Systems

Designing Intelligent Load-Frequency Controllers for Large-Scale Multi-Control-Area Interconnected Power Systems September 214, Vol. 1, No. 1 Desgnng Intellgent Load-Frequency Controllers for Large-Scale Mult-Control- Interconnected Power Systems Nguyen Ngoc-Khoat 1,2,* 1 Faculty of Automaton Technology, Electrc

More information

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

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

More information

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

INITIALIZATION OF ROBOTIC FORMATIONS USING DISCRETE PARTICLE SWARM OPTIMIZATION

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

More information

Th P5 13 Elastic Envelope Inversion SUMMARY. J.R. Luo* (Xi'an Jiaotong University), R.S. Wu (UC Santa Cruz) & J.H. Gao (Xi'an Jiaotong University)

Th P5 13 Elastic Envelope Inversion SUMMARY. J.R. Luo* (Xi'an Jiaotong University), R.S. Wu (UC Santa Cruz) & J.H. Gao (Xi'an Jiaotong University) -4 June 5 IFEMA Madrd h P5 3 Elastc Envelope Inverson J.R. Luo* (X'an Jaotong Unversty), R.S. Wu (UC Santa Cruz) & J.H. Gao (X'an Jaotong Unversty) SUMMARY We developed the elastc envelope nverson method.

More information

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart Control Chart - hstory Control Chart Developed n 920 s By Dr. Walter A. Shewhart 2 Process n control A phenomenon s sad to be controlled when, through the use of past experence, we can predct, at least

More information

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

A study of turbo codes for multilevel modulations in Gaussian and mobile channels

A study of turbo codes for multilevel modulations in Gaussian and mobile channels A study of turbo codes for multlevel modulatons n Gaussan and moble channels Lamne Sylla and Paul Forter (sylla, forter)@gel.ulaval.ca Department of Electrcal and Computer Engneerng Laval Unversty, Ste-Foy,

More information

A Current Differential Line Protection Using a Synchronous Reference Frame Approach

A Current Differential Line Protection Using a Synchronous Reference Frame Approach A Current Dfferental Lne rotecton Usng a Synchronous Reference Frame Approach L. Sousa Martns *, Carlos Fortunato *, and V.Fernão res * * Escola Sup. Tecnologa Setúbal / Inst. oltécnco Setúbal, Setúbal,

More information

The PWM speed regulation of DC motor based on intelligent control

The PWM speed regulation of DC motor based on intelligent control Avalable onlne at www.scencedrect.com Systems Engneerng Proceda 3 (22) 259 267 The 2 nd Internatonal Conference on Complexty Scence & Informaton Engneerng The PWM speed regulaton of DC motor based on ntellgent

More information

Solving Continuous Action/State Problem in Q-Learning Using Extended Rule Based Fuzzy Inference Systems

Solving Continuous Action/State Problem in Q-Learning Using Extended Rule Based Fuzzy Inference Systems 7 ICASE: The Insttute o Control, Automaton and Systems Engneers, KOREA Vol., No., September, Solvng Contnuous Acton/State Problem n Q-Learnng Usng Extended Rule Based Fuzzy Inerence Systems Mn-Soeng Km

More information

NEURO-FUZZY COMPENSATION OF TORQUE RIPPLE IN A SWITCHED RELUCTANCE DRIVE

NEURO-FUZZY COMPENSATION OF TORQUE RIPPLE IN A SWITCHED RELUCTANCE DRIVE NEURO-FUZZY COMPENSATION OF TORQUE RIPPLE IN A SWITCHED RELUCTANCE DRIVE L. O. P. Henrques, L. G. B. Rolm, W. I. Suemtsu,, P. J. Costa. Branco and J. A. Dente COPPE / PEE - UFRJ Ro de Janero - Brazl Fax:

More information

THE ARCHITECTURE OF THE BROADBAND AMPLIFIERS WITHOUT CLASSICAL STAGES WITH A COMMON BASE AND A COMMON EMITTER

THE ARCHITECTURE OF THE BROADBAND AMPLIFIERS WITHOUT CLASSICAL STAGES WITH A COMMON BASE AND A COMMON EMITTER VOL. 0, NO. 8, OCTOBE 205 ISSN 89-6608 2006-205 Asan esearch Publshng Network (APN. All rghts reserved. THE ACHITECTUE OF THE BOADBAND AMPLIFIES WITHOUT CLASSICAL STAGES WITH A COMMON BASE AND A COMMON

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

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

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

More information

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

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

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

More information

A Neural Network Model that Calculates Dynamic Distance Transform for Path Planning and Exploration in a Changing Environment

A Neural Network Model that Calculates Dynamic Distance Transform for Path Planning and Exploration in a Changing Environment Proceedngs of the 3 IEEE Internatonal Conference on Robotcs & Automaton Tape Tawan September 14-19 3 A Neural Network Model that Calculates Dynamc Dstance Transform for Path Plannng and Exploraton n a

More information

Mobile Sensor Deployment and Coverage Using Multi-Agent-based Collective Formation Schemes

Mobile Sensor Deployment and Coverage Using Multi-Agent-based Collective Formation Schemes Internatonal Journal of Performablty Engneerng, Vol. 8, No. 2, March, 2012, pp. 141-150. RAMS Consultants Prnted n Inda Moble Sensor Deployment and Coverage Usng Mult-Agent-based Collectve Formaton Schemes

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

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

Fault Classification and Location on 220kV Transmission line Hoa Khanh Hue Using Anfis Net

Fault Classification and Location on 220kV Transmission line Hoa Khanh Hue Using Anfis Net Journal of Automaton and Control Engneerng Vol. 3, No. 2, Aprl 2015 Fault Classfcaton and Locaton on 220kV Transmsson lne Hoa Khanh Hue Usng Anfs Net Vu Phan Huan Electrcal Testng Central Company Lmtted,

More information

Research on Controller of Micro-hydro Power System Nan XIE 1,a, Dezhi QI 2,b,Weimin CHEN 2,c, Wei WANG 2,d

Research on Controller of Micro-hydro Power System Nan XIE 1,a, Dezhi QI 2,b,Weimin CHEN 2,c, Wei WANG 2,d Advanced Materals Research Submtted: 2014-05-13 ISSN: 1662-8985, Vols. 986-987, pp 1121-1124 Accepted: 2014-05-19 do:10.4028/www.scentfc.net/amr.986-987.1121 Onlne: 2014-07-18 2014 Trans Tech Publcatons,

More information

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods Beam qualty measurements wth Shack-Hartmann wavefront sensor and M-sensor: comparson of two methods J.V.Sheldakova, A.V.Kudryashov, V.Y.Zavalova, T.Y.Cherezova* Moscow State Open Unversty, Adaptve Optcs

More information

Subarray adaptive beamforming for reducing the impact of flow noise on sonar performance

Subarray adaptive beamforming for reducing the impact of flow noise on sonar performance Subarray adaptve beamformng for reducng the mpact of flow nose on sonar performance C. Bao 1, J. Leader and J. Pan 1 Defence Scence & Technology Organzaton, Rockngham, WA 6958, Australa School of Mechancal

More information

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

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

More information

Distributed Fault Detection of Wireless Sensor Networks

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

More information

Development of an UWB Rescue Radar System - Detection of Survivors Using Fuzzy Reasoning -

Development of an UWB Rescue Radar System - Detection of Survivors Using Fuzzy Reasoning - Development of an UWB Rescue Radar System - Detecton of Survvors Usng Fuzzy Reasonng - Iwak Akyama Shonan Insttute of Technology Fujsawa 251-8511 Japan akyama@wak.org Masatosh Enokto Shonan Insttute of

More information

Telecontrol of AutoMerlin Robot by Employing Fuzzy Logic

Telecontrol of AutoMerlin Robot by Employing Fuzzy Logic Internatonal Journal of Mechancal Engneerng and Robotcs Research Vol. 5, No. 1, January 2016 Telecontrol of AutoMerln Robot by Employng Fuzzy Logc Aamr Shahzad, Ram Al-Jarrah, and Hubert Roth Insttute

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

UNIT 11 TWO-PERSON ZERO-SUM GAMES WITH SADDLE POINT

UNIT 11 TWO-PERSON ZERO-SUM GAMES WITH SADDLE POINT UNIT TWO-PERSON ZERO-SUM GAMES WITH SADDLE POINT Structure. Introducton Obectves. Key Terms Used n Game Theory.3 The Maxmn-Mnmax Prncple.4 Summary.5 Solutons/Answers. INTRODUCTION In Game Theory, the word

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

Chapter 2 Two-Degree-of-Freedom PID Controllers Structures

Chapter 2 Two-Degree-of-Freedom PID Controllers Structures Chapter 2 Two-Degree-of-Freedom PID Controllers Structures As n most of the exstng ndustral process control applcatons, the desred value of the controlled varable, or set-pont, normally remans constant

More information

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

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

More information

USING BACKPROPAGATION NEURAL NETWORK IN OBJECT RECOGNITION FOR HYBRID MECHANISM MOBILE ROBOT

USING BACKPROPAGATION NEURAL NETWORK IN OBJECT RECOGNITION FOR HYBRID MECHANISM MOBILE ROBOT Proceedngs of the ASME 21 Internatonal Mechancal Engneerng Congress and Exposton IMECE21 November 12-18, 21, Vancouver, Canada IMECE21-39125 USING BACKPROPAGATION NEURAL NETWORK IN OBJECT RECOGNITION FOR

More information

Modeling and Control of a Cascaded Boost Converter for a Battery Electric Vehicle

Modeling and Control of a Cascaded Boost Converter for a Battery Electric Vehicle Modelng and Control of a Cascaded Boost Converter for a Battery Electrc Vehcle A. Ndtoungou, Ab. Hamad, A. Mssandaand K. Al-Haddad, Fellow member, IEEE EPEC 202 OCTOBER 0-2 Introducton contents Comparson

More information

Laser Measurement System based maneuvering Target tracking formulated by Adaptive Competitive Neural Networks

Laser Measurement System based maneuvering Target tracking formulated by Adaptive Competitive Neural Networks ADAPIVE 00 : he Second Internatonal Conference on Adaptve and Self-Adaptve Systems and Applcatons Laser Measurement System based maneuverng arget trackng formulated by Adaptve Compettve Neural Networks

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

SENSOR FUSION. J.Z. Sasiadek Department of Mechanical & Aerospace Engineering, Carleton University

SENSOR FUSION. J.Z. Sasiadek Department of Mechanical & Aerospace Engineering, Carleton University ' Annual Revews n Control PERGAMON Annual Revews n Control 26 (2002) 203-228 www.elsever.com/locate/arcontrol SENSOR FUSON J.Z. Sasadek Department of Mechancal & Aerospace Engneerng, Carleton Unversty

More information

Control of Chaos in Positive Output Luo Converter by means of Time Delay Feedback

Control of Chaos in Positive Output Luo Converter by means of Time Delay Feedback Control of Chaos n Postve Output Luo Converter by means of Tme Delay Feedback Nagulapat nkran.ped@gmal.com Abstract Faster development n Dc to Dc converter technques are undergong very drastc changes due

More information

A RF Source Localization and Tracking System

A RF Source Localization and Tracking System The 010 Mltary Communcatons Conference - Unclassfed Program - Waveforms and Sgnal Processng Track A RF Source Localzaton and Trackng System Wll Tdd, Raymond J. Weber, Ykun Huang Department of Electrcal

More information

Design of Shunt Active Filter for Harmonic Compensation in a 3 Phase 3 Wire Distribution Network

Design of Shunt Active Filter for Harmonic Compensation in a 3 Phase 3 Wire Distribution Network Internatonal Journal of Research n Electrcal & Electroncs Engneerng olume 1, Issue 1, July-September, 2013, pp. 85-92, IASTER 2013 www.aster.com, Onlne: 2347-5439, Prnt: 2348-0025 Desgn of Shunt Actve

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

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate Comparatve Analyss of Reuse and 3 n ular Network Based On IR Dstrbuton and Rate Chandra Thapa M.Tech. II, DEC V College of Engneerng & Technology R.V.. Nagar, Chttoor-5727, A.P. Inda Emal: chandra2thapa@gmal.com

More information

Fuzzy Logic Speed Controller with Reduced Rule Base for Dual PMSM Drives

Fuzzy Logic Speed Controller with Reduced Rule Base for Dual PMSM Drives World Academy of Scence, Engneerng and echnology Vol:5, No:5, 11 Fuzzy Logc Speed Controller wth Reduced Rule Base for Dual PMSM Drves Jurfa Mat Laz, Zulkfle Ibrahm, Marzan Sulaman, Fzatul An Patakor,

More information

Modified Predictive Optimal Control Using Neural Network-based Combined Model for Large-Scale Power Plants

Modified Predictive Optimal Control Using Neural Network-based Combined Model for Large-Scale Power Plants 1 Modfed Predctve Optmal Control Usng Neural Networ-based Combned Model for Large-Scale Power Plants Kwang Y Lee, Fellow, IEEE, Jn S Heo, Jason A Hoffman, Sung-Ho Km, and Won-Hee Jung Abstract--Wth a Neural

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

Wi-Fi Indoor Location Based on RSS Hyper-Planes Method

Wi-Fi Indoor Location Based on RSS Hyper-Planes Method Chung Hua Journal of Scence and Engneerng, Vol. 5, No. 4, pp. 7-4 (007 W-F Indoor Locaton Based on RSS Hyper-Planes Method Ch-Kuang Hwang and Kun-Feng Cheng Department of Electrcal Engneerng, Chung Hua

More information

Webinar Series TMIP VISION

Webinar Series TMIP VISION Webnar Seres TMIP VISION TMIP provdes techncal support and promotes knowledge and nformaton exchange n the transportaton plannng and modelng communty. DISCLAIMER The vews and opnons expressed durng ths

More information

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

TORQUE RIPPLE MINIMIZATION OF SWITCHED RELUCTANCE DRIVE USING A NEURO-FUZZY CONTROL TECHNIQUE

TORQUE RIPPLE MINIMIZATION OF SWITCHED RELUCTANCE DRIVE USING A NEURO-FUZZY CONTROL TECHNIQUE TORQUE RIPPLE MINIMIZATION OF SWITCHED RELUCTANCE DRIVE USING A NEURO-FUZZY CONTROL TECHNIQUE L. O. P. Henrques, L. G. B. Rolm, W. I. Suemtsu,, P. J. Costa. Branco and J. A. Dente COPPE / PEE - UFRJ Ro

More information

Developing a Gesture Based Remote Human-Robot Interaction System Using Kinect

Developing a Gesture Based Remote Human-Robot Interaction System Using Kinect Developng a Gesture Based Remote Human-Robot Interacton System Usng Knect Kun Qan 1, Je Nu 2 and Hong Yang 1 1 School of Automaton, Southeast Unversty, Nanjng, Chna 2 School of Electrcal and Electronc

More information

Adaptive Fuzzy Sliding Controller with Dynamic Compensation for Multi-Axis Machining

Adaptive Fuzzy Sliding Controller with Dynamic Compensation for Multi-Axis Machining J. Software Engneerng & Applcatons, 009, : 88-94 do:10.436/jsea.009.4037 Publshed Onlne November 009 (http://www.scrp.org/journal/jsea) Adaptve Fuzzy Sldng Controller wth Dynamc Compensaton for Mult-Axs

More information

A Buck Converter for DVS Compatible Processors in Mobile Computing Applications Using Fuzzy Logic Implemented in a RISC based Microcontroller

A Buck Converter for DVS Compatible Processors in Mobile Computing Applications Using Fuzzy Logic Implemented in a RISC based Microcontroller A Buck Converter for DVS Compatble Processors n Moble Computng Applcatons Usng Fuzzy Logc Implemented n a RISC based Mcrocontroller Monaf S. Tapou, Hamed S. Al-Raweshdy, Maysam Abbod, Manal J. Al-Knd Abstract

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

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

Skiing robot - design, control, and navigation in unstructured environment Leon Lahajnar, Andrej Kos and Bojan Nemec

Skiing robot - design, control, and navigation in unstructured environment Leon Lahajnar, Andrej Kos and Bojan Nemec Robotca (2009) volume 27, pp. 567 577. 2008 Cambrdge Unversty Press do:10.1017/s0263574708004955 Prnted n the Unted Kngdom Skng robot - desgn, control, and navgaton n unstructured envronment Leon Lahajnar,

More information

Weighted Penalty Model for Content Balancing in CATS

Weighted Penalty Model for Content Balancing in CATS Weghted Penalty Model for Content Balancng n CATS Chngwe Davd Shn Yuehme Chen Walter Denny Way Len Swanson Aprl 2009 Usng assessment and research to promote learnng WPM for CAT Content Balancng 2 Abstract

More information

Optimization Frequency Design of Eddy Current Testing

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

More information

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