Water Level Control by Fuzzy Logic and Neural. Networks

Size: px
Start display at page:

Download "Water Level Control by Fuzzy Logic and Neural. Networks"

Transcription

1 Water Level Control by Fuzzy Log and Neural Lmted rulaton. For revew only. Networks Danel Wu Dept. of Systems Desgn Eng. Unversty of Waterloo Waterloo, ON NL G Fakhreddne Karray Dept. of Eletral & Computer Eng. Unversty of Waterloo Waterloo, ON NL G Insop Song Dept. of Systems Desgn Eng. Unversty of Waterloo Waterloo, ON NL G Abstrat The objetve of ths paper s to nvestgate and fnd a soluton by desgnng the ntellgent ontrollers for ontrollng water level system, suh as fuzzy log and neural network. The ontrollers also an be spefally run under the rumstane of system dsturbanes. To aheve these objetves, a prototype of water level ontrol system has been bult and mplementatons of both fuzzy log and neural network ontrol algorthms are performed. In fuzzy log ontrol, Sugeno model s used to ontrol the system. In neural network ontrol, the approah of Model Referene Adaptve Neural Network Control based on the bakpropagaton algorthm s appled on tranng the system. Both ontrol algorthms are developed to embed nto a standalone DSP-based mro-ontroller and ther performanes are ompared. Sensor Water Level Valve Water Tank Pump Valve Valve Servor Motor I. INTRODUCTION Tradtonally, aurate mathematal model-based strateges have been appled to deal wth ontrol problems. However, water level ontrol system, for example, s very omplex system, beause of the nonlneartes and unertantes of a system. Conventonal ontrol approahes are not onvenent to solve the omplextes. Fuzzy log and neural networks ontrol have emerged over the years and beome one of the most atve and frutful areas of the researh n the ntellgent ontrol applatons. There are two major dfferent types of the ontrol rules n fuzzy ontrol: the Mamdan type and the Sugeno type. The Mamdan ontrol rules are sgnfantly more lngustally ntutve whle Sugeno rules appear to have more nterpolaton power even for a relatve small number of ontrol rules. In neural network ontrol, the most ommonly used ones are supervsed ontrol, dret nverse ontrol and neural adaptve ontrol. There are many papers addressed the fuzzy or neural networks ontrol n the water or lqud level ontrol system. Nmura et al. utlzed the fuzzy log for water level ontrol n small hydro-generatng unts[]. Roubos et al. hose Sugeno fuzzy model as the model struture for a lnear model based predtve ontrol of the lqud level []. Ghwanmeh et al. showed a self-learnng fuzzy log ontrol appled to a nonlnear proess and demonstrated the robust and repeatable performane []. Naman et al. presented an adaptve modelreferene fuzzy ontroller for ontrollng the water level n a water tank []. Xao et al. provded a bakpropagaton neural network algorthm used to adjust the parameters of the PID ontroller and ontrol the lqud level of molten steel smellng DSP Controller Fg.. Confguraton of the Water Level Control System. The system onssts of the servo motor, valves, a pump, a nfra-red sensor and a DSP ontroller. non-rystallod []. In ths paper, we frst elaborate the onfguraton of the water level ontrol system. Then, we ntrodue Sugeno fuzzy ontrol [7], [8] and model referene adaptve neural network ontrol (MRANNC) [6], [9], [] strateges based on bakpropagaton algorthm. Fnally, some expermental and realtme results usng DSP ontroller are presented. II. SSTEM CONFIGURATION Fgure shows the system onfguraton. The system onssts of the servo motor, valves, a pump, a nfra-red sensor and a DSP ontroller. Water s onstantly pumped nto a vertal tube by a pump. Water an outflow from the horzontal tube. The general ontrol objetve s to reah and stablze a ertan water level n the vertal tube. As shown n the fgure, a sensor measures the water level and sends heght sgnal to the DSP mro-ontroller. The ontroller ontrols the servo motor, whh adjusts the valve to mantan a desred water level n the vertal tube. Valve onstantly opens and valve randomly opens to provde dsturbanes to the ontrol system. III. FUZZ LOGIC CONTROL In Fuzzy ontrol, two nputs for the system are hosen. They are an error (e) and an error dervatve (ė). The error s alulated by takng the dfferene between the referene Preprnt submtted to IEEE Conferene on Control Applatons. Reeved February 8,.

2 If e s HN OPEN valve WIDE If e s N and ė s NOT P OPEN valve A BIT If e s N and ė s P LEAVE valve ALONE If e s S and ė s N OPEN valve A BIT If e s S and ė s S LEAVE valve ALONE 6 If e s S and ė s P CLOSE valve A BIT 7 If e s P and ė s N LEAVE valve ALONE 8 If e s P and ė s NOT N CLOSE valve A BIT 9 If e s HP CLOSE valve A LOT TABLE I RULE BASE - HN Lmted rulaton. For revew only. N N S P HP - - (a) Error Membershp Funtons S P Output Funtons OPEN valve WIDE 9 e + ė OPEN valve A BIT e ė LEAVE valve ALONE e + ė + CLOSE valve A BIT e ė + CLOSE valve A LOT e + ė + TABLE II OUTPUT FUNCTIONS. sgnal and the urrent water heght. The error dervatve s alulated by subtratng a prevous error from the urrent error. The output of the system s a voltage that s sent to a servo motor to ontrol the valve. The Sugeno model s used n the system. The Sugeno model s omputatonally effent, and works well wth optmzaton and adaptve tehnques, so t s popular for ontrol problems, n partular for dynam nonlnear systems. The Sugeno fuzzy model takes the form: IF e s A AND ė s B, THEN SERVO s f(e,ė) The output funton f(e,ė) takes the form: r(t) (b) Error-Dot Membershp Funtons HN N S P HP N error_dot S Fg.. P error () Mappng Membershp Funtons and Mappng e NN ontroller u NN dentfer Nonlnear Plant e e y e yp A e + A ė + A The parameters of the output funton A, A, and A an be modfed through the mro-ontroller nterfae. The rule base used here s shown n Table I. Fve membershp funtons for the error are shown n Fgure (a), and three for the error dervatve are shown n Fgure (b). The rules mappng s shown n Fgure (). Labels n Table I and Fgure are as follows: HN=Hgh Negatve;N=Negatve;S=Small;P=Postve; HP=Hgh Postve; For the Sugeno model, output funtons must be defned. Ths wll dede how the system provdes the proper ontrol through the manpulaton of the valve. Table II shows the output funtons and nomnal tunng values that the ontroller uses on start up. Eah of these parameters an be modfed usng the user nterfae of the mro-ontroller. IV. NEURAL NETWORK CONTROL In ths paper, the Model Referene Adaptve Neural Network Control approah based on bakpropagaton algorthm s appled to mplement the water level ontrol system. Fgure Fg.. Neural Network Control n Water Level Control Systems, denotes tme delays of the nput or output sgnals. shows the ontrol struture. n Fgure denotes tme delays of the nput or output sgnals. A. Neural Network for Identfer The neural network for dentfer s desgned as a threelayer neural network. It has a nput layer, a hdden layer, and an output layer. N,N j and N k are ther output values respetvely. The neuron numbers n the hdden layers an be hosen dependng on the pratal tranng result. The neural network dentfer models are traned to learn the forward dynams of the plant. Sx nputs and one output are seleted as the dentfer model for the system. These sx nputs are the ontrol sgnals: u(t ), =..., and the prevous output sgnals: y(t j), j =... These sgnals provde the Preprnt submtted to IEEE Conferene on Control Applatons. Reeved February 8,.

