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

Size: px
Start display at page:

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

Transcription

1 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 b, Shota Naashma b, Shengln Mu b a Electronc Engneerng Polytechnc Insttute of Surabaya Jl. Raya ITS, Keputh, Suollo, Surabaya, Indonesa b Department of Electrcal and Electronc Engneerng, Yamaguch Unversty -- Towada, Ube, Yamaguch -, Japan *Correspondng Author: rwe@yamaguch-u.ac.jp Abstract The ultrasonc motor (USM) has a heavy nonlnearty and tme-varyng characterstcs whch vary wth drvng condtons. Because of no-exact mathematcal model of USM, t s dffcult to control USM. PID controller can be desgned wthout usng the expresson model of plant, but t s hard to compensate the nonlnearty and characterstc changes of USM. Ths paper presents a self-tunng scheme usng a modfed partcle swarm optmzaton (MPSO) for PID controller to overcome the dynamc characterstcs of USM. A modfed PSO employs the strategy that nonlnearty decreases the value of nerta weght from a large value to a small value. Ths strategy s to mprove the performance of the standard PSO n global search and fne-tunng of the soluton. The effectveness of the proposed method s verfed by numercal smulaton and expermental nvestgaton. The results demonstrate that the proposed method can mprove the accuracy of USM. Keywords: PID controller, self-tunng scheme, partcle swarm optmzaton (PSO), ultrasonc motor (USM), nerta weght. Introducton The ultrasonc motor (USM) s a new type motor, whch s drven by the ultrasonc vbraton force of pezoelectrc elements. USM has excellent features, such as compact sze, lght-weght, hgh poston accuracy, slence operaton, hgh torque even at the low speed, hgh retenton torque, quc response, power off self-brae, and unaffected by external magnetc feld. Therefore, USM s capable as an excellent actuator n many applcatons (-). However, t s dffcult to control USM because of no-exact model of USM. Snce the modern controls are hard to be appled on USM, PID controller has been wdely used n USM applcatons (-). However, there are lmtatons of the control performance usng the conventonal fxed-gan type PID controller because USM causes serous characterstc changes durng operaton and contans non-lnearty. In that case, t s dffcult for the conventonal one to compensate such characterstc changes and non-lnearty of USM. To overcome those problems, the research on self tunng of PID controller usng an ntellgent soft computng, such as Neural Networ (NN) and Genetc Algorthm (GA), are proceedng. Nevertheless, there are stll possbltes for PID gans easly to get stuc n a local mnmum and very slow convergence. Meanwhle, partcle swarm optmzaton (PSO) as an alternatve to GA has been actvely researched (-). Moreover, despte the smple algorthm n PSO compare to genetc algorthm, PSO s able to solve the nonlnear optmzaton problem effcently. Although PSO has the characterstcs of fast convergence, good robustness, strong commonalty, and has been successfully appled n many areas, t has the shortcomngs of premature convergence, low searchng accuracy and teratve neffcency, especally the problems nvolvng multple pea values, and t s lely to fall n local optma. In order to overcome the aforementoned lmtatons, many researchers have attempted to mprove the PSO algorthm (-). In ths wor, a modfed PSO whch employs nonlnear decreasng of nerta weght was appled to optmze the PID parameters for a postonng control of USM. show the effectveness of our proposed method, the numercal smulaton and the experment n real system To DOI:./cae. The Insttute of Industral Applcatons Engneers, Japan.

