An Efficient Metaheuristic Algorithm for Optimal Capacitor Allocation in Electric Distribution Networks

Size: px
Start display at page:

Download "An Efficient Metaheuristic Algorithm for Optimal Capacitor Allocation in Electric Distribution Networks"

Transcription

1 2017 2nd Internatonal Conference on Software, Multmeda and Communcaton Engneerng (SMCE 2017) ISBN: An Effcent Metaheurstc Algorthm for Optmal Capactor Allocaton n Electrc Dstrbuton Networks Bogdan Constantn NEAGU and Gheorghe GRIGORAȘ * Gheorghe Asach Techncal Unversty of Ias, Romana *Correspondng author Keywords: Capactor allocaton, Dstrbuton network, Metaheurstc. Abstract. The capactors are generally used to provde the compensaton of reactve power n the electrc dstrbuton systems. Ths paper nvestgates a partcular approach that hghlghts the nfluences whch the connecton of shunt capactors may have over the solutons for voltage control n the medum voltage dstrbuton networks. The problem of optmal capactor allocaton for mnmzaton of bus voltage devaton ndex was solved by usng the Bat algorthm n order to fnd the near-optmal solutons for the capactor allocaton problem n electrc dstrbuton systems. To demonstrate the feasblty of algorthm, a real dstrbuton network was used and the results were compared wth those obtaned usng genetc algorthm. Introducton The electrc dstrbuton networks operated wth tradtonal methods can have hgh power losses and poor voltage regulaton. The optmzaton problem of voltage n nodes represents an ndspensable task for system operators, both for ensurng operatonal securty and ncreasng the transfer capacty. The basc dutes of a reasonable electrc dstrbuton network (EDN) are allowable voltage profle, the accessblty of power on demand and relablty. Takng nto account some advantages and dsadvantages, the EDN effcency can be developed by choosng one, two or more of the next knowng sngle or hybrd methods [1]: optmal network confguraton, capactors allocaton, voltage regulaton, and dstrbuted generaton mplementaton. The capactors are usually used n order to provde the compensaton of reactve power n EDN. Shunt capactors placement s a strong method used n EDN for power losses reducton, voltage profle mprovement, the maxmzaton power capacty of the dstrbuton elements and the power factor correcton [2]. On the other hand, the capactor allocaton n EDN requres approprate locaton and szng, playng an mportant role n losses mnmzaton acheved by usng optmzaton methods. The capactors are oftentmes used n the EDN for mantan the node voltage n allowable lmts, and also for power loss reducton or lne capacty upgrade. The capactors are effcent n overall current mnmzaton through wtherng the reactve current suppled by the transformer. In lterature, for solve the optmal capactors allocaton problem n dstrbuton networks, a lot of metaheurstc technques were used, such as: modfed cultural algorthm, [1]; ant colony optmzaton algorthm, [3]; shark smell optmzaton algorthm [4]; bee colony optmzaton algorthm, [5]; plant growth smulaton algorthm, [6]; monkey search optmzaton algorthm [7]; partcle swarm optmzaton algorthm, [8]; flower pollnaton algorthm, [9]; mne blast algorthm, [10]; gravtatonal search algorthm, [11]; cuckoo search algorthm, [12]; self-adaptve harmony search algorthm, [13]; bacteral foragng optmzaton algorthm [14], etc. In a comprehensve descrpton of the paper, the capactors allocaton problem ams to determne an effcent combnaton between locaton and sze of these capactors n order to mnmze the ftness functon. Therefore, the analyss s made for an EDN to hghlght the nfluences whch the connecton of capactors could have over the solutons on voltage control. The capactor allocaton problem for mnmze the ndex of bus voltage devaton was solved by fnd the near-optmal solutons for the placng of a gven number of capactors, va Bat Algorthm. 327

2 The proposed approach admt a lot of operatng restrctons: the maxmum allowed lmts for current; the voltages level n the accepted operatng lmts; the reactve power added by the capactors need to not flow towards the supply source, and the maxmum compensaton s lmted to the total reactve power demand. Proposed Algorthm Metaheurstc algorthms use a compromse between local search and randomzaton that permt a sold strategy to advance from the local to global search. The Bat Algorthm was proposed n [15]. Accordngly, t can be used when the nput parameters of the examned problem can be arranged n a strng of characters. The proposed algorthm s based on the echolocaton comportment of mcro bats. The bats can emt a precsely loud and short sound pulse, and the reflected echo from the surroundng s receved by ther greater aurcle. The approxmated rules are the followng: ) the bats know the dfference between prey and barrers and use echolocaton for dstance percepton. ) the bats randomly fly takng nto account the velocty v at a locaton x and a fxed frequency f mn, havng wavelength λ and loudness A 0 to nspect for prey. Automatcally, the bats can adjust the wavelength or frequency of both emtted pulses and pulse emsson rate (r) that depend on the target proxmty. r can have values between [0,1], where 0 are no pulses and 1 the maxmum pulse emsson rate. ) Loudness can vary from a large postve A 0 to a mnmum constant value, noted as A mn. An ntal populaton of bats s randomly generated [15]. After ntal ftness adoptng for the populaton for the gven ftness functon, the values are updated only used the loudness, locaton and pulse rate. The rules for updatng the frequency f, the veloctes v and locatons x, of bats are computed usng the followng relatons: f f mn f max f mn t t1 t v v x x * f (1) t t1 t x x v where χ s a random vector wth values between 0 and 1. Also, x* represents the global best soluton n the current teraton, and f mn and f max represent the mnmum and maxmum frequency. When the soluton s generated among the current best solutons, a new soluton s generated for each bat through local search usng random stroll, wth: x t n xo A (2) where x n s the new soluton, x o s old soluton, and δ ε [-1, 1] represent a random value. Through the teratve process, both loudness (A ) and rate of pulse emsson (r ) are accordngly updated. Furthermore, f the bat closes on ts prey, the loudness decreases and rate of pulse emsson ncreases, and the equatons for convergence are: t1 t t1 t A A and r r t 1 exp (3) Because α (coolng factor) and γ are constants, for each 0 < α < 1 and γ > 0, f t tends to, then: t 0 A 0 and r r (4) t Thus, the general pseudocode of the proposed Bat algorthm used for capactor allocaton s descrbed n Fgure