3 urrent and prevous two ontrol sgnals, and also norporate n the hstoral trend from the last three tme steps of the output of the system. A set of orrespondng nput-output tranng patterns s seleted from the open-loop ontnuous sgnal response of the system. The ontrol nput sgnal s dretly added to servo motor of the system and system output sgnal s refleted wth the sensor, whh s atual water level. In tranng a neural network to learn a forward dynam model of a plant, the bakpropagaton error sgnal between the output and the hdden layer s expressed as N Lmted rulaton. For revew only. Fg.. wj N j Nk w kj NN Contorller N wj N j Nk w kj NN dentfer The Conneton Between the Controller and the Identfer δ k = T k N k () where T k s the target pattern and Nk s the atual output of the dentfer, and between the hdden and nput layers, t s expressed as δ j = f (net j ) δ k w kj () k Here, f (net j ) s the dervatve of the atvaton funton f(net j ) where f(net j ) = + exp( net j ) The weghts between the nput and hdden layers are updated as w j (t + ) = η δ j N + α w j (t) () and the weghts between the hdden and output layer are updated as () w kj (t + ) = η δ k N j + α w kj (t) () where N and N j are the outputs of the nput and hdden layers, respetvely, η s the learnng rate, and α s the momentum oeffents. The onstants η, α are all hosen emprally. B. Neural Network for Controller The neural network ontroller s reated dretly based on the neural network dentfer. Its desgn s fully norporated the learnng strategy nto the traned dentfer. The weghts of the neural network dentfer are onstantly verfed aganst the atual plant output. Ths ensures that the weghts allow the neural network dentfer to properly predt atual plant output. The neural network dentfer s used as means to bakpropagate the performane error to get the equvalent error at the output of the neural network ontroller. The auray of the plant model s rtal n ensurng that the ontroller s aurate as well. The error between the plant output and the dentfer output s also heked for the auray level of the dentfer. Ths error s used to bakpropagate and adjust the weghts of the dentfer to provde the most aurate representaton of the plant. The neural network for ontroller s also desgned as a three-layer neural network. It has a nput layer, a hdden layer, and an output layer. N, N j and N k are ther output values respetvely. The neuron numbers n the hdden layers an be hosen also dependng on the pratal tranng result. To llustrate the dervaton of the error sgnals for the neural network ontroller, Fgure provdes the onnetons between the ontroller and dentfer networks. The adaptaton of the weghts of the neural network ontroller between the hdden and output layers an be derved as follows: wkj E = η (6) where w kj E = (y p r) (7) where y p and r are the atual and desred plant output. The supersrpt denotes the varables belongng to the neural network ontroller and supersrpt denotes the varables belongng to the neural network dentfer. Usng han rule, equaton (6) an be expanded as follows: so where and wkj E = η net k net k w kj w kj = η δ k N j (8) δ k = E net k N j = net k w kj δk s the error sgnal between the hdden and output layers of the neural network ontroller. Lnear funtons are used at the nput and output neurons of the neural networks between the ontroller and dentfer. Therefore, δk an be represented as follows: δ k = E N k = E net = E N where net and N are the nput and output of the dentfer nput layer neurons. Further usng han rule Hene, δk = E net net j j N E net j = δ j (9) () Preprnt submtted to IEEE Conferene on Control Applatons. Reeved February 8,.

4 NN In n n j n k η α Identfer 6..8 Controller..6 TABLE III PARAMETERS SETUP. Lmted rulaton. For revew only.... Plant Dsturbane Tranng Data U and so, net j N = w j δ k = δ j w j () Fg.. Plant Dsturbane Tranng Data, U s an nput sgnal and s a output of the sensor The error sgnal between the nput and hdden layer of the neural network ontroller an be derved as follows:. Plant Test Data U δ j = E net j = E N j N j net j (). By usng han rule and where so, E N j = E net net k k Nj N j net j = f (net j) f (net j) = N j ( N j ) δ j = N j ( N j ) ( δ k w kj) () The weghts of the neural network dentfer an be further mproved onlne f neessary. Ths an be reahed by bakpropagaton of the followng error equaton through the neural network dentfer at every sample. y p and y are the outputs of the atual plant and neural network dentfer, respetvely. e = (y p y ) () V. EXPERIMENTAL RESULTS The neural network ontrol algorthm were frst traned and tested wth C language wth a normal PC. Then, the algorthm were ported to DSP-based ontroller and tested. A. Tranng and Testng for Neural Network Control ) Parameters Setup: In order to have quker alulaton wthout sarfng performane, some parameters were setup as shown n Table III. In Table III, n,n j and n k denote the number of nodes n the nput layer, hdden layer and output layer, respetvely, η and α denote learnng rate and momentum term, respetvely Fg. 6. Plant Test Data ) Identfer Tranng and Testng: The traned dentfer wll be used as a representaton of the system plant to effetvely reate a ontroller for the system. Then, the offlne tranng of the ontroller wll be feasble to reah.. Tranng Data An open loop system was used to obtan a system response urve for the plant response to a random nput sgnal. Fgure shows the nput sgnal used for tranng of the NN dentfer. Ths was done by sendng a voltage sgnal through a potentometer nto the servo motor, and t ontrols the valve. By reatng a random nput ontrol sgnal and measurng the sensor output whle a random and a onstant dsturbane exsts. A set of data was reated and ndated the behavor of the plant response to a haraterst nput sgnal. It was desgned to fall wthn the operatng range of the sensor. As shown n the fgure, the nput sgnal u vares between values of V and V.. Testng Data One the tranng porton of the Identfer s ompleted, t needs to be verfed wth the tranng results. A seleton of smlar data was reated for testng the traned network. Fgure 6 shows a set of testng data used for the Identfer.. Identfer Tranng Identfer tranng resulted to a level of error of 7.98 after, epohs. At the ut-off of, epohs, the dentfer was stll onvergng on an error, but extremely slowly. Then, ths level of an error was used to move onto Preprnt submtted to IEEE Conferene on Control Applatons. Reeved February 8,.