2 were compared wth that of the prevous methods (fxed-gan type PID and PSO wth lnear decreasng nerta weght based PID).. Partcle Swarm Optmzaton PSO s a populaton based stochastc optmzaton method usng the concept of cooperaton nspred by the behavor of organsm, such as brds flocng, n search for food. The outlne for PSO s mared as follows. Let consder the optmzaton problem of maxmzng the evaluaton functon f : M M' R for varable x M Rn. Let there be N partcles (mass pont) on M dmensonal space, where the poston vector and velocty vector of (=,,,...,N) th partcle for searchng number are x and v. The best poston for each partcle n the evaluaton functon f(x) of x,x, x searchng pont s represented as Pb (Pbest), whle the best poston of f(x) n the searchng pont for the whole partcle s represented as gb (gbest). The partcles are manpulated accordng to the followng recurrence equatons: v + x = wv = x.{ Pb x } + c. R. { gb x }. + c. R + v + + where w s the nerta weght; c and c are cogntve and socal constant; R s unform random numbers from the nterval [, ]. pbest ( P ) b x x + v gb x + x c. R.( P b x ) ( ) c R. g b x w.v. Fg.. Search example of PSO. () () The example for optmzed soluton search usng PSO s shown n Fg.. The movement of partcles s governed by three parts: () the nertal part, w.v ; () the cogntve part, (Pb - x ); () the socal part, (g b x ). gbest The velocty vector of v + s formed based on three vectors as shown n Eq. (). The frst one s nerta vector, whch s the vector from weghtng factor w and the velocty vector v. The remanng two are vectors for each (P b x ) and (g b - x ), whch formed from learnng factor c as well as c, and also [, ] of unform random numbers R. From those nteractons, velocty vector v + act so that the partcle moves to new poston, x +.. The Proposed Modfed PSO An nerta weght s mportant parameters to balance the exploraton (global search) and explotaton (local search) ablty of PSO. performances of PSO. Ths balancng s a ey to mprove the However, the adjustng of nerta weght s stll unclear and more need nvestgaton. prevous research, a lnear decreasng nerta weght (PSO-LDW) was ntroduced and was shown to be effectve n mprovng the fne-tunng characterstc of the PSO for determnng the gans of PID controller on USM (). In ths method, the value of w s lnearly decreased from an ntal value (w max ) to a fnal value (w mn ). In ths research, we wll adopt the nonlnear decreasng of nerta weght method to enhance the ablty of PSO and the adjustment of w s gven as: w = w mn + ( w w ). max mn ter ter max max ter where x s the nonlnear modulaton ndex. The value of x wll determne the degree of non-lnearty functon of nerta weght. x () In Ths method s nown as PSO wth nonlnear decreasng nerta weght (PSO-). The effectveness of PSO- s used to determne the gans of PID controller for postonng control of USM n real system experment.. Numercal Smulaton To evaluate the performance of the proposed algorthm and compare to the prevous method (PSO-LDW), we heren tae a -D Sphere functon: ( x ) + ( ) f ( x, y) = y () where the global best soluton for the above problem s zero whch s acheved when x = and y =. We decded to use -D Sphere functon n order to dsplay partcle s flyng process on the computer screen to get a vsual understandng of the PSO performances. For the purpose of comparson, all the smulaton deploy the same parameter settngs n both PSO-LDW and PSO-, such as the maxmum number of teratons, ter max = ; cogntve constant, c =.; socal constant, c

3 =.; and the dynamc range for all elements of a partcle s defned as (, ), that s, the partcles cannot move out of ths range n each dmenson. dmenson s. For the Sphere functon, the The nonlnear modulaton ndex of PSO- was vared as follows:.,.,,, and. Snce PSO s a stochastc algorthm that randomly searches the best soluton, so for testng we have done as much as runs. The nfluence of the dfferent nerta weghts for PSO algorthm wth number of partcles, n = and, s lsted n Table. In Table, the error shows an average error n runs. In order to easy see the nfluence of the nerta weght and number of partcles, the data of Table can be converted nto Fgure. In the event that the number of partcles s, the error becomes smaller when the nerta weght s.. Other event that the number of partcles s, the error becomes smaller when the nerta weght s.. It means that n order to determne the value of the nerta weght should consder the number of partcles. If the number of partcles s a bt, we should use the hgher nerta weght and vce versa. Also by usng the more partcles, the error wll be smaller because the ablty of searchng and the probablty to fnd the soluton s greater. Consequently, the tme calculaton s longer. For further smulaton, we use the number of partcles, n =. The nfluence of the dfferent range of nerta weght for PSO-LDW algorthm wth number of partcles, n =, s lsted n Table. In Table, PSO-LDW wth the range of nerta weght from. to. shows the smaller error among other ranges. Moreover, the error of PSO-LDW wth ths range s smaller than the error of the standard PSO wth nerta weght, w =.. Based on the Table, PSO- algorthm also uses the range of nerta weght from. to.. The nfluence of the dfferent of nonlnear ndex number s lsted n Table. It can be seen that the proposed PSO- wth nonlnear ndex number, x =., has smaller error among other nonlnear ndex number. smaller than the PSO-LDW. Also, the error of PSO- s It means that the soluton accuracy of the proposed PSO- s better than the PSO-LDW. The result can be explaned that the nonlnear modulaton ndex s a new mportant parameter n PSO- and the proper adjustment of x can sgnfcantly mprove the performance of PSO. Error Table. Error over nerta weght. Error Inerta weght n = n =...E-...E-...E-..E-.E-..E-.E-..E-.E-..E-.E-..E-.E E- E- E- n = E- n = E Inerta weght Fg.. The nfluence of nerta weght. Table. Influence of the dfferent range of the nerta. weght PSO-LDW w max - w mn Error. -..E-. -..E-. -..E-. -..E-. -..E-. -..E-. -..E-. -..E- Table. Influence of the nonlnear ndex number. PSO- (. -.) nonlnear ndex, x Error.E-..E-..E-.E-.E-.E-.E-