3 Fgure 1. The pseudocode of bat algorthm for capactor allocaton. Problem Formulaton The capactor allocaton problem approached n ths paper ams to determne a combnaton for the capactors locaton and sze n an EDN so that the goal functon (voltage devaton) s mnmzed. Consderng a maxmum avalable number of capactors, the Bat Algorthm solves two aspects: Fndng the optmal buses for capactors placement. Fndng the requred compensaton level. The ftness functon consders the mnmzaton of bus voltage devatons wth regard to ther nomnal values: mn du abs( U bus U n, bus ) (5) bus1 wth to the followng operatng constrants: Branch current flows must not exceed the maxmum allowed lmts: I I, branch 1 NB (6) branch max, branch.. Bus voltages must not exceed the allowed range: U U U, bus 1 (7) mn, bus bus max, bus.. The maxmum compensaton s lmted to the total reactve power demand: QC, bus Nc, bus Qd, bus Nl, bus, bus 1.. (8) The capactor power must not flow towards the supply source, n any operatng state: Q q N, mn 0 where the number of buses n the system, NB the number of branches n the system, U bus - the actual value of the bus voltage, U n,bus the nomnal bus voltage, I branch the actual value of the branch current, I max,branch the maxmum branch current lmt, U mn,bus the mnmum bus voltage lmt, U max,bus the maxmum bus voltage lmt, q 0 the reactve power of a capactor, Q c,bus reactve power at bus, Q d,bus the reactve power demand of load at bus, N l the number of load buses, N C, bus (9) 329

4 total number of capactors placed at bus. In the proposed algorthm, voltages were consdered n klovolts (kv), and currents n amperes (A). Snce the standard Bat algorthm maxmzes ts ftness functon, 1/dU was used. Case Study The proposed approach for optmal capactor allocaton s tested on a real EDN wth 20 substatons of 20/0.4 kv whch supples urban resdental consumers, gven n Fgure 2. The substatons have dstrbuton transformers, wth 400 or 630 kva. In partcularly cases, an EDN operate at medum (MV) or low voltage (LV) and the reactve power compensaton optmzaton s done usng shunt capactors on the LV sde (0.4 kv) of transformers. The Bat Algorthm s used to fnd the optmal capactor allocaton n order to mnmze the bus voltage devatons. The capactor allocaton problem was appled usng a fxed upper lmt of 100 capactors wth 10 kvar. The Bat algorthm was run wth 100 tres for two consdered load cases (mnmum and peak) from a wnter workng day. Populaton szes were set at 40 bats, generated randomly at each run, usng 100 generatons. The parameters of Bat algorthm are the followng: A, α, γ and r 0.9; f mn 0; f max 1.2. Fgure 2. The test dstrbuton network. For the real operatng confguraton and load data wthout compensaton, the voltages range are between to p.u., and the ftness functon s 3.56 at mnmum load, and between to p.u. of a ftness functon by 1.81 at peak load. The obtaned results for each combnaton of populaton sze, number of generatons and both bat and genetc algorthm parameters value s gven n Table 1. Each cell value represents the maxmum ftness functon obtaned n the 100 tres attempted wth a specfc combnaton of parameters. Table 1. Descrpton of bat algorthm parameters. Bat Algorthm Genetc Algorthm Algorthm and Mnmu Peak Mnmum Peak state m load load load load Ftness functon The bus voltage devaton du (n V) and power losses dp (n kw) for uncompensated and compensated wth the Bat and Genetc Algorthm for all real dstrbuton network busses are ndcated n Table 2 for both operatng states. 330

