SIMULATION OF FAULT DETECTION FOR PROTECTION OF TRANSMISSION LINE USING NEURAL NETWORK

Size: px
Start display at page:

Download "SIMULATION OF FAULT DETECTION FOR PROTECTION OF TRANSMISSION LINE USING NEURAL NETWORK"

Transcription

1 Internatonal Journal of Scence, ngneerng and Technology Research (IJSTR), Volume 3, Issue 5, May 04 SIMULATIO OF FAULT DTCTIO FOR PROTCTIO OF TRASMISSIO LI USIG URAL TWORK Smrt Kesharwan #, Dharmendra Kumar Sngh # # MTCH Scholar, # Head of department Dept. of, Dr. C. V. Raman Unversty, Blaspur, Inda Abstract Transmsson lne among the other electrcal power system component suffer from unexpected falure due to varous random causes. Because transmsson lne s qute large as t s open n envronment. A fault occurs on transmsson lne when two or more conductors come n contact wth each other or ground. Ths paper presents a proposed model based on Matlab software to detect the fault on transmsson lne. The output of the system s used to tran an artfcal neural networ to detect the transmsson lne faults. Fault detecton has been acheved by usng artfcal neural networ. Keywords: Transmsson lne, Faults, Protecton, neural networ. I. ITRODUCTIO Transmsson lne s the most lely element n the power system to be exposed especally when ther physcal dmenson s taen nto consderaton []. Ths paper has concentrated on understandng the behavour of the transmsson lne phase voltages and currents as a consequence of faults. The objectve of ths wor s to study and employ neural networ technques as a relable tool to dentfy or detect faults n a transmsson lne system. Artfcal neural networ are a powerful to use n transmsson lne fault dentfcaton, classfcaton and solaton. The parallelsm nherent n neural networs enables them wth faster computatonal tme than tradtonal technques. Hence, usng ths technology n transmsson lne fault dagnoss does valdate ts usefulness and encourages engneer to use ths technque n other power system applcatons. The man objectve of ths paper s to develop neural networ based autonomous learnng system that acqure nowledge ncrementally n real tme, wth as lttle supervson as possble. To deploy effectve strateges for practcal applcaton of such system for fault dentfcaton and dagnoss. For protecton of transmsson lne the fault dentfcaton, classfcaton and locaton plays an mportant role. Due to lmted avalable amount of practcal fault data, t s necessary to generate examples of fault data usng smulaton [6]. To generate data for the typcal transmsson system, ths paper used to generate the fault current and voltage for all types of transmsson lne fault. The output of ths paper s used to generate smulaton data for the model of transmsson lne n normal and faulty condton to detect the fault. II. URAL TWORK Artfcal eural etwors (As), or smply called neural networs, use the neurophysology of the bran as the bass for ts processng model []. The bran conssts of mllons of neurons nterconnected to each other through the synapse. In the learnng process, the weght of the synapse s ncreased, decreased or unchanged. A. euron Model euron (also called node or perceptron) s modelled as follows. X j W j net y =f ( net ) b Fg. euron Model [] net W X +b j ach node has nputs connected to t and weghts correspondng to each nput. ach node only has one output. The above neuron, based on the above notaton, s called neuron. It has j nputs X j and one bas b. ach nput correspond to a weght W j, thus there are j weghts n the neuron. The output of the neuron y s produced by a functon of net where net Wj X b j Ths functon s called actvaton functon. There are many types of actvaton functons; two examples are hard lmt and log-sgmod functons. j All Rghts Reserved 04 IJSTR 367