4 Durng searchng process, all partcles wll try to approach a best soluton and have a dfferent dstance to the best soluton over teraton. The average dstance of all the partcles shows a pattern of spread of partcles to fnd a soluton. We call t as dsperson. Fgure shows the dsperson of each method durng teraton. The fnal dsperson of the PSO- and the prevous methods s lsted n Table. It s clear that the partcles of PSO- have more aggressve to fnd the best soluton. In Table, the success rate (SR) shows the success of partcles n reachng a predetermned soluton value wthn runs. If the partcles can reach ths value or smaller then we can say t as success. In ths case, we used x - as a predetermned soluton value. Ths facts show that the proposed PSO- has hgher success rate than other prevous methods. The convergence speed can be seen from the speed the partcle that has the gbest value as shown n Fgure. We can see that the convergence speed of the proposed PSO- s faster than the prevous methods. Table. Comparson of partcle s characterstcs. Item PSO PSO-LDW PSO- Fnal.E-.E-.E- Dsperson SR (<e-). Applcaton of PSO- n PID Controller In ths wor, the PID controller was used as controller. It s comprsed of three components: a proportonal part, a dervatve part and an ntegral part. uses the followng control equaton: The PID controller K C( s) = K p + + K d. s s () where the K p s proportonal constant, K s ntegral constant and K d s dervatve constant. The man problem n PID controller s tunng process to determne the gans K p, K and K d. system depend on ths process. to unexpected performances. The performances of Improper tunng wll lead The tunng process s an optmzaton problem to obtan the best possble performances. The tunng process wll be more complex for the plant whch has nonlnear propertes such as USM. The ablty of PSO for solvng the optmzaton problem can be appled to the case of determnng the optmal PID parameters for a poston control of USM. r(t) + e(t) PSO- PID [x,x,x ] = [Kp, K, Kd] USM y(t) Dsperson gbest value PSO PSO-LDW PSO- Iteraton Fg.. Dsperson of partcles over teraton. PSO PSO-LDW PSO- Iteraton Fg.. Speed convergence of gbest. Fg.. PSO- based PID controller. Desgn of the PSO- tuned PID controller for USM s shown n Fgure. In ths system, three PID parameters (K p, K, K d ) wll be tuned automatcally by PSO- algorthm. Because there are three parameters that should be adjusted, the PSO- algorthm has three dmensons and each partcle of the algorthm s canddate soluton of the PID parameters. The sgnal e() wll be entered for PSO- algorthm and subsequently evaluated n the ftness functon to gude the partcles durng the optmzaton process. proposed method s gven as: Ftness = + e( ) The ftness functon for the Ftness shows the followng-up of evaluaton functon for the object nput. The purpose s to decrease the steady-state error by maxmzng the functon. The ftness s updated by each mllsecond accordng to the value of e(). ()

5 The USM control for clocwse (CW) rotaton and the counter clocwse (CCW) rotaton use the dfferent PSO n tracng the object nput. Snce the characterstcs of USM s dfferent depends on the rotaton drecton, we evaluate both rotatons separately.. Experment Result The USM servo system constructed n ths study s shown n Fgure. USM, the electromagnetc brae and the encoder are connected on a same axs. The poston nformaton from an encoder s transmtted to the counter board embedded nto a Personal Computer (PC). Meanwhle, accordng to error resulted from the comparson between the output and reference sgnal, the control nput sgnal whch s calculated n PC s transmtted to the drvng crcut through the I/O board and oscllator. In each experment, the load s added or not s dscussed to observe the changes of the USM s characterstcs. Whle the voltage of [V] s mported, the force of. [N.m] could be loaded to the shaft of the USM. The specfcatons of USM servo system s shown n Table.. A Conventonal Hand-Tuned PID Controller Frstly, we used the conventonal method for tunng PID controller on USM servo system. Ths method s ntroduced by Ells [] and called the zone-based tunng. It means that the low and hgh frequency parts of the controller can be tuned separately, startng wth the hgh frequency part. For a PID controller, ths means that frst the P- and D-acton are tuned and then the I-acton. The procedure wth steps to follow to tune a PID controller s gven as follows:. Set K p low, whle K = and K d =. Apply square wave reference at about % of the desred bandwdth. but avod saturaton. Use large ampltude,. Rase K p for approxmately % overshoot.. Rase K d to elmnate most overshoot.. Rase K to elmnate steady-state We found that K p =., K =. and K d =., for the best performance after many experments. Then, we started on USM servo system wth runs of clocwse (CW) drecton (.e., + deg) and runs of counter clocwse (CCW) drecton (.e., - deg) for no-load condton. After that, we repeat agan for wth load condton,.e.,. [N.m]. Table. USM Encoder Load Tm es Fg.. USM servo system. The Specfcaton of USM Servo System. Rated rotatonal speed : [rpm] Rated torque :. [N.m] Holdng torque :. [N.m] Resoluton :. [deg] to. [N.m] <+ deg> Ess [deg] <- deg> Ess [deg] Fg.. Poston accuracy of USM usng PID controller (no-load) <+ deg> Ess [deg] <- deg> Ess [deg] Fg.. Poston accuracy of USM usng PID controller (load. N.m).