5 Identfer Tranng Error Error Lmted rulaton. For revew only. Controller Tranng Data Desred Error (V) Water Level (m) Epoh Test Fg. 7. Identfer Tranng Error Fg. 9. Controller Tranng Data. Identfer Test Data U -PRED Controller Test Data Test Data... Water Level (m). -. Epoh Fg.. Controller Testng Data Fg. 8. Identfer Testng Results ontroller tranng. Fgure 7 shows the trend of dereasng error n the dentfer tranng.. Identfer Testng The error seen as a result of testng s shown n Fgure 8. Sne the level of error seen s on the same sale of that for the tranng, then movng to ontroller tranng beame the next step. It s beleved that a more rgorous tranng ould result n better error and better performane for ontroller tranng and fnal mplementaton. ) Controller Tranng and Testng: In order to effetvely reate a ontroller for the system, the exstng system was analyzed n an off-lne setup. The goal n the projet s to develop a ontroller through smulaton and use more omputer resoures n a hghly effetve manner. It proved far more effetve to desgn the tranng and testng n an off-lne format.. Tranng Data Fgure 9 shows the referene sgnal used for tranng of the neural network ontroller. It was desgned to mantan a level wthn the operatng range of the sensors. A random sgnal was reated that would provde the ontroller wth typal values that a user ould hoose durng normal operaton. These values were held wthn the deal operatng range for whh the dentfer was traned.. Testng Data Fgure shows a set of testng data used for the neural network ontroller. As an be seen, ths pattern s somewhat smlar to that seen n the tranng. As was the ase n the dentfer, one the tranng porton of the ontroller s ompleted, t needs to verfy that tranng. A set of data was seleted for testng the ontroller tranng. Sne the tranng data used was desgned to be a omponent of typal operatonal values, a smlar set of data was reated for testng the traned network.. Controller Tranng In Fgure, onvergene towards the goal of small error s learly seen n the ontroller tranng algorthm. However, the error does not reah the desred ut-off. Despte ths, the weghts traned as a result of ths tranng provde a very good response when the testng data s used to evaluate the ontroller weghts.. Controller Testng As shown n Fgure, the weghts for both the dentfer and ontroller had been traned to a level that provded an aeptable level of predton, and showed that the ontroller was workng as expeted. Error (V) Controller Tranng Error Fg.. Epoh Controller Tranng Error Error Preprnt submtted to IEEE Conferene on Control Applatons. Reeved February 8,.

6 .. Controller Test Data R Lmted rulaton. For revew only. Neural Network Control Results Setpont Sensor.8.6 Water Level (m) Tme (s) Fg.. Controller Testng Fg.. Onlne Neural Network Control Result Fuzzy Control Result Sensor Setpont omparsons between the two ontrol shemes based on the expermental results. Water Level FLC NNC Plant Math Model Unneessary Unneessary Computaton Lght Heavy Trakng Performane Good Better Dsturbane Rejeton Good Better TABLE IV COMPARISON BETWEEN THE FUZZ CONTROL AND NEURAL NETWORK CONTROL BASED ON THE EXPERIMENTAL RESULTS Tme (s) Fg.. Onlne Fuzzy Control Result B. Experments on mro-ontroller The fuzzy and neural network ontrol algorthms were ported to a stand-alone VRP MTSC mro-ontroller. The man board of mro-ontroller s based on Texas Instruments TMSC DSP wth a CAN bus ommunaton port that faltates the ommunaton wth a PC for montorng onlne parameters. The ontrol algorthms were developed wth C language, ompled wth TI Compler and run from the mroontroller. To provde an objetve omparson between the fuzzy and neural network ontrol algorthms, two tests were arred out n the VRP MTSC DSP mro-ontroller. Fgure shows fuzzy ontrol result and Fgure shows the neural ontrol result. VI. CONCLUSION Ths paper proposed two ontrol shemes for the water level ontrol system. From the results of the expermental studes, the followng summary an be obtaned. For the fuzzy ontrol, n order to ensure the best performane, a number of fators and values need to be onlne determned heurstally or by tral and error, for example, the membershp funtons. For neural network ontrol, the learnng parameters and pror well-tranng s essental for the suess of the ontrol. One traned, the neural network does not requre for tunng. Table IV shows a summary of REFERENCES [] Nmura, T. and okoyama, R., Water level ontrol of small-sale hydrogeneratng unts by fuzzy log, Proeedngs of IEEE Int l Conferene on Systems, Man and Cybernets, pp. 8, 99. [] Roubos,J.A., Babuska,R., Brujn,R.M. and Verbruggen,H.B., Predtve Control by Loal Lnearzatn of a Takag-Sugeno Fuzzy Model, IEEE Transatons, 998. [] Ghwanmeh,S.H., Jones,K.O. and Wllams,D., On-lne Performane Evaluaton of a Self-Learnng Fuzzy Log Controller Appled to Non- Lnear Proesses, IEEE Transatons, 996. [] Naman,A.T., Abdulmun,M.Z. and Arof,H., Development and Applaton of a Gradent Desent Method n Adaptve Model Referene Fuzzy Control, TENCON Proeedngs. Intellgent Systems and Tehnologes for the New Mllennum, pp. 8,. [] Xao,., Hu,H., Jang,H., Zhou,J.and ang,q., A Adaptve Control Based Neural Network for Lqud Level of Molten Steel Smeltng Nonrystllod Flmsy Alloy Lne, Pro. of t h World Congress on Intellgent Control and Automaton, Chna,. [6] Narendra, K.S. and Parthasarathy, K., Identfaton and Control of Dynamal Systems Usng Neural Networks, Neural Networks, IEEE Transatons on,vol., No.,Mar,99. [7] Takag,T. and Sugeno,M., Fuzzy Identfaton of System and ts Applaton to Modelng and Control, IEEE Transatons on Systems, Man and Cybernets, Vol., No., 98. [8] Murakam,K. and Sugeno,M., An Expermental Study on Fuzzy Parkng Control Usng a Model Car, Industral Applaton of Fuzzy Control, North Holland, 98. [9] amada, T.and abuta, T., Dynam system dentfaton usng neural networks, Systems, Man and Cybernets, IEEE Transatons on, Vol., Issue,Jan/Feb, 99 [] Mstry, S.I.and Nar, S.S., Identfaton and Control Experments Usng Neural Desgns, IEEE Control Systems Magazne, Vol., Issue, Jun, 99. Preprnt submtted to IEEE Conferene on Control Applatons. Reeved February 8,.