5 Table 2. The bus voltage devaton and power losses for mnmum and peak load wth the two algorthms. Uncompensated state Bat Algorthm Genetc Algorthm Algorthm and du dp du dp du dp state [V] [kw] [V] [kw] [V] [kw] Mmmum load Peak load Conclusons The paper proposes an approach for optmal capactor allocaton problem n real dstrbuton systems usng an effcent metaheurstc algorthm. To confrm the Bat algorthm performances, a real dstrbuton network was tested, and the optmzaton of shunt capactor placement for bus voltage devaton ndex mnmzaton was solved. The man advantage of Bat algorthm s that t does not requre spendng more effort n tunng the control parameters, as n case of Genetc algorthm, or other Evolutonary algorthms. The smulated results obtaned usng the Bat algorthm are compared wth genetc algorthm, and the results show that the performance of the proposed method s found to be better than the other exstng methods. The proposed method can be easly appled to any large-scale partcle radal dstrbuton system. References [1] V. Haldar, N. Chakraborty, Power loss mnmzaton by optmal capactor placement n radal dstrbuton system usng modfed cultural algorthm, Inter Trans Electr Energy Syst, 25 (1), 54-71, [2] B. C. Neagu, G. Georgescu, The Optmzaton of Reactve Power Sources Placement n Publc Repartton and Dstrbuton Systems for Power Qualty Improvement. In Int. Conf. on Optm. Of Electr. a. Electron. Equp., OPTIM 2012, , [3] C. F. Chang, Reconfguraton and capactor placement for loss reducton of dstrbuton systems by ant colony search algorthm. IEEE Trans. on Power Syst., 16 (4), , [4] N. Gnanasekarana, S. Chandramohanb, P. Sathsh Kumarc, A. Mohamed Imran, Optmal placement of capactors n radal dstrbuton system usng shark smell optmzaton algorthm, An Shams Eng. J., no. 7, , [5] A. Baghpour, S. Fallahan, Mult-objectve placement of capactor banks n dstrbuton system usng bee colony optmzaton algorthm, J. of Adv. n Comp. Res., 6 (2), , [6] R.S. Rao, S. Narasmham, M. Ramalngaraju, Optmal capactor placement n radal dstrbuton systems usng plant growth smulaton algorthm, Int. J. Electr. Power Energy Syst., 33, , [7] F. G. Duque, L. W. Olvera, E. J. Olvera, A. L. M. Marcato, I. C., Jr. Slva, Allocaton of capactor banks n dstrbuton systems through a modfed monkey search optmzaton technque. Int. J. of Electr. Power & Energy Syst., 73, , [8] H.S. Ramadana, A.F. Bendaryc, S. Nagyd, Partcle swarm optmzaton algorthm for capactor allocaton problem n dstrbuton systems wth wnd turbne generators, Int. J. of Elect. Power and Energy Syst., no. 84, , Istanbul, [9] A.Y. Abd-Elazz, E.S. Al, S.M. Abd-Elazm, Flower pollnaton algorthm and loss senstvty factors for optmal szng and placement of capactors n radal dstrbuton systems. Int. J. Electr. Power Energy Syst., 78, , [10] S. M. A. Elazm, E. S. Al, Optmal locatons and szng of capactors n radal dstrbuton systems usng mne blast algorthm, Electr. Eng., 1-9,

6 [11] Y. Mohamed Shuab, M. Surya Kalavath, C. Chrstober Asr Rajan, Optmal capactor placement n radal dstrbuton system usng Gravtatonal Search Algorthm, Int. J. Electr. Power Energy Syst., 64, , [12] Y.A. Baysal, I. H. Altas, Cuckoo search algorthm for power loss mnmzaton by optmal capactor allocaton n radal power systems, n IEEE/IAS Int. Conf. on Industry App., 1-6, [13] D. Ran, N. Subrahmanyam, M. Sydulu. Self-adaptve harmony search algorthm for optmal capactor placement on radal dstrbuton systems, n Int. Conf. on Energy Effc. Techn. for Sustan. (ICEETS), , [14] K. R. Devabalaj, K. Rav, D.P. Kothar, Optmal locaton and szng of capactor placement n radal dstrbuton system usng bacteral foragng optmzaton algorthm, Int. J. Electr. Power Energy Syst. 71, , [15] X. Yang, Nature-Inspred Metaheurstc Algorthms Second Edton, Lunver Press, Unted Kngdom,

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

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

More information

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

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

More information

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

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

More information

Radial Distribution System Reconfiguration in the Presence of Distributed Generators

Radial Distribution System Reconfiguration in the Presence of Distributed Generators 4th Internatonal Conference on Coputer, Mechatroncs, Control and Electronc Engneerng (ICCMCEE 205) Radal Dstrbuton Syste Reconfguraton n the Presence of Dstrbuted Generators Xngquan J, a, Q Lu, GuoZheng

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

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

APPLICATION OF BINARY VERSION GSA FOR SHUNT CAPACITOR PLACEMENT IN RADIAL DISTRIBUTION SYSTEM

APPLICATION OF BINARY VERSION GSA FOR SHUNT CAPACITOR PLACEMENT IN RADIAL DISTRIBUTION SYSTEM IJRET: Internatonal Journal of Research n Engneerng and Technology eissn: 39-63 pissn: 3-7308 APPLICATION OF BINARY ERSION GSA FOR SHUNT CAPACITOR PLACEMENT IN RADIAL DISTRIBUTION SYSTEM Nasm Al Khan,