6 <+ deg> Ess [deg] <+ deg> Ess [deg] <- deg> Ess [deg] Fg.. Poston accuracy of USM usng PSO-LDW PID controller (no-load) <- deg> Ess [deg] Fg.. Poston accuracy of USM usng PSO- PID controller (no-load) <+ deg> Ess [deg] <+ deg> Ess [deg] <- deg> Ess [deg] Fg.. Poston accuracy of USM usng PSO-LDW PID controller (load. N.m) <- deg> Ess [deg] Fg.. Poston accuracy of USM usng PSO- PID controller (load.). Table. Comparson of the average steady-state error. Methods Frequency of Zero Ess Ave Ess n runs Load Load No-load No-load. Nm. Nm PID.. PSO-LDW.. PSO-.. F tness.... PSO- PSO-LDW Tme [s] Fg.. Convergence of ftness.

7 Fgure and present the poston accuracy of USM n hstogram for no-load and wth load condton. We can say that the poston accuracy of USM usng a hand-tuned PID s good and relable n no-load condton, but becomes poor and naccurate n wth load condton. The gans have been determned prevously only applcable to no-load condton. If the plant s behavor s changed (.e., due to the loadng), t s necessary to re-tune PID and t s drawbac of the fxed-gan PID.. Self-Tunng PID Controller usng PSO- The used parameters n PSO- algorthm are as follows: partcles number, n = ; cogntve constant, c =.; socal constant, c =.; maxmum nerta weght, w max =.; mnmum nerta weght, w mn =.. Usng the same test condton as before, the PSO- algorthm wll tune automatcally to determne the optmal gans of PID controller. For comparson, we also used the common PSO method, called the PSO wth lnear decreasng nerta weght or PSO-LDW wth same parameters. Fgure shows the nfluence of the nonlnear ndex number. From ths fgure, the nonlnear ndex number s. gves the best result. So, based on ths result, we used ths value for the next experment. Fgures - show the poston accuracy of USM n hstogram for no-load and wth load condton. It can be seen clearly that self-tunng PID controller can compensate the characterstc changes of USM due to the loadng effect. The gans PID are automatcally adjusted accordng to the plant s behavor. Thus, the poston accuracy of USM can be mantaned stll good and relable even though there are the characterstc changes of plant. We also found that the CW drecton s characterstc s slghtly dfferent from the CCW drecton s characterstc. By usng self-tunng, we can easly fnd the optmal gans of PID. Compared to a fxed-gan PID and PSO-LDW tuned PID, the PSO- tuned PID have the frequency dstrbuton of steady-state error tends towards zero error. Average Ess [deg] x=. x=. x=. x=. x=. x=. No-Load Wth-Load x=. Fg.. Influence of nonlnear ndex number. x=.. Comparson of the Average Steady-state Error Table shows the comparson of the proposed method and prevous methods n term of average Ess and frequency of zero error n runs. The self-tuned PID controllers (.e., PSO-LDW, PSO-) can outperform a hand-tuned PID or a fxed-gan PID. The average Ess of the PSO- s smallest or.% (no-load condton) and.% (wth load condton) lower than PSO-LDW (common strategy of PSO). Moreover, the frequency of zero Ess of PSO- s more often than the prevous methods. It means that the proposed method can mprove the poston accuracy of USM.. Comparson of the Average Steady-state Error Fgure shows the ftness convergence characterstcs of PSO-LDW and PSO-. It seen clearly that the partcles PSO- acheve faster convergence than the prevous methods. The partcles of PSO- acheved convergence n. seconds, whle the partcles of PSO-LDW acheved convergence n. seconds.. Conclusons In ths paper, the performances of a modfed PSO wth varaton nonlnear decreasng nerta weght based PID controller have been nvestgated and extensvely. The results are compared wth the PSO wth lnear decreasng nerta weght based PID controller and the fxed-gan PID controller by expermentng on postonng control of USM. The nonlnear decreasng nerta weght concept has contrbuted to gettng mnmum ftness functon and to quc convergence ablty wth better accuracy. In general, ths concept has produced a great mprovement n quc convergence ablty and aggressve movement narrowng towards the soluton regon wth dfferent of nonlnear modulaton ndex (x). The experment results show that the nonlnear modulaton ndex (x) plays an mportant role n searchng for optmal soluton n PSO-. Acnowledgment The authors acnowledge the support of Drectorate General of Hgher Educaton, Mnstry of Natonal Educaton, Republc of Indonesa and Electroncs Engneerng Polytechnc Insttute of Surabaya (EEPIS ITS).