Identification and Position Control of Marine Helm using Artificial Neural Network

Identification and Position Control of Marine Helm using Artificial Neural Network Identfaton and Poston Control of Marne Helm usng Artfal Neural Network Hu ZHU Yannan RUI College of Mehanal & Eletr Engneerng, Soohow Unversty Suzhou, Jangsu,, Chna ABSRAC If nonlneartes suh as saturaton

More information

Solving Redundancy Allocation Problem with Repairable Components Using Genetic Algorithm and Simulation Method

Solving Redundancy Allocation Problem with Repairable Components Using Genetic Algorithm and Simulation Method Avalable Onlne at http//jnrm.srbau.a.r Vol.1, No.3, Autumn 2015 Journal of New Researhes n Mathemats Sene and Researh Branh (IAU) Solvng Redundany Alloaton Problem wth Reparable Components Usng Genet Algorthm

More information

Design and Optimization of a New Power Monitor with Small Size

Design and Optimization of a New Power Monitor with Small Size Desgn and Optmzaton of a New Power Montor wth Small Sze ABBAS ALI LOTFI NEYESTANAK ALI HOMAII MASOOD KHOSROSHAHY MOHAMMAD MIRHOSAINI Eletral Engneerng Eletral Engneerng Eletral Engneerng Eletral Engneerng

More information

Optimization of PI Controller using PSO for Power Electronic Converter