More information

Power Loss Reduction and Voltage Profile improvement by Photovoltaic Generation

Power Loss Reduction and Voltage Profile improvement by Photovoltaic Generation Internatonal Journal of Engneerng Trends and Technology (IJETT) Volume 0 Number 4 Feb 05 ower Loss Reducton and Voltage rofle mprovement by hotovoltac Generaton Seyed Reza Seyednour #, Homayoun Ebrahman

More information

Evolutionary Programming for Reactive Power Planning Using FACTS Devices

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

More information

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

Optimum Allocation of Distributed Generation using PSO: IEEE Test Case Studies Evaluation

Optimum Allocation of Distributed Generation using PSO: IEEE Test Case Studies Evaluation Optmum Allocaton of Dstrbuted Generaton usng PSO: IEEE Test Case Studes Evaluaton 1 Taha Jabbar Sahb, 1 Mohd Ruddn Ab. Ghan*, Zanarah Jano, 3 Imad Hazm Mohamed 1 Faculty of Electrcal Engneerng (FKE) Center

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

Network Reconfiguration for Load Balancing in Distribution System with Distributed Generation and Capacitor Placement

Network Reconfiguration for Load Balancing in Distribution System with Distributed Generation and Capacitor Placement World Academy of Scence, Engneerng and Technology nternatonal Journal of Electrcal and Computer Engneerng Networ Reconfguraton for Load Balancng n Dstrbuton System wth Dstrbuted Generaton and Capactor

More information

The Effect Of Phase-Shifting Transformer On Total Consumers Payments