2 Internatonal Journal of Scence, ngneerng and Technology Research (IJSTR), Volume 3, Issue 5, May 04 f(net ) 0 net Har dl m t Func t on f(net ) 0 net Log- s gmo d Func t on Fg Actvaton Functons [7] Hard lmt functon s defned as 0 net f (net ) net and the log-sgmod functon s defned as F net B. etwor Model e net very neuron can be nterconnected to other neurons by usng output of neurons as nputs to other neurons. The nterconnecton of neurons forms layers of neural networ. A neural networ conssts of three types of layer, nput layer, hdden layer, and output layer [4]. I nput s Input layer Hdden Layer Fg.3 A Layers [7] Output layer Out put s The number of nputs n a neural networ s equal to the number of nodes n the nput layer. Smlarly, the number of outputs n the neural networ s equal to the number of nodes n the output layer. The number of hdden layers and the number of nodes n the hdden layer are varyng dependng on ts applcaton. There are two dstnctve networ topologes wth regard to the way neurons are connected namely feedforward and feedbac networ. In the feedforward networ, an output n a layer (except output layer) s an nput n the next layer. In feedbac networ, an output n a layer can be ts own nput or nput of neuron n the prevous layer. C. A Learnng To get the ntended outputs for the gven nputs, the networ weghts need to be adjusted. The process of weghts adjustment or called networ learnng/tranng s done teratvely by presentng a set of nput data and desred output data. Ths type of tranng s called supervsed learnng [8]. The weght update can be done n ether batch or ncremental mode. In batch (epoch) mode, the weghts are updated after all tranng data n the tranng set has been presented. The ncremental mode updates the weghts every tme a data n the set s presented. Two ssues n updatng weghts are: when to stop updatng,.e. when to stop the tranng, and how the weghts are changed. The tranng can be stopped n two ways: usng maxmum epoch and usng a cost functon. An epoch refers to a complete tranng data set. Tranng data for 0 epochs means the weghts are updated wth the learnng rule contnuously untl nput data set has been presented for 0 tmes. A cost functon s a performance measurement. etwor tranng often uses the Mean Square rror (MS) as the cost functon. MS s defned as follows (d (n) y (n)) n s the number of pattern n data set, d (n) and y (n) are the desred output and the output at layer for n th tranng pattern respectvely. When there s more than one output, the functon becomes ( d (n) T y (n)) ( d (n) y (n)) n Where d and y are column vectors of desred output and output respectvely. The tranng adjusts the weghts by mnmsng over all the tranng set. The tranng stops when a specfed value of cost functon s reached. The weght (and bas f applcable) update follows a certan optmsaton technque. The weghts are ether ncreased, decreased or the same. The change n a weght s as follows W (t+) = W (t) + W The W s the weght correcton. The weght correcton s a functon that mnmses the error. In the gradent descent algorthm, the weght correcton s the negatve gradent of an mmedate square error for a pattern (n) ΔW (n) η W Where (n) s the mmedate square error at n th pattern and s the coeffcent of change or the learnng rate. Square error at n th pattern s n e n ( d n y n) All Rghts Reserved 04 IJSTR 368

3 Internatonal Journal of Scence, ngneerng and Technology Research (IJSTR), Volume 3, Issue 5, May 04 D. Bacpropagaton Bacpropagaton networ (BP) s a feedforward networ traned usng bacpropagaton algorthm. The bacpropagaton algorthm developed by McClelland and Rummelhart (986) used gradent descent learnng rule to update the weghts [5]. Durng tranng, each nput s forwarded through the ntermedate layer untl outputs are generated. ach output s then compared to the desred output to get the errors that wll be transmtted bacwards to the ntermedate layer that contrbutes drectly to the output. Based on these errors, the weghts are updated. Ths process s repeated layer by layer untl each node n the networ has receved an error sgnal that descrbes ts relatve contrbuton to the total error [7]. The gradent descent algorthm suffers from slow tranng tme. Some other fast algorthms such as Levenberg-Marquardt, Quas-ewton, and conjugate gradents algorthms have been used to optmse the learnng rules n BP [0]. III. MODLLIG TH POWR TRASMISSIO LI SYSTM The analyss of fault currents wll gve nformaton about the nature of the fault. Let us consder a faulted transmsson lne extendng between two power system as shown n fg. A 400 KV transmsson lne system has been used to develop and mplement the proposed A s. Fgure shows a one lne dagram of the system that has been used throughout the wor. The system consst of two generators of KV each located on ether ends of transmsson lne along wth a three phase smulator used to smulate faults at md poston on transmsson lne. Let us consder a faulted transmsson lne extendng between two sources as shown n fg. The faulted transmsson lne s represented by dstrbuted parameters. As an applcaton of 00 Km overhead transmsson lne wth the parameter of the transmsson lne model shown n fg. = 8.5+j308 Postve sequence Capactance = 3nf/m Zero sequence Capactance = 8.5nf/m Length = 00 Km. Ths above sngle lne dagram was modeled by usng MATLAB009a and smulated usng the smpower system toolbox n Smuln. A snapshot of power system model used for obtanng the tranng and test data sets for neural networ s shown n fg. Fg 5 Snapshot of transmsson lne system In the above fgure three phase V-I measurement bloc s used to measure the voltage and current sample at source end. The transmsson lne s dvded nto two lnes lne & lne each lne s 00 Km long. Model of three phase fault smulator s used to smulate varous types of fault. In transmsson lne faults are classfed as sngle lne to ground fault, lne to lne fault, double lne to ground fault and three phase fault. Fg. 6 Current waveform of healthy networ Fg.4 Sngle lne dagram of transmsson lne system Source voltage:kv(both) Source Impedance : Postve Sequence =.3+j5.0 Zero Sequence=.33+j6.6 Frequency = 50 Hz Transmsson lne mpedance: Postve Sequence =8.5+ j 94.5 Zero Sequence Impedance Sngle lne to ground fault occur when one of the phase s shortened to the ground. Durng the fault the mpedance, Z s not necessary zero, but t mght have a non zero mpedance, but stll much smaller than the lne mpedance. The magntude of current n a faulty lne rse sgnfcantly hgher than the normal operatve current and the voltage does not go through sgnfcant change n magntude [9]. The followng waveform shows the rse of current when sngle lne to ground fault occur on transmsson lne: All Rghts Reserved 04 IJSTR 369