Optimization of PI Controller using PSO for Power Electronic Converter IOSR Journal of Eletral and Eletrons Engneerng (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 232-3331, Volume 9, Issue 2 Ver. VI (Mar Apr. 214), PP 36-4 Optmzaton of PI Controller usng PSO for Power Eletron Converter

More information

Longitudinal Spacing Control of Vehicles in a Platoon 1

Longitudinal Spacing Control of Vehicles in a Platoon 1 9 ICASE: The Insttute of Control, Automaton and Systems Engneers, KOREA Vol., No., June, 000 ongtudnal Spang Control of Vehles n a Platoon Tae Soo No and Kl To Chong Abstrat: The yapunov stablty theorem

More information

DESIGN OF GOAL-SEEKING BEHAVIOR-BASED MOBILE ROBOT USING PARTICLE SWARM FUZZY CONTROLLER

DESIGN OF GOAL-SEEKING BEHAVIOR-BASED MOBILE ROBOT USING PARTICLE SWARM FUZZY CONTROLLER Vol. 7, No. 3, Oktober 214 ISSN 216 544 DESIGN OF GOAL-SEEKING BEHAVIOR-BASED MOBILE ROBOT USING PARTICLE SWARM FUZZY CONTROLLER a And Adransyah, b Badaruddn, Eko Ihsanto a,b, Eletral Engneerng Departement,

More information

Algorithm of resonance orders for the objects

Algorithm of resonance orders for the objects IOP Conferene Seres: Materals Sene and Engneerng PAPER OPEN ACCESS Algorthm of resonane orders for the objets To te ths artle: Yongang Zhang and JanXue Zhang 8 IOP Conf. Ser.: Mater. S. Eng. 6 Vew the

More information

Improving Broadband Acoustic Doppler Current Profiler with Orthogonal Coprime Pulse Pairs and Robust Chinese Remainder Theorem

Improving Broadband Acoustic Doppler Current Profiler with Orthogonal Coprime Pulse Pairs and Robust Chinese Remainder Theorem Improvng Broadband Aoust Doppler Current Profler wth Orthogonal Coprme Pulse Pars and Robust Chnese Remander Theorem Cheng Ch, Har Vshnu and Koay Teong Beng Aoust Researh aboratory, Tropal Marne Sene Insttute,

More information

Adaptive System Control with PID Neural Networks

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

More information

Unscented Kalman Filter for Frequency and Amplitude Estimation

Unscented Kalman Filter for Frequency and Amplitude Estimation Paper aepted for presentaton at the 211 IEEE rondhem Powereh Unsented Kalman Flter for Frequeny and Ampltude Estmaton Happy Novanda, Pawel Regulsk, Franso M. González-Longatt, Senor Member IEEE and Vladmr

More information

Cooperative Parameter Identification of Advection-diffusion Processes Using a Mobile Sensor Network

Cooperative Parameter Identification of Advection-diffusion Processes Using a Mobile Sensor Network 207 Ameran Control Conferene Sheraton Seattle Hotel May 2 26, 207, Seattle, USA Cooperatve Parameter Identfaton of Adveton-dffuson Proesses Usng a Moble Sensor Networ Je You, Yufe Zhang, Mnghen L, Kun

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

arxiv: v1 [cs.cc] 6 Mar 2009

arxiv: v1 [cs.cc] 6 Mar 2009 TETRAVE s NP-omplete arv:93.1147v1 [s.cc] 6 Mar 29 Yasuhko Takenaga Department of Computer Sene The Unversty of Eletro-Communatons Tokyo, Japan takenaga@s.ue.a.p Toby Walsh Natonal ICT Australa Unversty

More information

Recognition of Two Types of Air-Targets with KNN-SVM Method

Recognition of Two Types of Air-Targets with KNN-SVM Method 0 4th Internatonal Conferene on Sgnal Proessng Systems (ICSPS 0) IPCSIT vol. 58 (0) (0) IACSIT Press, Sngapore DOI: 0.7763/IPCSIT.0.V58.9 Reognton of Two Types of Ar-Targets wth KNN-SVM Method Peng Yuxng

More information

Simulation and Analysis of Single Phase Shunt Active Filter Based on PQ Theory

Simulation and Analysis of Single Phase Shunt Active Filter Based on PQ Theory 215 IJEDR Volume 3, Issue 4 ISSN: 23219939 Smulaton and Analyss of Sngle Phase Shunt Ate Flter Based on PQ Theory 1 Anoop H. Budhran, 2 Krshna Veer Sngh, 3 Amt R Pathak 1 Assstant Professor, 2 Assstant

More information

A Space-Time Pre-RAKE Transmitter Diversity Method for W-CDMA Using Long Range Prediction 1

A Space-Time Pre-RAKE Transmitter Diversity Method for W-CDMA Using Long Range Prediction 1 A Spae-Tme Pre-RAKE Transmtter versty ethod for W-CA Usng Long Range Predton Sen Gunavd and Alexandra uel-hallen North Carolna State Unversty ept of Eletral and Computer Engneerng Center for Advaned Computng

More information

An Efficient Method for GPS Multipath Mitigation Using the Teager-Kaiser-Operator-Based MEDLL

An Efficient Method for GPS Multipath Mitigation Using the Teager-Kaiser-Operator-Based MEDLL YI HU, AOZHONG SONG, BIN ENG, XIAOYU DANG, AN EFFICIENT ETHOD FOR GPS ULTIPATH ITIGATION USING An Effent ethod for GPS ultpath tgaton Usng the Teager-Kaser-Operator-Based EDLL Y HU, aozhong SONG,, Bn ENG,

More information

INVERTER-interfaced islanded microgrids serve the primary. Spatio-Temporal Model Reduction of Inverter-Based Islanded Microgrids

INVERTER-interfaced islanded microgrids serve the primary. Spatio-Temporal Model Reduction of Inverter-Based Islanded Microgrids Spato-Temporal Model Reduton of Inverter-Based Islanded Mrogrds Lng Luo and Saraj V. Dhople, Member, IEEE 1 Abstrat Computatonally effent and salable models that desrbe droop-ontrolled nverter dynams are

More information

Optimization of some parameters in the speech-processing module developed for the speaker independent ASR system

Optimization of some parameters in the speech-processing module developed for the speaker independent ASR system Optmzaton of some parameters n the speeh-proessng module developed for the speaker ndependent ASR system J. V. PSUTKA and Ludek MÜLLER Department of Cybernets, Unversty of West Bohema n Plsen, Czeh Republ

More information

Outage Probability Analysis of Multipath Fading Channels in Long Term Evolution-LTE

Outage Probability Analysis of Multipath Fading Channels in Long Term Evolution-LTE Proeedngs of Internatonal Conferene on Emergng Trends n Eletrons & Teleommunatons (ICETET) 9 th - 31 st May, 1 KUALA LUMPUR, MALAYSIA (MTEC1) ISS (onlne): 39- ISS (prnt): 39- Outage Probablty Analyss of

More information

Fuzzy Logic Controlled Shunt Active Power Filter for Three-phase Four-wire Systems with Balanced and Unbalanced Loads

Fuzzy Logic Controlled Shunt Active Power Filter for Three-phase Four-wire Systems with Balanced and Unbalanced Loads Fuzzy Logc ontrolled Shunt ctve Power Flter for Threephase Fourwre Systems wth alanced and Unbalanced Loads hmed. Helal, Nahla E. Zakzouk, and Yasser G. Desouky bstract Ths paper presents a fuzzy logc

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

Digital Hearing Aid DSP Chip Parameter Fitting Optimization

Digital Hearing Aid DSP Chip Parameter Fitting Optimization ICCAS005 June -5, KINTEX, Gyeongg-Do, Korea Dgtal Hearng Ad DSP Chp Parameter Fttng Optmzaton Soon Suk Jarng*, You Jung Kwon*, Je Hyung Lee** *Dept. of Informaton, Control & Instrumentaton, Chosun Unversty,

More information

Development of Neural Networks for Noise Reduction

Development of Neural Networks for Noise Reduction The Internatonal Arab Journal of Informaton Technology, Vol. 7, No. 3, July 00 89 Development of Neural Networks for Nose Reducton Lubna Badr Faculty of Engneerng, Phladelpha Unversty, Jordan Abstract:

More information

3D Position Estimation Performance Evaluation of a Hybrid Two Reference TOA/TDOA Multilateration System Using Minimum Configuration

3D Position Estimation Performance Evaluation of a Hybrid Two Reference TOA/TDOA Multilateration System Using Minimum Configuration Internatonal Journal of Traff and Transportaton Engneerng 6, 5(4): 96- DOI:.593/j.jtte.654.3 3D Poston Estmaton Performane Evaluaton of a Hybrd Two eferene TOA/ Multlateraton System Usng Mnmum Confguraton

More information

Learning Ensembles of Convolutional Neural Networks

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

More information

Magnetics Design For High Current Low Voltage Dc/dc Converter

Magnetics Design For High Current Low Voltage Dc/dc Converter Unversty of Central Florda Eletron Theses and Dssertatons Dotoral Dssertaton (Open Aess) Magnets Desgn For Hgh Current ow Voltage D/d Converter 7 Hua Zhou Unversty of Central Florda Fnd smlar works at:

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

Performance of Diagnosis Methods for IGBT Open Circuit Faults in Three Phase Voltage Source Inverters for AC Variable Speed Drives

Performance of Diagnosis Methods for IGBT Open Circuit Faults in Three Phase Voltage Source Inverters for AC Variable Speed Drives Performane of Dagnoss Methods for IGBT Open Crut Faults n Three Phase Voltage Soure Inverters for AC Varale Speed Drves Ka Rothenhagen, Fredrh W. Fuhs Chrstan-Alrehts-Unversty of Kel Kaserstr.2, 24143

More information

Real Time Destination Prediction Based On Efficient Routes

Real Time Destination Prediction Based On Efficient Routes Paper Number 26-1-811 Real Tme Destnaton Predton Based On Effent Routes John Krumm Mrosoft Researh Copyrght 26 SAE Internatonal ABSTRACT Ths paper presents a novel method for predtng the loaton of a drver

More information

Coded Adaptive Linear Precoded Discrete Multitone Over PLC Channel

Coded Adaptive Linear Precoded Discrete Multitone Over PLC Channel Coded Adaptve Lnear Preoded Dsrete Multtone Over PLC Channel Fahad Syed Muhammad, Jean-Yves Baudas, Jean-Franços Hélard, Mattheu Crussère To te ths verson: Fahad Syed Muhammad, Jean-Yves Baudas, Jean-Franços

More information

Implementation of the Adaptive CSMA-CA Algorithm Based on Traffic Load

Implementation of the Adaptive CSMA-CA Algorithm Based on Traffic Load Internatonal Journal of Future Generaton Communaton and Networkng Vol.7, No.4 (204), pp.27-40 http://dx.do.org/0.4257/jfgn.204.7.4.2 Implementaton of the Adaptve CSMA-CA Algorthm Based on Traff Load Ln

More information

Comparative Studies on Feature Extraction Methods for Multispectral Remote Sensing Image Classification

Comparative Studies on Feature Extraction Methods for Multispectral Remote Sensing Image Classification Comparatve Studes on Feature Extraton Methods for Multspetral Remote Sensng Image Classfaton Yanqn an and Png Guo Department of Computer Sene Beng Normal Unversty Beng, 00875, Chna pguo@bnu.edu.n Abstrat

More information

A Novel Decision Scheme for Vertical Handoff in 4G Wireless Networks

A Novel Decision Scheme for Vertical Handoff in 4G Wireless Networks a g e 28 Vol. 10 Issue 5 Ver. 1.0 July 2010 Global Journal of Computer Sene and Tehnology A Novel Deson Sheme for Vertal Handoff n 4G Wreless Networks Abstrat-Future wreless networks wll onsst of multple

More information

Optimal Size and Location of Capacitors Placed on a. Distribution System

Optimal Size and Location of Capacitors Placed on a. Distribution System Chng-Tzong Su, Cheng-Y Ln, J-Jen Wong Optmal Sze and Loaton of Capators laed on a Dstrbuton System CHING-TZONG SU CHENG-YI LIN JI-JEN WONG Department of Eletral Engneerng WuFeng Insttute of Tehnology Mng-Hsung,

More information

Simulation of the adaptive neuro-fuzzy inference system (ANFIS) inverse controller using Matlab S- function

Simulation of the adaptive neuro-fuzzy inference system (ANFIS) inverse controller using Matlab S- function Vol. 8(1), pp. 875-884, 4 June, 013 DOI 10.5897/SRE11.1538 ISSN 199-48 013 Academc Journals http://www.academcjournals.org/sre Scentfc Research and Essays Full Length Research Paper Smulaton of the adaptve

More information

Study and Optimization of Cooperative Spectrum Sensing in OFDM Cognitive Radio Networks

Study and Optimization of Cooperative Spectrum Sensing in OFDM Cognitive Radio Networks IJCSI Internatonal Journal of Computer Sene Issues, Vol. 9, Issue 6, o 3, ovember ISS (Onlne): 69-8 www.ijcsi.org 7 Study and Optmzaton of Cooperatve Spetrum Sensng n OFDM Cogntve Rado etworks Yngxue LI,

More information

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

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

More information

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

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

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

Networks. Backpropagation. Backpropagation. Introduction to. Backpropagation Network training. Backpropagation Learning Details 1.04.

Networks. Backpropagation. Backpropagation. Introduction to. Backpropagation Network training. Backpropagation Learning Details 1.04. Networs Introducton to - In 1986 a method for learnng n mult-layer wor,, was nvented by Rumelhart Paper Why are what and where processed by separate cortcal vsual systems? - The algorthm s a sensble approach

More information

Real Time Auction Based Allocation of Tasks for Multi-Robot Exploration Problem in Dynamic Environments

Real Time Auction Based Allocation of Tasks for Multi-Robot Exploration Problem in Dynamic Environments Real Tme Auton Based Alloaton of Tasks for Mult-Robot Exploraton Problem n Dynam Envronments Sanem Sarel 1, Tuker Balh 2 1 Istanbul Tehnal Unversty, Department of Computer Engneerng, Maslak, Istanbul TURKEY

More information

Research Article. Adaptive Neuro-Fuzzy Inference System based control of six DOF robot manipulator. Srinivasan Alavandar * and M. J.

Research Article. Adaptive Neuro-Fuzzy Inference System based control of six DOF robot manipulator. Srinivasan Alavandar * and M. J. Jestr Journal of Engneerng Scence and Technology Revew (8) 6- Research Artcle Adaptve Neuro-Fuzzy Inference System based control of sx DOF robot manpulator Srnvasan Alavandar * and M. J. Ngam JOURNAL OF

More information

Multidimensional Social Network in the Social Recommender System

Multidimensional Social Network in the Social Recommender System Multdmensonal Soal Network n the Soal Reommender System Przemysław Kazenko, Katarzyna Musał and Tomasz Kajdanowz Abstrat All onlne sharng systems gather data that reflets users olletve behavour and ther

More information

POLYTECHNIC UNIVERSITY Electrical Engineering Department. EE SOPHOMORE LABORATORY Experiment 1 Laboratory Energy Sources

POLYTECHNIC UNIVERSITY Electrical Engineering Department. EE SOPHOMORE LABORATORY Experiment 1 Laboratory Energy Sources POLYTECHNIC UNIERSITY Electrcal Engneerng Department EE SOPHOMORE LABORATORY Experment 1 Laboratory Energy Sources Modfed for Physcs 18, Brooklyn College I. Oerew of the Experment Ths experment has three

More information

Deterministic Worst-case Performance Analysis for Wireless Sensor Networks

Deterministic Worst-case Performance Analysis for Wireless Sensor Networks Determnst Worst-ase Performane Analyss for Wreless Sensor Networks Humn She,, Zhongha Lu, Axel Jantsh, L-Rong Zheng Dept. of Eletron, Computer and Software Systems Royal Insttute of Tehnology (KTH), Sweden

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

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

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

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

Enhanced Artificial Neural Networks Using Complex Numbers

Enhanced Artificial Neural Networks Using Complex Numbers Enhanced Artfcal Neural Networks Usng Complex Numers Howard E. Mchel and A. A. S. Awwal Computer Scence Department Unversty of Dayton Dayton, OH 45469-60 mchel@cps.udayton.edu Computer Scence & Engneerng

More information

Electricity Price Forecasting using Asymmetric Fuzzy Neural Network Systems Alshejari, A. and Kodogiannis, Vassilis

Electricity Price Forecasting using Asymmetric Fuzzy Neural Network Systems Alshejari, A. and Kodogiannis, Vassilis WestmnsterResearch http://www.westmnster.ac.uk/westmnsterresearch Electrcty Prce Forecastng usng Asymmetrc Fuzzy Neural Network Systems Alshejar, A. and Kodoganns, Vassls Ths s a copy of the author s accepted

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

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

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

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

Multiple Laser Polar Scan Matching with Application to SLAM

Multiple Laser Polar Scan Matching with Application to SLAM Multple Laser Polar San Mathng wth Applaton to SLAM Fredy ungad and Lndsay Kleeman Intellgent Robots Researh Centre Department of Eletral and Computer Systems Engneerng Monash Unversty, Vtora 3800 Australa

More information

Time-frequency Analysis Based State Diagnosis of Transformers Windings under the Short-Circuit Shock

Time-frequency Analysis Based State Diagnosis of Transformers Windings under the Short-Circuit Shock Tme-frequency Analyss Based State Dagnoss of Transformers Wndngs under the Short-Crcut Shock YUYING SHAO, ZHUSHI RAO School of Mechancal Engneerng ZHIJIAN JIN Hgh Voltage Lab Shangha Jao Tong Unversty

More information

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator Global Advanced Research Journal of Management and Busness Studes (ISSN: 2315-5086) Vol. 4(3) pp. 082-086, March, 2015 Avalable onlne http://garj.org/garjmbs/ndex.htm Copyrght 2015 Global Advanced Research

More information

RBF NN Based Marine Diesel Engine Generator Modeling

RBF NN Based Marine Diesel Engine Generator Modeling 005 Amercan Control Conference June 8-0, 005. Portland, OR, USA ThB4.6 RBF Based Marne Desel Engne Generator Modelng Wefeng Sh, Janmn Yang, Tanhao Tang, Member, IEEE Abstract For buldng a real tme marne

More information

An Optimization of the Chlorine Gas Wireless Sensor Network Coverage and Leakage Model

An Optimization of the Chlorine Gas Wireless Sensor Network Coverage and Leakage Model Sensors & Transduers, Vol. 54, Issue 7, July 03, pp. 6-70 Sensors & Transduers 03 by IFSA http://www.sensorsportal.om An Optmzaton of the Chlorne Gas Wreless Sensor Network Coverage and Leakage Model Yun

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

Nonlinear Wave Propagation - a fast 3D Simulation Method based on Quasi-linear Approximation of the Second Harmonic Field

Nonlinear Wave Propagation - a fast 3D Simulation Method based on Quasi-linear Approximation of the Second Harmonic Field 3.6. H. Torp: Nonlnear Wave ropagaton page Nonlnear Wave ropagaton - a ast 3D Smulaton Method based on Quas-lnear Appromaton o the Seond Harmon Feld Hans Torp ISB NTNU 3.6. rev. 3.5. Abstrat Nonlnear wave

More information

Real Time Implementation of Enhanced Nonlinear PID Controller for a Conical Tank Process

Real Time Implementation of Enhanced Nonlinear PID Controller for a Conical Tank Process Internatonal Journal of Computer Applcatons (97 8887) Real Tme Implementaton of Enhanced Nonlnear PID Controller for a Concal Tank Process U. Sabura Banu BS Abdur Rahman Unv. P.R. Hemavathy BS Abdur Rahman

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 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

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

Modelling and Controller of Liquid Level system using PID controller Deign Gloria Jose 1, Shalu George K. 2

Modelling and Controller of Liquid Level system using PID controller Deign Gloria Jose 1, Shalu George K. 2 Modellng and Controller of Lqud Level system usng PID controller Degn Glora Jose 1, Salu George K. 2 1PG student, Dept. of EEE, MBCET, Trvandrum, Kerala 2 Assstant Professor, Dept. of EEE, MBCET, Trvandrum,

More information

COMPACT ULTRA-WIDEBAND STEPPED-IMPEDANCE LOW PASS FILTER UTILIZING OPEN CIRCUIT STUB RESONATOR

COMPACT ULTRA-WIDEBAND STEPPED-IMPEDANCE LOW PASS FILTER UTILIZING OPEN CIRCUIT STUB RESONATOR VOL. 1, NO 19, OCTOBER, 215 ISSN 1819-668 26-215 Asan Researh Publshng Network (ARPN). All rghts reserved. COMPACT ULTRA-WIDEBAND STEPPED-IMPEDANCE LOW PASS FILTER UTILIZING OPEN CIRCUIT STUB RESONATOR

More information

arxiv: v1 [cs.lg] 8 Jul 2016

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

More information

Available Transfer Capability (ATC) Under Deregulated Power Systems

Available Transfer Capability (ATC) Under Deregulated Power Systems Volume-4, Issue-2, Aprl-2, IN : 2-758 Internatonal Journal of Engneerng and Management Research Avalable at: www.emr.net Page Number: 3-8 Avalable Transfer Capablty (ATC) Under Deregulated Power ystems

More information

Micro-grid Inverter Parallel Droop Control Method for Improving Dynamic Properties and the Effect of Power Sharing

Micro-grid Inverter Parallel Droop Control Method for Improving Dynamic Properties and the Effect of Power Sharing 2015 AASRI Internatonal Conference on Industral Electroncs and Applcatons (IEA 2015) Mcro-grd Inverter Parallel Droop Control Method for Improvng Dynamc Propertes and the Effect of Power Sharng aohong

More information

Neuro-Fuzzy Tuning of PID Controller for Control of Gas Turbine Power Plant

Neuro-Fuzzy Tuning of PID Controller for Control of Gas Turbine Power Plant NeuroFuzzy Tunng of PID Controller for Control of Gas Turbne Power Plant Km, Dong Hwa, Won Pyo Hong Dept. of I&C, Hanbat Natonal Unversty San Duck myongdong Yu songgu Daejon cty Seoul Korea,. Tel:887,

More information

White Paper. OptiRamp Model-Based Multivariable Predictive Control. Advanced Methodology for Intelligent Control Actions

White Paper. OptiRamp Model-Based Multivariable Predictive Control. Advanced Methodology for Intelligent Control Actions Whte Paper OptRamp Model-Based Multvarable Predctve Control Advanced Methodology for Intellgent Control Actons Vadm Shapro Dmtry Khots, Ph.D. Statstcs & Control, Inc., (S&C) propretary nformaton. All rghts

More information

Improvement of the Shunt Active Power Filter Dynamic Performance

Improvement of the Shunt Active Power Filter Dynamic Performance Improvement of the Shunt Actve Power Flter Dynamc Performance Krzysztof Potr Sozansk Unversty of Zelona Góra, Faculty of Electrcal Engneerng omputer Scence and Telecommuncatons Zelona Góra, Poland Abstract

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 4,, M Open access books avalable Internatonal authors and edtors Downloads Our authors are among the 4

More information

Compensated CIC-Cosine Decimation Filter

Compensated CIC-Cosine Decimation Filter Compensated CIC-Cosne Dematon Flter 8 ECTI TRANSACTIONS ON COPUTER AND INFORATION TECNOLOGY VOL.4, NO. AY Gordana Jovanov Doleek and Fernando Javer Treo Torres Compensated CIC-Cosne Dematon Flter Insttute

More information

Grain Moisture Sensor Data Fusion Based on Improved Radial Basis Function Neural Network

Grain Moisture Sensor Data Fusion Based on Improved Radial Basis Function Neural Network Gran Mosture Sensor Data Fuson Based on Improved Radal Bass Functon Neural Network Lu Yang, Gang Wu, Yuyao Song, and Lanlan Dong 1 College of Engneerng, Chna Agrcultural Unversty, Bejng,100083, Chna zhjunr@gmal.com,{yanglu,maozhhua}@cau.edu.cn

More information

MMSE adaptive receiver vs. rake receiver performance evaluation for UWB signals over multipath fading channel

MMSE adaptive receiver vs. rake receiver performance evaluation for UWB signals over multipath fading channel Internatonal Journal o Wreless Communatons, Networkng and Moble Computng 2015; 1(02): 12-23 Publshed onlne 01 19 2015 (http://www.aast.org/journal/wnm) MMSE adaptve reever vs. rake reever perormane evaluaton

More information

A Dynamic Subchannel Allocation Algorithm for IEEE e Networks

A Dynamic Subchannel Allocation Algorithm for IEEE e Networks A Dynam Subhannel Alloaton Algorthm for IEEE 86e etworks Donysos Xenaks, Dmtrs Tsolkas, Spyros Xergas, kos Passas, and Lazaros Merakos Department of Informats & Teleommunatons Unversty of Athens, Greee

More information

Target Response Adaptation for Correlation Filter Tracking

Target Response Adaptation for Correlation Filter Tracking Target Response Adaptaton for Correlaton Flter Tracng Adel Bb, Matthas Mueller, and Bernard Ghanem Image and Vdeo Understandng Laboratory IVUL, Kng Abdullah Unversty of Scence and Technology KAUST, Saud

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

NEURO-FUZZY MODELING OF SUPERHEATING SYSTEM OF A STEAM POWER PLANT

NEURO-FUZZY MODELING OF SUPERHEATING SYSTEM OF A STEAM POWER PLANT NEURO-FUZZY MODELING OF SUPERHEAING SYSEM OF A SEAM POWER PLAN A. R. Mehraban, A. Yousef-Koma School of Mechancal Engneerng College of Engneerng Unversty of ehran P.O.Box: 4875 347, ehran Iran armehraban@gmal.com

More information

Modeling and Current Programmed Control of a Bidirectional Full Bridge DC-DC Converter

Modeling and Current Programmed Control of a Bidirectional Full Bridge DC-DC Converter Energy and Power Engneerng, 22, 4, 7-6 http://dx.do.org/.4236/epe.22.435 Publshed Onlne May 22 (http://www.sp.org/journal/epe) 7 Modelng and urrent Programmed ontrol of a Bdretonal Full Brdge D-D onerter

More information

Available online at ScienceDirect. Procedia Computer Science 48 (2015 ) (ICCC-2014) (ICCC-2015)

Available online at   ScienceDirect. Procedia Computer Science 48 (2015 ) (ICCC-2014) (ICCC-2015) Avalable onlne at www.scencedrect.com ScenceDrect Proceda Computer Scence 48 (2015 ) 753 768 Internatonal Conference on Intellgent Computng, Communcaton & Convergence (ICCC-2015) (ICCC-2014) Conference

More information

A FUZZY WAVELET NEURAL NETWORK LOAD FREQUENCY CONTROLLER BASED ON GENETIC ALGORITHM

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

More information

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

luxcontrol masterconfigurator Product Manual

luxcontrol masterconfigurator Product Manual luxcontrol masterconfigurator Produt Manual Table of ontents 2 Sgns and symbols... 5 6 Changes ntrodued... wth masterconfigurator 2.28 3 Introduton... 7 4 Installaton... 8 5 Atve wndow... 11 6 Commssonng...

More information

NEURAL PROCESSIN G.SYSTEMS 2 INF ORM.ATIO N (Q90. ( Iq~O) DAVID S. TOURETZKY ADVANCES CARNEGIE MELLON UNIVERSITY. ..F~ k \ """ Ct... V\.

NEURAL PROCESSIN G.SYSTEMS 2 INF ORM.ATIO N (Q90. ( Iq~O) DAVID S. TOURETZKY ADVANCES CARNEGIE MELLON UNIVERSITY. ..F~ k \  Ct... V\. ....F~ k \ """ Ct... V\. ~.Le.- b;e ve-. ( Iq~O) ADVANCES IN NEURAL INF ORM.ATIO N PROCESSIN G.SYSTEMS 2 EDITED BY DAVID S. TOURETZKY CARNEGIE MELLON UNIVERSITY (Q90.MORGAN KAUFMANN PUBLISHERS 2929 CAMPUS

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

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

Graph Method for Solving Switched Capacitors Circuits

Graph Method for Solving Switched Capacitors Circuits Recent Advances n rcuts, ystems, gnal and Telecommuncatons Graph Method for olvng wtched apactors rcuts BHUMIL BRTNÍ Department of lectroncs and Informatcs ollege of Polytechncs Jhlava Tolstého 6, 586

More information

Day ahead hourly Price Forecast in ISO New England Market using Neuro-Fuzzy Systems Alshejari, A. and Kodogiannis, V.

Day ahead hourly Price Forecast in ISO New England Market using Neuro-Fuzzy Systems Alshejari, A. and Kodogiannis, V. WestmnsterResearch http://www.westmnster.ac.uk/westmnsterresearch Day ahead hourly Prce Forecast n ISO New England Market usng Neuro-Fuzzy Systems Alshejar, A. and Kodoganns, V. Ths s a copy of the author

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

Experiments on the analysis of phase/frequencymodulated RF signals using digital tester channels

Experiments on the analysis of phase/frequencymodulated RF signals using digital tester channels Experents on analyss of phase/frequenyodulated RF sgnals usng dgtal tester hannels N. Pous LIRMM & Vergy Montpeller, Frane F. Azaïs, L. Latorre, P. Nouet LIRMM, CNRS/Unv. Montpeller CC 477-6 rue Ada 3495

More information

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

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

More information

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

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

More information

Graphical User-ID with Partial Match Scheme and Application for Mobile Web-Services

Graphical User-ID with Partial Match Scheme and Application for Mobile Web-Services Journal of Advances n Informaton Technology Vol. 7, No. 3, August 2016 Graphcal User-ID wth Partal Match Scheme and Applcaton for Moble Web-Servces Yusue Matsuno, Kyoj Kawagoe, and Kenta Ou Rtsumean Unversty,

More information

Static Security Based Available Transfer Capability (ATC) Computation for Real-Time Power Markets

Static Security Based Available Transfer Capability (ATC) Computation for Real-Time Power Markets SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 7, No. 2, November 2010, 269-289 UDK: 004.896:621.311.15 Statc Securty Based Avalable Transfer Capablty (ATC) Computaton for Real-Tme Power Markets Chntham

More information