The Effect Of Phase-Shifting Transformer On Total Consumers Payments Australan Journal of Basc and Appled Scences 5(: 854-85 0 ISSN -88 The Effect Of Phase-Shftng Transformer On Total Consumers Payments R. Jahan Mostafa Nck 3 H. Chahkand Nejad Islamc Azad Unversty Brjand

More information

Harmony Search and OPF Based Hybrid Approach for Optimal Placement of Multiple DG Units

Harmony Search and OPF Based Hybrid Approach for Optimal Placement of Multiple DG Units Harmony Search and OPF Based Hybrd Approach for Optmal Placement of Multple Unts Sandeep Kaur Department of Electrcal Engneerng Indan Insttute of Rooree Rooree, Inda sandpsaroa@gmal.com. B. Kumbhar Department

More information

Volume 3, Special Issue 3, March 2014

Volume 3, Special Issue 3, March 2014 ISSN (Onlne) : 319-8753 ISSN (Prnt) : 347-6710 Internatonal Journal of Innovatve Research n Scence, Engneerng and Technology Volume 3, Specal Issue 3, March 014 014 Internatonal Conference on Innovatons

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

Location and Size of Distributed Generation Using a Modified Water Cycle Algorithm

Location and Size of Distributed Generation Using a Modified Water Cycle Algorithm John Edwn Candelo Becerra et al. / Internatonal Journal of Engneerng and Technology (IJET) Locaton and Sze of Dstrbuted Generaton Usng a Modfed Water Cycle Algorthm John Edwn Candelo Becerra #1, Helman

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

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

Optimal Network Reconfiguration with Distributed Generation Using NSGA II Algorithm

Optimal Network Reconfiguration with Distributed Generation Using NSGA II Algorithm (IJARAI) Internatonal Journal of Advanced Research n Artfcal Intellgence, Optmal Network Reconfguraton wth Dstrbuted Generaton Usng NSGA II Algorthm Jasna Hvzefendć Faculty of Engneerng and Informaton

More information

Voltage security constrained reactive power optimization incorporating wind generation

Voltage security constrained reactive power optimization incorporating wind generation Unversty of Wollongong Research Onlne Faculty of Engneerng and Informaton Scences - Papers: Part A Faculty of Engneerng and Informaton Scences 2012 Voltage securty constraned reactve power optmzaton ncorporatng

More information

Optimal Capacitor Placement in a Radial Distribution System using Plant Growth Simulation Algorithm

Optimal Capacitor Placement in a Radial Distribution System using Plant Growth Simulation Algorithm World Academy of Scence, Engneerng and Technology Internatonal Journal of Electrcal, omputer, Energetc, Electronc and ommuncaton Engneerng ol:, No:9, 8 Optmal apactor Placement n a Radal Dstrbuton System

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

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

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

More information

APPLICATION OF FUZZY MULTI-OBJECTIVE METHOD FOR DISTRIBUTION NETWORK RECONFIGURATION WITH INTEGRATION OF DISTRIBUTED GENERATION

APPLICATION OF FUZZY MULTI-OBJECTIVE METHOD FOR DISTRIBUTION NETWORK RECONFIGURATION WITH INTEGRATION OF DISTRIBUTED GENERATION Journal of Theoretcal and Appled Informaton Technology 2005 ongong JATIT & LLS ISSN: 1992-8645 www.jatt.org E-ISSN: 1817-3195 APPLICATION OF FUZZY MULTI-OBJECTIVE METHOD FOR DISTRIBUTION NETWORK RECONFIGURATION

More information

Optimal Grid Topology using Genetic Algorithm to Maintain Network Security

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

More information

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

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

Power Distribution Strategy Considering Active Power Loss for DFIGs Wind Farm

Power Distribution Strategy Considering Active Power Loss for DFIGs Wind Farm Journal of Power and Energy Engneerng, 014,, 13-19 Publshed Onlne Aprl 014 n cres. http://www.scrp.org/journal/jpee http://dx.do.org/10.436/jpee.014.4030 Power Dstrbuton trategy Consderng Actve Power Loss

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

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

Power loss and Reliability optimization in Distribution System with Network Reconfiguration and Capacitor placement

Power loss and Reliability optimization in Distribution System with Network Reconfiguration and Capacitor placement Internatonal Journal of Scentfc Research Engneerng & Technology (IJSRET), ISSN 2278 0882 692 Power loss and Relablty optmzaton n Dstrbuton System wth Network Reconfguraton and Capactor placement A.Manasa

More information

Probable Optimization of Reactive Power in distribution systems, in presence of distributed generation sources conjugated to network and islanding

Probable Optimization of Reactive Power in distribution systems, in presence of distributed generation sources conjugated to network and islanding IOSR Journal of Electrcal and Electroncs Engneerng (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 5 Ver. II (Sep - Oct 2016), PP 72-78 www.osrjournals.org Probable Optmzaton of Reactve

More information

Network Reconfiguration of Distribution System Using Artificial Bee Colony Algorithm

Network Reconfiguration of Distribution System Using Artificial Bee Colony Algorithm World Academy of Scence, Engneerng and Technology Internatonal Journal of Electrcal and Computer Engneerng ol:8, No:, 014 Network Reconfguraton of Dstrbuton System Usng Artfcal Bee Colony Algorthm S. Ganesh

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

An Optimal Load Shedding Approach for Distribution Networks with DGs considering Capacity Deficiency Modelling of Bulked Power Supply

An Optimal Load Shedding Approach for Distribution Networks with DGs considering Capacity Deficiency Modelling of Bulked Power Supply An Optmal Load Sheddng Approach for Dstrbuton Networks wth DGs consderng Capacty Defcency Modellng of Bulked ower Supply A. R. Malekpour, A.R. Sef, M. R. Hesamzadeh 2, Graduate Student Member, IEEE, and

More information

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

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

More information

Multiobjective Metaheuristics Optimization in Reactive Power Compensation

Multiobjective Metaheuristics Optimization in Reactive Power Compensation Ilana González Palau, Secundno Marrero Ramírez, Arístdes Legrá Lobana, Danel Mendola Ells Multobjectve Metaheurstcs Optmzaton n Reactve Power Compensaton ILIANA GONZÁLEZ PALAU 1, SECUNDINO MARRERO RAMÍREZ

More information

Coverage Maximization in Mobile Wireless Sensor Networks Utilizing Immune Node Deployment Algorithm

Coverage Maximization in Mobile Wireless Sensor Networks Utilizing Immune Node Deployment Algorithm CCECE 2014 1569888203 Coverage Maxmzaton n Moble Wreless Sensor Networs Utlzng Immune Node Deployment Algorthm Mohammed Abo-Zahhad, Sabah M. Ahmed and Nabl Sabor Electrcal and Electroncs Engneerng Department

More information

Voltage Security Enhancement with Corrective Control Including Generator Ramp Rate Constraint

Voltage Security Enhancement with Corrective Control Including Generator Ramp Rate Constraint Voltage Securty Enhancement wth Correctve Control Includng Generator Ramp Rate Constrant 1 P.ARUNA JEYANTHY, 2 D.DEVERAJ, 3 J.D.DARWIN 1,2 Department of Electrcal and Electroncs Engneerng 3 Department

More information

NETWORK 2001 Transportation Planning Under Multiple Objectives

NETWORK 2001 Transportation Planning Under Multiple Objectives NETWORK 200 Transportaton Plannng Under Multple Objectves Woodam Chung Graduate Research Assstant, Department of Forest Engneerng, Oregon State Unversty, Corvalls, OR9733, Tel: (54) 737-4952, Fax: (54)

More information

Joint Adaptive Modulation and Power Allocation in Cognitive Radio Networks

Joint Adaptive Modulation and Power Allocation in Cognitive Radio Networks I. J. Communcatons, etwork and System Scences, 8, 3, 7-83 Publshed Onlne August 8 n ScRes (http://www.scrp.org/journal/jcns/). Jont Adaptve Modulaton and Power Allocaton n Cogntve Rado etworks Dong LI,

More information

Allocation of optimal distributed generation using GA for minimum system losses in radial distribution networks

Allocation of optimal distributed generation using GA for minimum system losses in radial distribution networks MultCraft Internatonal Journal of Engneerng, Scence and Technology Vol., No. 3, 010, pp. 94-106 INTERNATIONA JOURNA OF ENGINEERING, SCIENCE AND TECHNOOGY www.est-ng.com 010 MultCraft mted. All rghts reserved

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

A Review of Particle Swarm Optimization (PSO) Algorithms for Optimal Distributed Generation Placement

A Review of Particle Swarm Optimization (PSO) Algorithms for Optimal Distributed Generation Placement Internatonal Journal of Energy and Power Engneerng 05; 4(4): 3-39 Publshed onlne August 4, 05 (http://www.scencepublshnggroup.com/j/jepe) do: 0.648/j.jepe.050404.6 ISSN: 36-957X (Prnt); ISSN: 36-960X (Onlne)

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

Research Article An Improved Genetic Algorithm for Power Losses Minimization using Distribution Network Reconfiguration Based on Re-rank Approach

Research Article An Improved Genetic Algorithm for Power Losses Minimization using Distribution Network Reconfiguration Based on Re-rank Approach Research Journal of Appled Scences, Engneerng and Technology 8(8): 1029-1035, 2014 DOI:10.19026/raset.8.1065 ISSN: 2040-7459; e-issn: 2040-7467 2014 Maxwell Scentfc Publcaton Corp. Submtted: May 21, 2014

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

Resource Allocation Optimization for Device-to- Device Communication Underlaying Cellular Networks

Resource Allocation Optimization for Device-to- Device Communication Underlaying Cellular Networks Resource Allocaton Optmzaton for Devce-to- Devce Communcaton Underlayng Cellular Networks Bn Wang, L Chen, Xaohang Chen, Xn Zhang, and Dacheng Yang Wreless Theores and Technologes (WT&T) Bejng Unversty

More information

Implementation and Validation of Different Reconfiguration Strategies Between HSA and PSO for Loss Reduction

Implementation and Validation of Different Reconfiguration Strategies Between HSA and PSO for Loss Reduction Implementaton and Valdaton of Dfferent Reconfguraton Strateges Between HSA and PSO for Loss Reducton Jamal Darusalam Gu 1, Ontoseno Penangsang 2, Rony Seto Wbowo 3 Master Student, Department of Electrcal

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

Intelligent Management of Distributed Generators Reactive Power for Loss Minimization and Voltage Control

Intelligent Management of Distributed Generators Reactive Power for Loss Minimization and Voltage Control Intellgent Management of Dstrbuted Generators Reactve Power for Loss Mnmzaton and Voltage Control Mohd Zamr Che Wank 1, Istvan Erlch, and Azah Mohamed 3 Department of Electrcal Power System, Unversty of

More information

SENSITIVITY BASED VOLT/VAR CONTROL AND LOSS OPTIMIZATION

SENSITIVITY BASED VOLT/VAR CONTROL AND LOSS OPTIMIZATION SENSITIVITY BASED VOLT/VAR CONTROL AND LOSS OPTIMIZATION By ANURAG R. KATTI A THESIS PRESENTED TO THE GRADUATE SCHOOL OF THE UNIVERSITY OF FLORIDA IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE

More information

An Efficient Procedure for Solving Radial Distribution Networks through the Backward/Forward Method

An Efficient Procedure for Solving Radial Distribution Networks through the Backward/Forward Method Proceedngs of the 5th WSEAS Int. Conf. on Power Systems and Electromagnetc Compatblty, Corfu, Greece, August 23-25, 2005 (pp483-490) An Effcent Procedure for Solvng Radal Dstrbuton Networks through the

More information

PSO based Congestion Management in Deregulated Power Systems using Optimal Allocation of TCSC

PSO based Congestion Management in Deregulated Power Systems using Optimal Allocation of TCSC Internatonal Journal of Innovaton and Scentfc Research ISSN 2351-8014 ol. 25 No. 1 Jun. 2016, pp. 67-77 2015 Innovatve Space of Scentfc Research Journals http://www.sr.ssr-ournals.org/ PSO based Congeston

More information

Optimal Coordination of Overcurrent Relays Based on Modified Bat Optimization Algorithm

Optimal Coordination of Overcurrent Relays Based on Modified Bat Optimization Algorithm Internatonal Electrcal Engneerng Journal (IEEJ) http://www.eejournal.com/ Optmal Coordnaton of Overcurrent Based on Modfed Bat Optmzaton Algorthm Reza Kherollah, Farhad Namdar Department of Power and Computer,

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

A Genetic Algorithm Based Multi Objective Service Restoration in Distribution Systems

A Genetic Algorithm Based Multi Objective Service Restoration in Distribution Systems Journal of Computer Scence 7 (3): 448-453, 2011 ISSN 1549-3636 2011 Scence Publcatons A Genetc Algorthm Based Mult Objectve Servce Restoraton n Dstrbuton Systems Sathsh Kumar Kannaah, Jayabarath Thangavel

More information

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

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

More information

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

DC Voltage Control and Power-Sharing of Multi-Terminal DC Grids Based on Optimal DC Power Flow and Voltage Droop Strategy

DC Voltage Control and Power-Sharing of Multi-Terminal DC Grids Based on Optimal DC Power Flow and Voltage Droop Strategy oltage Control and Power-Sharng of Mult-Termnal Grds Based on Optmal Power Flow and oltage Droop Strategy F. Azma* and H. Rajab Mashhad* (C.A.) Abstract: Ths paper develops an effectve control framework

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

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

Distributed generation for minimization of power losses in distribution systems

Distributed generation for minimization of power losses in distribution systems Unversty of Wollongong Research Onlne Faculty of ngneerng and nformaton Scences - Papers: Part A Faculty of ngneerng and nformaton Scences 006 Dstrbuted generaton for mnmzaton of power losses n dstrbuton

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

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

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

COMPLEX NEURAL NETWORK APPROACH TO OPTIMAL LOCATION OF FACTS DEVICES FOR TRANSFER CAPABILITY ENHANCEMENT

COMPLEX NEURAL NETWORK APPROACH TO OPTIMAL LOCATION OF FACTS DEVICES FOR TRANSFER CAPABILITY ENHANCEMENT ARPN Journal of Engneerng and Appled Scences 006-010 Asan Research Publshng Networ (ARPN). All rghts reserved. www.arpnournals.com COMPLEX NEURAL NETWORK APPROACH TO OPTIMAL LOCATION OF FACTS DEVICES FOR

More information

Comparison of Voltage Stability Indices and its Enhancement Using Distributed Generation

Comparison of Voltage Stability Indices and its Enhancement Using Distributed Generation roceedngs of the World Congress on Engneerng 016 ol I WCE 016, June 9 - July 1, 016, ondon, U.K. Comparson of oltage Stablty Indces and ts Enhancement Usng Dstrbuted Generaton I. Kumaraswamy, S.Tarakalyan

More information

An Interactive Fuzzy Satisfying Method based on Imperialist Competitive Algorithm for Multi-Objective Function in Reactive Power Market

An Interactive Fuzzy Satisfying Method based on Imperialist Competitive Algorithm for Multi-Objective Function in Reactive Power Market Int'l Conf. Scentfc Computng CSC'17 113 An Interactve Fuzzy Satsfyng Method based on Imperalst Compettve Algorthm for Mult-Objectve Functon n Reactve Power Maret Hedaral Shayanfar 1*, Mehd Mehdnejad 1

More information

Optimal Phase Arrangement of Distribution Feeders Using Immune Algorithm

Optimal Phase Arrangement of Distribution Feeders Using Immune Algorithm The 4th Internatonal Conference on Intellgent System Applcatons to Power Systems, ISAP 2007 Optmal Phase Arrangement of Dstrbuton Feeders Usng Immune Algorthm C.H. Ln, C.S. Chen, M.Y. Huang, H.J. Chuang,

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

Voltage Stability in Power System A Survey S.Jaisiva 1 S.Neelan 2 K.Arul Selvi 3 R.Vinoth 4

Voltage Stability in Power System A Survey S.Jaisiva 1 S.Neelan 2 K.Arul Selvi 3 R.Vinoth 4 IJSRD - Internatonal Journal for Scentfc Research & Development Vol. 3, Issue 04, 2015 ISSN (onlne): 2321-0613 S.Jasva 1 S.Neelan 2 K.Arul Selv 3 R.Vnoth 4 1,2,4 Assstant Professor 3 Assocate Professor

More information

INTERNATIONAL JOURNAL OF SCIENTIFIC & ENGINEERING RESEARCH, VOLUME 5, ISSUE 2, FEBRUARY-2014 ISSN

INTERNATIONAL JOURNAL OF SCIENTIFIC & ENGINEERING RESEARCH, VOLUME 5, ISSUE 2, FEBRUARY-2014 ISSN ITERATIOAL JOURAL OF SCIETIFIC & EGIEERIG RESEARCH, VOLUME 5, ISSUE 2, FEBRUARY-204 97 Optmal placement for power loss reducton and mprovement voltage profle usng smart methods Mlad Askar Hashemabad, Dr.

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

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

Localization of FACTS Devices for Optimal Power Flow Using Genetic Algorithm

Localization of FACTS Devices for Optimal Power Flow Using Genetic Algorithm 13 Internatonal Conference on Electrcal Informaton and Communcaton Technology (EICT) Localzaton of ACTS Devces for Optmal Power low Usng Genetc Algorthm A.K.M. Rezwanur Rahman, Md. Shahabul Alam, Md. Zakr

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

AFV-P 2U/4U. AC + DC Power Solutions. series. Transient Generation for Disturbance Tests. only. High Performance Programmable AC Power Source

AFV-P 2U/4U. AC + DC Power Solutions. series. Transient Generation for Disturbance Tests. only. High Performance Programmable AC Power Source AFV-P seres Hgh Performance Programmable AC Power Source only 2U/4U Intutve Touch Screen HMI Output Frequency up to 15-1000Hz Power Lne Smulatons: Step & Ramp Features Fast Response Tme: 300μs AC Source

More information

The Application of Tabu Search Algorithm on Power System Restoration

The Application of Tabu Search Algorithm on Power System Restoration The Applcaton of Tabu Search Algorthm on Power System Restoraton FANG Xn-yan,CAI Xao-y, Jang Chuan-wen Dept.of Electrcal Eng.., Shangha Jaotong Unv., Shangha 200240, Chna Abstract:-The essay s just accordng

More information

An Adaptive Over-current Protection Scheme for MV Distribution Networks Including DG

An Adaptive Over-current Protection Scheme for MV Distribution Networks Including DG An Adaptve Over-current Protecton Scheme for MV Dstrbuton Networks Includng DG S.A.M. Javadan Islamc Azad Unversty s.a.m.javadan@gmal.com M.-R. Haghfam Tarbat Modares Unversty haghfam@modares.ac.r P. Barazandeh

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

Yutaka Matsuo and Akihiko Yokoyama. Department of Electrical Engineering, University oftokyo , Hongo, Bunkyo-ku, Tokyo, Japan

Yutaka Matsuo and Akihiko Yokoyama. Department of Electrical Engineering, University oftokyo , Hongo, Bunkyo-ku, Tokyo, Japan Optmzaton of Installaton of FACTS Devce n Power System Plannng by both Tabu Search and Nonlnear Programmng Methods Yutaka Matsuo and Akhko Yokoyama Department of Electrcal Engneerng, Unversty oftokyo 7-3-,

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

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 Methodology for Solving VAr/Voltage Problems in the Western Algerian Transmission System

A Methodology for Solving VAr/Voltage Problems in the Western Algerian Transmission System Volume 52, Number 1, 2011 31 A Methodology for Solvng VAr/Voltage Problems n the Western Algeran Transmsson System M. KHIAT, Z. FRIOUI, A. CHAKER and D. REHIEL Abstract: Ths paper descrbes the methodology

More information

Electricity Network Reliability Optimization

Electricity Network Reliability Optimization Electrcty Network Relablty Optmzaton Kavnesh Sngh Department of Engneerng Scence Unversty of Auckland New Zealand kav@hug.co.nz Abstract Electrcty dstrbuton networks are subject to random faults. On occurrence

More information

Multiband Jamming Strategies with Minimum Rate Constraints

Multiband Jamming Strategies with Minimum Rate Constraints Multband Jammng Strateges wth Mnmum Rate Constrants Karm Banawan, Sennur Ulukus, Peng Wang, and Bran Henz Department of Electrcal and Computer Engneerng, Unversty of Maryland, College Park, MD 7 US Army

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

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

CONCERNING THE NO LOAD HIGH VOLTAGE TRANSFORMERS DISCONNECTING

CONCERNING THE NO LOAD HIGH VOLTAGE TRANSFORMERS DISCONNECTING CONCERNING THE NO LOAD HIGH VOLTAGE TRANSFORMERS DISCONNEING Mara D Brojbou and Vrgna I Ivanov Faculty o Electrcal engneerng Unversty o Craova, 7 Decebal Blv, Craova, Romana E-mal: mbrojbou@elthucvro,

More information

Optimizing a System of Threshold-based Sensors with Application to Biosurveillance

Optimizing a System of Threshold-based Sensors with Application to Biosurveillance Optmzng a System of Threshold-based Sensors wth Applcaton to Bosurvellance Ronald D. Frcker, Jr. Thrd Annual Quanttatve Methods n Defense and Natonal Securty Conference May 28, 2008 What s Bosurvellance?

More information

Adaptive Modulation for Multiple Antenna Channels

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

More information

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

Capacitance based Reliability Indices of a Real Time Radial Distribution Feeder

Capacitance based Reliability Indices of a Real Time Radial Distribution Feeder IOSR Journal of Electrcal and Electroncs Engneerng (IOSR-JEEE) e-issn: 2278-676,p-ISSN: 232-333, Volume 7, Issue 2 (Jul. - Aug. 23), PP -2 Capactance based Relablty Indces of a Real Tme Radal Dstrbuton

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

sensors ISSN

sensors ISSN Sensors 009, 9, 8593-8609; do:10.3390/s91108593 Artcle OPEN ACCESS sensors ISSN 144-80 www.mdp.com/journal/sensors Dstrbuted Envronment Control Usng Wreless Sensor/Actuator Networks for Lghtng Applcatons

More information

Performance Evaluation of the Voltage Stability Indices in the Real Conditions of Power System

Performance Evaluation of the Voltage Stability Indices in the Real Conditions of Power System Amercan Journal of Energy and Power Engneerng 017; 4(5): 6-1 http://www.aasct.org/journal/ajepe ISSN: 375-3897 Performance Evaluaton of the Voltage Stablty Indces n the Real Condtons of Power System Rahmat

More information

Machine Learning in Production Systems Design Using Genetic Algorithms

Machine Learning in Production Systems Design Using Genetic Algorithms Internatonal Journal of Computatonal Intellgence Volume 4 Number 1 achne Learnng n Producton Systems Desgn Usng Genetc Algorthms Abu Quder Jaber, Yamamoto Hdehko and Rzauddn Raml Abstract To create a soluton

More information