8 References () Sashda T, Kenjo T, An ntroducton to ultrasonc motors, UK: Oxford Scence,. () Uchno K, Pezoelectrc ultrasonc motor: overvew, Smart Mater Struct ; :-. () Senjyu T, Kashgaw T, Uezato K, Poston control of ultrasonc motors usng MRAC and dead-zone compensaton wth fuzzy nterference, IEEE Trans Power Electr ; (): -. () Kandare G, Wallasche J, Devaton and valdaton of a mathematcal model for travelng-wave ultrasonc motor, Smart Mater Struct ; : -. () Ln FJ, Wa RJ, Hong CM, LLCC resonant nverter for pezoelectrc ultrasonc motor drve, IEE Proc Electr Power Appl ; (): -. () N. Suda, PID control, Asaura Publshng Co.,. () S. Yamamoto, N. Katou, Base and applcaton of PID control, Asaura Publshng Co.,. () Wong-yong Han, Jn-woo Han, Chan-goo Lee, Development of a Self-tunng PID Controller based on Neural Networ for Nonlear Systems, Proceedng of the th Medterranean Conference on Control and Automaton (MED), Hafa, Israel, June -,. () S. Kanthalashm, V. Manandan, Genetc Algorthm based Self Tunng Regulator, Internatonal Journal of Engneerng Scence and Technology, Vol. (),, -. () S.M. Grraj Kumar, Deepa Jayaraj, Anoop R. Kshan, PSO Based Tunng of a PID Controller for a Hgh Performance Drllng Machne, Internatonal Journal of Computer Applcaton (-), Volume, No., () L Xu-zhou, Yu Fe, Wang You-bo, PSO Algorthm based onlne Self Tunng of PID Controller, Internatonal Conference on Computatonal Intellgence and Securty,. () Kennedy J, Eberhart C, Partcle Swarm Optmzaton, Proceedng IEEE Internatonal Conference on Neural Networs, pp. -, () Fardah A. Rahman, Y. Murata, K. Tanaa, Y. Nshmura, S. Uchado, Y. Osa, Varable Gan Type PID Control Usng PSO for Ultrasonc Motor, th Internatonal Worshop on Computatonal Intellgence and Applcaton IEEE SMC Hroshma Chapter, Hroshma Unversty, November,. () Ahmad Ncabad, M. Mehd Ebadzadeh, Reza Safabahsh, A Novel Partcle Swarm Optmzaton Algorthm wth Adaptve Inerta Weght, Journal of Appled Soft Computng, pp. -, () A. Chatterjee, P. Sarry, Nonlnear Inerta Weght varaton for dynamc adaptaton n partcle swarm optmzaton, Computer and Operaton Research, p.-, () Sh Y, Eberhart R.C., A modfed partcle swarm optmzaton, IEEE Int. Conf. Evol. Comput., Anchorage, AK, May -,. () G. Ells, Control system desgn gude, Academc Press, London,

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

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

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

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

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

More information

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

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

Multiobjective Optimization of Load Frequency Control using PSO

Multiobjective Optimization of Load Frequency Control using PSO Internatonal Journal of Emergng Technology and Advanced Engneerng Webste: www.jetae.com (ISSN 5-459, ISO 9:8 Certfed Journal, Volume 4, Specal Issue 7, Aprl 4) Internatonal Conference on Industral Engneerng

More information

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

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

More information

Research on Peak-detection Algorithm for High-precision Demodulation System of Fiber Bragg Grating

Research on Peak-detection Algorithm for High-precision Demodulation System of Fiber Bragg Grating , pp. 337-344 http://dx.do.org/10.1457/jht.014.7.6.9 Research on Peak-detecton Algorthm for Hgh-precson Demodulaton System of Fber ragg Gratng Peng Wang 1, *, Xu Han 1, Smn Guan 1, Hong Zhao and Mngle

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

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

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

More information

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

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

antenna antenna (4.139)

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

More information

A 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

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

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

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

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

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

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

More information

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

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

More information

Improvement of Buck Converter Performance Using Artificial Bee Colony Optimized-PID Controller

Improvement of Buck Converter Performance Using Artificial Bee Colony Optimized-PID Controller Journal of Automaton and Control Engneerng Vol. 3, No. 4, August 2015 Improvement of Buck Converter Performance Usng Artfcal Bee Colony Optmzed-PID Controller Yusuf Sonmez1, Ozcan Ayyldz1, H. Tolga Kahraman2,

More information

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

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

More information

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

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

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

More information

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

BP Neural Network based on PSO Algorithm for Temperature Characteristics of Gas Nanosensor

BP Neural Network based on PSO Algorithm for Temperature Characteristics of Gas Nanosensor 2318 JOURNAL OF COMPUTERS, VOL. 7, NO. 9, SEPTEMBER 2012 BP Neural Network based on PSO Algorthm for Temperature Characterstcs of Gas Nanosensor Weguo Zhao Center of Educaton Technology, Hebe Unversty

More information

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

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

More information

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

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

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

International Journal on Power Engineering and Energy (IJPEE) Vol. (4) No. (4) ISSN Print ( ) and Online ( X) October 2013

International Journal on Power Engineering and Energy (IJPEE) Vol. (4) No. (4) ISSN Print ( ) and Online ( X) October 2013 Internatonal Journal on Power Engneerng and Energy (IJPEE) Vol. (4) No. (4) ISSN Prnt (34 738) and Onlne (34 730X) October 03 Soluton of The Capactor Allocaton Problem Usng A New Accelerated Partcle Swarm

More information

INSTANTANEOUS TORQUE CONTROL OF MICROSTEPPING BIPOLAR PWM DRIVE OF TWO-PHASE STEPPING MOTOR