4 Internatonal Journal of Scence, ngneerng and Technology Research (IJSTR), Volume 3, Issue 5, May 04 the nput layer, 0 neurons n the hdden layer and 6 neuron n the output layer. Ths fgure called as the performance plot of the neural networ. Fg 7 Current waveform of faulty networ The value of the three phase voltages and currents are measured and modfed accordngly and then fed nto the neural networ tool called as neural fttng tool (nftool) as nput. The Smpower system toolbox has been used to generate the entre set of tranng data for the neural networ n both fault and non fault cases. In ths paper for desgn and modelng of transmsson lne MATLAB (R009a) s used. IV. DSIG URAL TWORK FOR FAULT DTCTIO In order to desgn a neural networ for addressng the fault detecton problem several dfferent topologes of mult layer perceptron are studed. The crtera used to mplement and select an approprate MLP neural networ for the problem of fault detecton does tae nto consderaton the factors such as the networ sze, the sutable learnng rule and the sze of the tranng data[8]. A. Tranng procedure and learnng rule The bac propagaton learnng rule used n perhaps n over 80-90% of practcal applcaton. However the standard BP tranng algorthm s slow [8]. Snce t s generally requres small learnng rate for stable learnng process so that change n the networ weght usng the steepest descent algorthm reman small. Some technques to mprove the standard bac propagaton method such as the addton of momentum terms and adaptve learnng rate as well as alternatve methods to the gradent descent such as Levenber- Marquadt optmzaton routne can also be used. In the frst stage whch s the fault detecton phase, the networ taes n sx nputs at a tme, whch are the voltages and currents for all the three phases. Here the value we tae for no fault and sngle lne to ground fault condton. The output of the neural networ s that target value s equal to wth the nput or not. When target and nput values are same that shows the power system s healthy. If any changes n the target value t shows that any transmsson lne fault has occur on the system. Fg shows the tranng process of the neural networ wth confguraton ( 6 neuron n Fg 8 Mean Square rror performance of the networ Selectng the rght structure sze of the networ reduces not only the tranng tme but also sgnfcantly mpacts the generalzaton and representatonal capabltes of the traned networ [0]. The no of hdden layer and neuron n these layers are mportant factor n determnng the optmal sze and structure of the networ. The networ presented here represents only a sample of those that we modeled and correspond to the best results that were obtaned after extensve tral and error procedure. B. Testng the neural networ for fault detecton A test set was created to analyze the performance of the proposed networ. The selected networ s to recognze and classfy correctly both the normal condton as well as fault condton. The test data has 47 samples. The nput has 47x6 matrx structures wth three values of voltage and three values of current n a column. Once the neural networ has been traned ts performance has been tested by plottng the best lnear regresson that relates the target to the output as shown n followng fgure: Fg 9 Regresson ft of the output vs. target for the healthy networ All Rghts Reserved 04 IJSTR 370

5 Internatonal Journal of Scence, ngneerng and Technology Research (IJSTR), Volume 3, Issue 5, May 04 eural networ are ndeed a relable and attractve method for transmsson lne faults scheme especally n vew of ncrease complexty of the modern power systems. Bac propagaton networ are very effcent when a suffcent large no. of data set s avalable. The results show that the method s sutable for desgn a protectve scheme for transmsson lne base on artfcal neural networ. As the method s easy applcable and flexble, t can be used for modelng of any other transmsson lne. Fg 0 Regresson ft of the output vs. target for the faulty networ Fg 0 shows the snapshot of the traned A wth the confguraton and t s to be noted that the number of teraton requred for tranng process were 9. It can been seen that the mean square error n fault detecton acheved by the end of the tranng process value was shown n fg. and the number of valdaton chec 6 by the end of the tranng process. Fg Overvew of the A ( ) chosen for fault detecton V. COCLUSIO Ths paper presents a smulaton model usng by MATLAB (R009a) along wth Smpower system toolbox n Smuln for detecton of fault on transmsson lne. The methods employed mae use of the phase voltage and phase current as nput to the neural networ. In transmsson lne four types of fault namely sngle lne-ground, lne-lne, double lne-ground and three phase faults have been taen nto consderaton nto ths wor and only sngle lne ground fault has been show on ths paper wth ther proposed neural networ structures. ACKOWLDGMT I would le to express my sncere grattude and deep sense of ndebtedness toward my respected supervsor Dharmendra Kumar Sngh HOD (Dept. of ) of Dr. C. V. Raman Insttute of Scence & Technology who has always nspred me and extended hs full co-operaton n my wor. I would le to than all the Faculty of lectrcal & lectroncs Department. RFRCS [] sa Basher M Tayeb 03, eural networ approach to fault classfcaton for hgh speed protectve relayng Amercan Journal of engneerng research (AJR) volume-0, pp []S. Saha, M. Aldeen, C.P.Tan, Fault detecton n transmsson networs of power systems, Scnce Drect lectrcal Power and nergy Systems 33, pp , 0. [3]H.Sngh, M.S. Sachdev, T.S. Sdhu "Desgn, Implementaton and Testng of an Artfcal eural et- wor Based Fault Drecton Dscrmnator for protectng Transmsson Lnes," I Transactons on Power Delvery, Vol. 0, o., 995, pp [4]Abhjt A Dutta, A.K.adu & M.M.Rao 0 Intellgent control for locatng fault n transmsson lnes' Internatonal Journal of Instrumentaton, Control & Automaton (IJICA) ISS: volume, Issue-. [5] Thomas Dalsten, Brend Kulce 995, I Transacton on Power Delvery, volume0,issue-, pp [6]Rajveer Sngh 0, Fault detecton of electrc power transmsson lne by usng neural networ,volume-0, Issue-. [7]S..Svanandam, S.Sumath, S..Deepa Introducton of eural etwor Usng MATLAB 6.0 TMH Pbs. [8]Ibrahm Farahat,Dept. of lectrcal & computer Scence engneerng, Concorda Unversty, Canada. [9] I.J. agrath and D.P. Kothar, Power System engneerng", Tata McGraw-Hll, ew Delh, 994. [0]Venatesan R, Balamurugan B, A real-tme hardware fault detector usng an artfcal neural networ for dstance protecton,i Trans. on Power Delvery, vol. 6, no., pp. 75 8, 007. All Rghts Reserved 04 IJSTR 37

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

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

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

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

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

Indirect Symmetrical PST Protection Based on Phase Angle Shift and Optimal Radial Basis Function Neural Network

Indirect Symmetrical PST Protection Based on Phase Angle Shift and Optimal Radial Basis Function Neural Network Indrect Symmetrcal PST Protecton Based on Phase Angle Shft and Optmal Radal Bass Functon Neural Networ Shalendra Kumar Bhaser Department of Electrcal Engneerng Indan Insttute of Technology Rooree, Inda

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

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

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

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

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

Lecture 3: Multi-layer perceptron

Lecture 3: Multi-layer perceptron x Fundamental Theores and Applcatons of Neural Netors Lecture 3: Mult-laer perceptron Contents of ths lecture Ree of sngle laer neural ors. Formulaton of the delta learnng rule of sngle laer neural ors.

More information

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

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

More information

Fast Code Detection Using High Speed Time Delay Neural Networks

Fast Code Detection Using High Speed Time Delay Neural Networks Fast Code Detecton Usng Hgh Speed Tme Delay Neural Networks Hazem M. El-Bakry 1 and Nkos Mastoraks 1 Faculty of Computer Scence & Informaton Systems, Mansoura Unversty, Egypt helbakry0@yahoo.com Department

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

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

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

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

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

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme Performance Analyss of Mult User MIMO System wth Block-Dagonalzaton Precodng Scheme Yoon Hyun m and Jn Young m, wanwoon Unversty, Department of Electroncs Convergence Engneerng, Wolgye-Dong, Nowon-Gu,

More information

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

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

More information

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

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

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

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

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

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

More information

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

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

More information

High Speed ADC Sampling Transients

High Speed ADC Sampling Transients Hgh Speed ADC Samplng Transents Doug Stuetzle Hgh speed analog to dgtal converters (ADCs) are, at the analog sgnal nterface, track and hold devces. As such, they nclude samplng capactors and samplng swtches.

More information

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

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

More information

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

Development of Neural Networks for Noise Reduction

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

More information

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

MTBF PREDICTION REPORT

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

More information

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

Distributed Fault Detection of Wireless Sensor Networks

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

More information

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

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

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

An Alternation Diffusion LMS Estimation Strategy over Wireless Sensor Network

An Alternation Diffusion LMS Estimation Strategy over Wireless Sensor Network Progress In Electromagnetcs Research M, Vol. 70, 135 143, 2018 An Alternaton Dffuson LMS Estmaton Strategy over Wreless Sensor Network Ln L * and Donghu L Abstract Ths paper presents a dstrbuted estmaton

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

Applying Rprop Neural Network for the Prediction of the Mobile Station Location

Applying Rprop Neural Network for the Prediction of the Mobile Station Location Sensors 0,, 407-430; do:0.3390/s040407 OPE ACCESS sensors ISS 44-80 www.mdp.com/journal/sensors Communcaton Applyng Rprop eural etwork for the Predcton of the Moble Staton Locaton Chen-Sheng Chen, * and

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

Advanced Bio-Inspired Plausibility Checking in a Wireless Sensor Network Using Neuro-Immune Systems

Advanced Bio-Inspired Plausibility Checking in a Wireless Sensor Network Using Neuro-Immune Systems Fourth Internatonal Conference on Sensor Technologes and Applcatons Advanced Bo-Inspred Plausblty Checkng n a reless Sensor Network Usng Neuro-Immune Systems Autonomous Fault Dagnoss n an Intellgent Transportaton

More information

New Parallel Radial Basis Function Neural Network for Voltage Security Analysis

New Parallel Radial Basis Function Neural Network for Voltage Security Analysis New Parallel Radal Bass Functon Neural Network for Voltage Securty Analyss T. Jan, L. Srvastava, S.N. Sngh and I. Erlch Abstract: On-lne montorng of power system voltage securty has become a very demandng

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

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

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

Comparison of Gradient descent method, Kalman Filtering and decoupled Kalman in training Neural Networks used for fingerprint-based positioning

Comparison of Gradient descent method, Kalman Filtering and decoupled Kalman in training Neural Networks used for fingerprint-based positioning Comparson of Gradent descent method, Kalman lterng and decoupled Kalman n tranng Neural Networs used for fngerprnt-based postonng Claude Mbusa Taenga, Koteswara Rao Anne, K Kyamaya, Jean Chamberlan Chedou

More information

Optimization of Ancillary Services for System Security: Sequential vs. Simultaneous LMP calculation

Optimization of Ancillary Services for System Security: Sequential vs. Simultaneous LMP calculation Optmzaton of Ancllary Servces for System Securty: Sequental vs. Smultaneous LM calculaton Sddhartha Kumar Khatan, Yuan L, Student Member, IEEE, and Chen-Chng. Lu, Fellow, IEEE Abstract-- A lnear optmzaton

More information

Enhanced Artificial Neural Networks Using Complex Numbers

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

More information

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

Improved transformer protection using probabilistic neural network and power differential method

Improved transformer protection using probabilistic neural network and power differential method MultCraft Internatonal Journal of Engneerng, Scence and Technology Vol. 2, No. 3, 200, pp. 29-44 INTERNATIONAL JOURNAL OF ENGINEERING, SCIENCE AND TECHNOLOGY www.jest-ng.com 200 MultCraft Lmted. All rghts

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

Adaptive Phase Synchronisation Algorithm for Collaborative Beamforming in Wireless Sensor Networks

Adaptive Phase Synchronisation Algorithm for Collaborative Beamforming in Wireless Sensor Networks 213 7th Asa Modellng Symposum Adaptve Phase Synchronsaton Algorthm for Collaboratve Beamformng n Wreless Sensor Networks Chen How Wong, Zhan We Sew, Renee Ka Yn Chn, Aroland Krng, Kenneth Tze Kn Teo Modellng,

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

Estimation of Solar Radiations Incident on a Photovoltaic Solar Module using Neural Networks

Estimation of Solar Radiations Incident on a Photovoltaic Solar Module using Neural Networks XXVI. ASR '2001 Semnar, Instruments and Control, Ostrava, Aprl 26-27, 2001 Paper 14 Estmaton of Solar Radatons Incdent on a Photovoltac Solar Module usng Neural Networks ELMINIR, K. Hamdy 1, ALAM JAN,

More information

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid Abstract Latency Inserton Method (LIM) for IR Drop Analyss n Power Grd Dmtr Klokotov, and José Schutt-Ané Wth the steadly growng number of transstors on a chp, and constantly tghtenng voltage budgets,

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

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

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

Understanding the Spike Algorithm

Understanding the Spike Algorithm Understandng the Spke Algorthm Vctor Ejkhout and Robert van de Gejn May, ntroducton The parallel soluton of lnear systems has a long hstory, spannng both drect and teratve methods Whle drect methods exst

More information

Prediction of Rainfall Using MLP and RBF Networks N. Vivekanandan Central Water and Power Research Station, Pune

Prediction of Rainfall Using MLP and RBF Networks N. Vivekanandan Central Water and Power Research Station, Pune Int. J. Advanced etworkng and Applcatons Volume: 05, Issue: 04, Pages:974-979 (204 ISS : 0975-0290 974 Predcton of Ranfall Usng MLP and RBF etworks. Vvekanandan Central Water and Power Research Staton,

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

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

On the Feasibility of Receive Collaboration in Wireless Sensor Networks

On the Feasibility of Receive Collaboration in Wireless Sensor Networks On the Feasblty of Receve Collaboraton n Wreless Sensor Networs B. Bantaleb, S. Sgg and M. Begl Computer Scence Department Insttute of Operatng System and Computer Networs (IBR) Braunschweg, Germany {behnam,

More information

RBF NN Based Marine Diesel Engine Generator Modeling

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

More information

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

An Effective Approach for Distribution System Power Flow Solution

An Effective Approach for Distribution System Power Flow Solution World Academy of Scence, Engneerng and Technology nternatonal Journal of Electrcal and Computer Engneerng ol:, No:, 9 An Effectve Approach for Dstrbuton System Power Flow Soluton A. Alsaad, and. Gholam

More information

STRUCTURE ANALYSIS OF NEURAL NETWORKS

STRUCTURE ANALYSIS OF NEURAL NETWORKS STRUCTURE ANALYSIS OF NEURAL NETWORKS DING SHENQIANG NATIONAL UNIVERSITY OF SINGAPORE 004 STRUCTURE ANALYSIS OF NEURAL NETWORKS DING SHENQIANG 004 STRUCTURE ANANLYSIS OF NEURAL NETWORKS DING SHENQIANG

More information

Digital Transmission

Digital Transmission Dgtal Transmsson Most modern communcaton systems are dgtal, meanng that the transmtted normaton sgnal carres bts and symbols rather than an analog sgnal. The eect o C/N rato ncrease or decrease on dgtal

More information

Equity trend prediction with neural networks

Equity trend prediction with neural networks Res. Lett. Inf. Math. Sc., 2004, Vol. 6, pp 15-29 15 Avalable onlne at http://ms.massey.ac.nz/research/letters/ Equty trend predcton wth neural networks R.HALLIDAY Insttute of Informaton & Mathematcal

More information

STUDY OF MATRIX CONVERTER BASED UNIFIED POWER FLOW CONTROLLER APPLIED PI-D CONTROLLER

STUDY OF MATRIX CONVERTER BASED UNIFIED POWER FLOW CONTROLLER APPLIED PI-D CONTROLLER Journal of Engneerng Scence and Technology Specal Issue on Appled Engneerng and Scences, October (214) 3-38 School of Engneerng, Taylor s Unversty STUDY OF MATRIX CONVERTER BASED UNIFIED POWER FLOW CONTROLLER

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

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

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION Phaneendra R.Venkata, Nathan A. Goodman Department of Electrcal and Computer Engneerng, Unversty of Arzona, 30 E. Speedway Blvd, Tucson, Arzona

More information

Breast Cancer Detection using Recursive Least Square and Modified Radial Basis Functional Neural Network

Breast Cancer Detection using Recursive Least Square and Modified Radial Basis Functional Neural Network Breast Cancer Detecton usng Recursve Least Square and Modfed Radal Bass Functonal Neural Network M.R.Senapat a, P.K.Routray b,p.k.dask b,a Department of computer scence and Engneerng Gandh Engneerng College

More information

Performance Analysis of Cellular Radio System Using Artificial Neural Networks

Performance Analysis of Cellular Radio System Using Artificial Neural Networks Amercan Journal of Neural Networks and Applcatons 27; 3(): 5-3 http://www.scencepublshnggroup.com/j/ajnna do:.648/j.ajnna.273.2 ISSN: 2469-74 (rnt); ISSN: 2469-749 (Onlne) erformance Analyss of Cellular

More information

Novel Artificial Neural Networks For Remote-Sensing Data Classification

Novel Artificial Neural Networks For Remote-Sensing Data Classification ovel Artfcal eural etwors For Remote-Sensng Data Classfcaton Xaol Tao * and Howard E. chel ξ Unversty of assachusetts Dartmouth, Dartmouth A 0747 ABSTRACT Ths paper dscusses two novel artfcal neural networ

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

J. Electrical Systems 13-3 (2017): Regular paper

J. Electrical Systems 13-3 (2017): Regular paper Mng-Yuan Cho 1, Hoang Th Thom 1,* J. Electrcal Systems 13-3 (2017): 415-428 Regular paper Fault Dagnoss for Dstrbuton Networks Usng Enhanced Support Vector Machne Classfer wth Classcal Multdmensonal Scalng

More information

A NEURO-FUZZY APPROACH FOR THE FAULT LOCATION ESTIMATION OF UNSYNCHRONIZED TWO-TERMINAL TRANSMISSION LINES

A NEURO-FUZZY APPROACH FOR THE FAULT LOCATION ESTIMATION OF UNSYNCHRONIZED TWO-TERMINAL TRANSMISSION LINES Internatonal Journal of Computer Scence & Informaton Technology (IJCSIT) Vol 5, No, February 203 A NEURO-FUZZY APPROACH FOR THE FAULT LOCATION ESTIMATION OF UNSYNCHRONIZED TWO-TERMINAL TRANSMISSION LINES

More information

Comparative Study of Short-term Electric Load Forecasting

Comparative Study of Short-term Electric Load Forecasting 2014 Ffth Internatonal Conference on Intellgent Systems, Modellng and Smulaton Comparatve Study of Short-term Electrc Load Forecastng Bon-gl Koo Department of electrcal and computer engneerng Pusan atonal

More information

Available Transfer Capability (ATC) Under Deregulated Power Systems

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

More information

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

熊本大学学術リポジトリ. 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

Priority based Dynamic Multiple Robot Path Planning

Priority based Dynamic Multiple Robot Path Planning 2nd Internatonal Conference on Autonomous obots and Agents Prorty based Dynamc Multple obot Path Plannng Abstract Taxong Zheng Department of Automaton Chongqng Unversty of Post and Telecommuncaton, Chna

More information

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

Customer witness testing guide

Customer witness testing guide Customer wtness testng gude Ths gude s amed at explanng why we need to wtness test equpment whch s beng connected to our network, what we actually do when we complete ths testng, and what you can do to

More information

An Improved Method for GPS-based Network Position Location in Forests 1

An Improved Method for GPS-based Network Position Location in Forests 1 Ths full text paper was peer revewed at the drecton of IEEE Communcatons Socety subject matter experts for publcaton n the WCNC 008 proceedngs. An Improved Method for GPS-based Network Poston Locaton n

More information

Relevance of Energy Efficiency Gain in Massive MIMO Wireless Network

Relevance of Energy Efficiency Gain in Massive MIMO Wireless Network Relevance of Energy Effcency Gan n Massve MIMO Wreless Network Ahmed Alzahran, Vjey Thayananthan, Muhammad Shuab Quresh Computer Scence Department, Faculty of Computng and Informaton Technology Kng Abdulazz

More information

Artificial Intelligence Techniques Applications for Power Disturbances Classification

Artificial Intelligence Techniques Applications for Power Disturbances Classification Internatonal Journal of Electrcal and Computer Engneerng 3:5 28 Artfcal Intellgence Technques Applcatons for Power Dsturbances Classfcaton K.Manmala, Dr.K.Selv and R.Ahla Abstract Artfcal Intellgence (AI)

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

An Improved Method in Transient Stability Assessment of a Power System Using Committee Neural Networks

An Improved Method in Transient Stability Assessment of a Power System Using Committee Neural Networks IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.9 No., January 9 9 An Improved Method n Transent Stablty Assessment of a Power System Usng Commttee Neural Networks Reza Ebrahmpour

More information

Nonlinear Complex Channel Equalization Using A Radial Basis Function Neural Network

Nonlinear Complex Channel Equalization Using A Radial Basis Function Neural Network Nonlnear Complex Channel Equalzaton Usng A Radal Bass Functon Neural Network Mclau Ncolae, Corna Botoca, Georgeta Budura Unversty Poltehnca of Tmşoara cornab@etc.utt.ro Abstract: The problem of equalzaton

More information

Throughput Maximization by Adaptive Threshold Adjustment for AMC Systems

Throughput Maximization by Adaptive Threshold Adjustment for AMC Systems APSIPA ASC 2011 X an Throughput Maxmzaton by Adaptve Threshold Adjustment for AMC Systems We-Shun Lao and Hsuan-Jung Su Graduate Insttute of Communcaton Engneerng Department of Electrcal Engneerng Natonal

More information

Rotational Load Flow Method for Radial Distribution Systems

Rotational Load Flow Method for Radial Distribution Systems Insttute Insttute of of Advanced Advanced Engneerng Engneerng and and Scence Scence Internatonal Journal of Electrcal and Computer Engneerng IJECE) Vol. 6, No. 3, June 016, pp. 1344 135 ISSN: 088-8708,

More information

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes Internatonal Journal of Theoretcal & Appled Scences 6(1): 50-54(2014) ISSN No. (Prnt): 0975-1718 ISSN No. (Onlne): 2249-3247 Generalzed Incomplete Trojan-Type Desgns wth Unequal Cell Szes Cn Varghese,

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

ONLINE POWER SYSTEM CONTINGENCY SCREENING AND RANKING METHODS USING RADIAL BASIS NEURAL NETWORKS

ONLINE POWER SYSTEM CONTINGENCY SCREENING AND RANKING METHODS USING RADIAL BASIS NEURAL NETWORKS Internatonal Journal of Electrcal and Electroncs Engneerng Research (IJEEER) ISSN(P): 2250-155X; ISSN(E): 2278-943X Vol. 6, Issue 3, Jun 2016, 9-16 TJPRC Pvt. Ltd ONLINE POWER SYSTEM CONTINGENCY SCREENING

More information

Performance analysis of a RLS-based MLP-DFE in time-invariant and time-varying channels

Performance analysis of a RLS-based MLP-DFE in time-invariant and time-varying channels Dgtal Sgnal Processng 18 (2008) 307 320 www.elsever.com/locate/dsp Performance analyss of a RLS-based MLP-DFE n tme-nvarant and tme-varyng channels Kashf Mahmood, Abdelmalek Zdour, Azzedne Zergune Electrcal

More information