INSTANTANEOUS TORQUE CONTROL OF MICROSTEPPING BIPOLAR PWM DRIVE OF TWO-PHASE STEPPING MOTOR The 5 th PSU-UNS Internatonal Conference on Engneerng and 537 Technology (ICET-211), Phuket, May 2-3, 211 Prnce of Songkla Unversty, Faculty of Engneerng Hat Ya, Songkhla, Thaland 9112 INSTANTANEOUS TORQUE

More information

Queen Bee genetic optimization of an heuristic based fuzzy control scheme for a mobile robot 1

Queen Bee genetic optimization of an heuristic based fuzzy control scheme for a mobile robot 1 Queen Bee genetc optmzaton of an heurstc based fuzzy control scheme for a moble robot 1 Rodrgo A. Carrasco Schmdt Pontfca Unversdad Católca de Chle Abstract Ths work presents both a novel control scheme

More information

A 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

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

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

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

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

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

More information

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

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

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

More information

Optimal PID Design for Control of Active Car Suspension System

Optimal PID Design for Control of Active Car Suspension System I.J. Informaton Technology and Computer Scence, 2018, 1, 16-23 Publshed Onlne January 2018 n MECS (http://www.mecs-press.org/) DOI: 10.5815/jtcs.2018.01.02 Optmal PID Desgn for Control of Actve Car Suspenson

More information

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

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

More information

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

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

More information

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

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

Hybrid Differential Evolution based Concurrent Relay-PID Control for Motor Position Servo Systems

Hybrid Differential Evolution based Concurrent Relay-PID Control for Motor Position Servo Systems Hybrd Dfferental Evoluton based Concurrent Relay-PID Control for Motor Poston Servo Systems B.Sartha 1, Dr. L. Rav Srnvas P.G. Student, Department of EEE, Gudlavalleru Engneerng College, Gudlavalleru,

More information

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

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

More information

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation T. Kerdchuen and W. Ongsakul / GMSARN Internatonal Journal (09) - Optmal Placement of and by Hybrd Genetc Algorthm and Smulated Annealng for Multarea Power System State Estmaton Thawatch Kerdchuen and

More information

ADAPTIVE PSO-BASED SELF-TUNING PID CONTROLLER FOR ULTRASONIC MOTOR. Received September 2012; revised January 2013

ADAPTIVE PSO-BASED SELF-TUNING PID CONTROLLER FOR ULTRASONIC MOTOR. Received September 2012; revised January 2013 International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 10, October 2013 pp. 3903 3914 ADAPTIVE PSO-BASED SELF-TUNING PID CONTROLLER

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences Australan Journal of Basc and Appled Scences, 9(16) Specal 2015, Pages: 197-203 ISSN:1991-8178 Australan Journal of Basc and Appled Scences Journal home page: www.ajbasweb.com Performance Evaluaton of

More information

Australian Journal of Basic and Applied Sciences. Optimal Design of Controller for Antenna Control Using ACO Approach

Australian Journal of Basic and Applied Sciences. Optimal Design of Controller for Antenna Control Using ACO Approach Australan Journal of Basc and Appled Scences, 9(7) August 5, Pages: 9-3 ISSN:99-878 Australan Journal of Basc and Appled Scences Journal home page: www.ajbasweb.com Optmal Desgn of Controller for Antenna

More information

Figure 1. DC-DC Boost Converter

Figure 1. DC-DC Boost Converter EE46, Power Electroncs, DC-DC Boost Converter Verson Oct. 3, 11 Overvew Boost converters make t possble to effcently convert a DC voltage from a lower level to a hgher level. Theory of Operaton Relaton

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

Impact of Interference Model on Capacity in CDMA Cellular Networks. Robert Akl, D.Sc. Asad Parvez University of North Texas

Impact of Interference Model on Capacity in CDMA Cellular Networks. Robert Akl, D.Sc. Asad Parvez University of North Texas Impact of Interference Model on Capacty n CDMA Cellular Networks Robert Akl, D.Sc. Asad Parvez Unversty of North Texas Outlne Introducton to CDMA networks Average nterference model Actual nterference model

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

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985 NATONAL RADO ASTRONOMY OBSERVATORY Green Bank, West Vrgna SPECTRAL PROCESSOR MEMO NO. 25 MEMORANDUM February 13, 1985 To: Spectral Processor Group From: R. Fsher Subj: Some Experments wth an nteger FFT

More information

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

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

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

Department of Electronics and Communication Engineering. 2

Department of Electronics and Communication Engineering. 2 ACEEE Int. J. on Communcatons, Vol. 3, No., March Partcle Swarm Optzaton wth Constrcton Factor and Inerta Weght Approach Based Synthess of Concentrc Crcular Antenna Array wth Non-sotropc Elements Durbadal

More information

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

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

More information

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

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

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS INTRODUCTION Because dgtal sgnal rates n computng systems are ncreasng at an astonshng rate, sgnal ntegrty ssues have become far more mportant to

More information

A simulation-based optimization of low noise amplifier design using PSO algorithm

A simulation-based optimization of low noise amplifier design using PSO algorithm IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.16 No.5, May 2016 45 A smulaton-based optmzaton of low nose amplfer desgn usng PSO algorthm Roohollah Nakhae, Peyman Almasnejad and

More information

Design of UPQC by Optimizing PI Controller using GA and PSO for Improvement of Power Quality

Design of UPQC by Optimizing PI Controller using GA and PSO for Improvement of Power Quality Desgn of UPQC by Optmzng PI Controller usng GA and PSO for Improvement of Power Qualty T.Gunasekar, Dr.R.Anta Abstract Ths paper presents a new control desgn of an Unfed Power Qualty Condtoner (UPQC).

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

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

Controlled Random Search Optimization For Linear Antenna Arrays

Controlled Random Search Optimization For Linear Antenna Arrays L. MERAD, F. T. BENDIMERAD, S. M. MERIAH, CONTROLLED RANDOM SEARCH OPTIMIZATION FOR LINEAR Controlled Random Search Optmzaton For Lnear Antenna Arrays Lotf MERAD, Feth Tar BENDIMERAD, Sd Mohammed MERIAH

More information

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

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

More information

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

ECE 2133 Electronic Circuits. Dept. of Electrical and Computer Engineering International Islamic University Malaysia

ECE 2133 Electronic Circuits. Dept. of Electrical and Computer Engineering International Islamic University Malaysia ECE 2133 Electronc Crcuts Dept. of Electrcal and Computer Engneerng Internatonal Islamc Unversty Malaysa Chapter 12 Feedback and Stablty Introducton to Feedback Introducton to Feedback 1-4 Harold Black,

More information

Wideband Gain Flattened Hybrid Erbium-doped Fiber Amplifier/Fiber Raman Amplifier

Wideband Gain Flattened Hybrid Erbium-doped Fiber Amplifier/Fiber Raman Amplifier Journal of the Optcal Socety of Korea Vol. 14, No. 4, December 2010, pp. 342-350 DOI: 10.3807/JOSK.2010.14.4.342 Wdeband Gan Flattened Hybrd Erbum-doped Fber Amplfer/Fber Raman Amplfer Hossen Afkham Islamc

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

Methods for Preventing Voltage Collapse

Methods for Preventing Voltage Collapse Methods for Preventng Voltage Collapse Cláuda Res 1, Antóno Andrade 2, and F. P. Macel Barbosa 3 1 Telecommuncatons Insttute of Avero Unversty, Unversty Campus of Avero, Portugal cres@av.t.pt 2 Insttute

More information

EVOLUTIONARY OPTIMIZATION APPROACH FOR FINDING GPPP OF A PV ARRAY SYSTEM UNDER HETEROGENEOUS OPERATING CONDITION

EVOLUTIONARY OPTIMIZATION APPROACH FOR FINDING GPPP OF A PV ARRAY SYSTEM UNDER HETEROGENEOUS OPERATING CONDITION Journal of Electrcal Engneerng EVOLUTIONARY OPTIMIZATION APPROACH FOR FINDING GPPP OF A PV ARRAY YTEM UNDER HETEROGENEOU OPERATING CONDITION R.PON VENGATEH 1,.EDWARD RAJAN 1 Assstant Professor (enor Grade),

More information

The Impact of Spectrum Sensing Frequency and Packet- Loading Scheme on Multimedia Transmission over Cognitive Radio Networks

The Impact of Spectrum Sensing Frequency and Packet- Loading Scheme on Multimedia Transmission over Cognitive Radio Networks Ths artcle has been accepted for publcaton n a future ssue of ths journal, but has not been fully edted. Content may change pror to fnal publcaton. The Impact of Spectrum Sensng Frequency and Pacet- Loadng

More information

The Spectrum Sharing in Cognitive Radio Networks Based on Competitive Price Game

The Spectrum Sharing in Cognitive Radio Networks Based on Competitive Price Game 8 Y. B. LI, R. YAG, Y. LI, F. YE, THE SPECTRUM SHARIG I COGITIVE RADIO ETWORKS BASED O COMPETITIVE The Spectrum Sharng n Cogntve Rado etworks Based on Compettve Prce Game Y-bng LI, Ru YAG., Yun LI, Fang

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

Study on Shunt Active Power Filter with Improved Control Method Yaheng Ren1,a*, Xiaozhi Gao2,b, Runduo Wang3,c

Study on Shunt Active Power Filter with Improved Control Method Yaheng Ren1,a*, Xiaozhi Gao2,b, Runduo Wang3,c Internatonal Conference on Advances n Energy and Envronmental Scence (ICAEES 015) Study on Shunt Actve Power Flter wth Improved Control Method Yaheng Ren1,a*, Xaozh Gao,b, Runduo Wang3,c 1 Insttute of

More information

Harmonic Balance of Nonlinear RF Circuits

Harmonic Balance of Nonlinear RF Circuits MICROWAE AND RF DESIGN Harmonc Balance of Nonlnear RF Crcuts Presented by Mchael Steer Readng: Chapter 19, Secton 19. Index: HB Based on materal n Mcrowave and RF Desgn: A Systems Approach, nd Edton, by

More information

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

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

More information

Optimal Tuning of PI Controller using Bacterial Foraging Algorithms for Power Electronic Converter B. Achiammal 1, R.Kayalvizhi 2

Optimal Tuning of PI Controller using Bacterial Foraging Algorithms for Power Electronic Converter B. Achiammal 1, R.Kayalvizhi 2 Internatonal Journal of Soft Computng and Engneerng (IJSCE) ISSN: 223-237, Volume-3, Issue-, November 23 Optmal Tunng of PI Controller usng Bacteral Foragng Algorthms for Power Electronc Converter B. Achammal,

More information

Introduction. (Received 08 January 2009; accepted 10 March 2009)

Introduction. (Received 08 January 2009; accepted 10 March 2009) 44. Creatng of the mathematcal model of a reslent support sprng type element and ts transfer functon from the nput and output mpulse responses V. Slvnskas, K. Slvnskas, A. Trumpa Vlnus Gedmnas Techncal

More information

Medium Term Load Forecasting for Jordan Electric Power System Using Particle Swarm Optimization Algorithm Based on Least Square Regression Methods

Medium Term Load Forecasting for Jordan Electric Power System Using Particle Swarm Optimization Algorithm Based on Least Square Regression Methods Journal of Power and Energy Engneerng, 2017, 5, 75-96 http://www.scrp.org/journal/jpee ISSN Onlne: 2327-5901 ISSN Prnt: 2327-588X Medum Term Load Forecastng for Jordan Electrc Power System Usng Partcle

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

Controller Design Using Coefficient Diagram Methods for Matrix Converter Based Unified Power Flow Controllers

Controller Design Using Coefficient Diagram Methods for Matrix Converter Based Unified Power Flow Controllers APSAEM Journal of the Japan Socety of Appled Electromagnetcs and Mechancs Vol., No.3 (03) Regular Paper Controller Desgn Usng Coeffcent Dagram Methods for Matrx Converter Based Unfed Power Flow Controllers

More information

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

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

More information

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

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs Journal of Communcatons Vol. 9, No. 9, September 2014 A New Type of Weghted DV-Hop Algorthm Based on Correcton Factor n WSNs Yng Wang, Zhy Fang, and Ln Chen Department of Computer scence and technology,

More information

Mooring Cost Sensitivity Study Based on Cost-Optimum Mooring Design

Mooring Cost Sensitivity Study Based on Cost-Optimum Mooring Design Proceedngs of Conference 8 Korean Socety of Ocean Engneers May 9-3, Cheju, Korea Moorng Cost Senstvty Study Based on Cost-Optmum Moorng Desgn SAM SANGSOO RYU, CASPAR HEYL AND ARUN DUGGAL Research & Development,

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

Target Tracking and Obstacle Avoidance for Mobile Robot based on Kinect

Target Tracking and Obstacle Avoidance for Mobile Robot based on Kinect 3rd Internatonal Conference on Machnery, Materals and Informaton Technology Applcatons (ICMMITA 015) Target Trackng and Obstacle Avodance for Moble Robot based on Knect Mengxn LI 1, a,jad YIN, b 1 School

More information

Particle Swarm Optimization Guided Genetic Algorithm: A Novel Hybrid Optimization Algorithm

Particle Swarm Optimization Guided Genetic Algorithm: A Novel Hybrid Optimization Algorithm ISSN (Prnt) : 19-861 ISSN (Onlne) : 975-44 V. Jagan Mohan et al. / Internatonal Journal o Engneerng and Technology (IJET) Partcle Swarm Optmzaton Guded Genetc Algorthm: A Novel Hybrd Optmzaton Algorthm

More information

Intelligent and Robust Genetic Algorithm Based Classifier

Intelligent and Robust Genetic Algorithm Based Classifier Intellgent and Robust Genetc Algorthm Based Classfer S. H. Zahr, H. Raab Mashhad and S. A. Seyedn Downloaded from eee.ust.ac.r at :4 IRDT on Monday September 3rd 018 Abstract: The concepts of robust classfcaton

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

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation 1 Parameter Free Iteratve Decodng Metrcs for Non-Coherent Orthogonal Modulaton Albert Gullén Fàbregas and Alex Grant Abstract We study decoder metrcs suted for teratve decodng of non-coherently detected

More information

Study of the Improved Location Algorithm Based on Chan and Taylor

Study of the Improved Location Algorithm Based on Chan and Taylor Send Orders for eprnts to reprnts@benthamscence.ae 58 The Open Cybernetcs & Systemcs Journal, 05, 9, 58-6 Open Access Study of the Improved Locaton Algorthm Based on Chan and Taylor Lu En-Hua *, Xu Ke-Mng

More information