Identification of Fault Type and Location in Distribution Feeder Using Support Vector Machines

Size: px
Start display at page:

Download "Identification of Fault Type and Location in Distribution Feeder Using Support Vector Machines"

Transcription

1 Identification of Type and in Distribution Feeder Using Support Vector Machines D Thukaram, and Rimjhim Agrawal Department of Electrical Engineering Indian Institute of Science Bangalore INDIA dtram@ee.iisc.ernet.in, rimjhim@ee.iisc.ernet.in Abstract This paper presents a support vector machine (SVMs) approach for locating and diagnosing faults in electric power distribution feeders. The proposed approach is based on the measurements available at the substation and remote terminal units (RTUs). To illustrate the proposed methodology, a practical distribution feeder emanating from 132/11KV-grid substation in India with loads is considered. To show the effectiveness of the proposed methodology, practical situations in distribution systems (DS) such as all types of faults with a wide range of varying fault locations, source short circuit (SSC) levels and fault impedances are considered for studies. The proposed fault location scheme is capable of accurately identify the fault type, location of faulted feeder section and the fault impedance irrespective of SSC level, fault impedance and fault locations. The results demonstrate the feasibility of applying the proposed method in practical distribution automation (DA) system for fault diagnosis. Keywords- distribution systems; fault location; support vector machines E I. INTRODUCTION LECTRIC power distribution system is a complicated network of power systems which comprises of number of radial feeders. These distribution feeders constitute the major link between the power supply utility and consumers, which has to be highly reliable and efficient under normal and contingency condition. The reliability of a distribution system can be improved by proper planning and good maintenance. However, at times, supply interruption is still unavoidable mainly because of fault or overloading in the distribution system consisting of a number of radial feeders. These feeders are frequently subjected to the various types of faults like temporary short circuits, permanent short circuits and open conductor high impedance faults. Detection of high impedance faults (HIFs) on electric distribution system has been one of the most persistent and difficult problem facing the electric utility industry. Consequently, HIFs cannot be detected by conventional over current protection [1, 2]. In recent years, there has been increasing interest in the use of computer aided diagnosis and restoration systems to assist the operations engineer [3]. Various short circuit fault location techniques have been proposed in the literature. However, a survey of previous work has revealed that most of the fault location algorithms were developed for transmission systems and are not suitable for radial distribution network [4]. As electric utilities install monitoring devices on distribution substations and collect data from these devices, new methods are needed to extract useful information from monitored data. Data obtained at the substations can provide valuable information about what is happening on the system, and this will enable the utility to respond to the problems proactively. This objective depends on the success of the distribution automation system and in turn on the availability of reliable measurement database from SCADA systems [5]. An automated distribution system fault location and diagnosis system is described in [6]. The proposed fault location algorithm is based on the integration of information available from distribution recording devices with knowledge contained in a distribution feeder database. Methodologies used to solve the fault location problem in power distribution systems could be divided in two groups: methodologies based on circuital models of the distribution network also known as circuit based models (CBM), and methodologies that use other type of information like weather conditions, fault databases, customer calls, among others, also known as knowledge based methodologies (KBM) [7]. The application of expert systems, fuzzy logic, wavelet, neural networks (NNs) has successfully been applied for fault diagnosis in literature [8-10]. To overcome the line model dependency problem, in [11] artificial neural networks (ANN) based estimator were built to estimate fault locations. This paper describes an automated distribution fault diagnosis system using multi-class support vector machines (SVMs). SVM is a relatively new machine learning method developed by Vapnik [12], which is based on the statistical learning theory. In this paper, SVMs are used as an intelligent tool for identifying the faulted line section that is emanating from a node in conjunction with the fault type and subsequently to find the fault impedance and fault distance from the node. Results on a practical distribution feeder emanating from 132/11KV-grid substation in India are presented to illustrate the proposed method. The paper is organized as follows. Section II introduces the proposed methodology using SVMs. Section III brings in the detail of the Support Vector Machines, multi class classification, and describes the procedure to implement SVM. The test system and the results of the proposed approach are presented in section IV. It gives the brief description of the 1

2 input patterns for different SVM blocks and mainly describes the parameter variation results for both classification and regression. Finally, Section V presents the conclusions. II. PROPOSED APPROACH Distribution automation is a tool which refers to automation of repetitive tasks on the electric utility distribution system and is used to benefit the consumer as well as utility. The status of various switches, RMS values and phase angle of section current and voltage are made available from pole top remote terminal unit to substation remote terminal unit (RTU). Availability of this information at substation RTU greatly helps in location of faults in distribution system. Proposed method is developed using above information to monitor the feeders during fault condition. Feeder Automation SCADA State Estimation Data Base Software Power Flow Figure 1. Automated System Configuration Fig. 1 shows the configuration of the distributed feeder automation with all the facilities as mentioned above. Here it is assumed that all nodes data is available at SCADA through RTUs. Then through SCADA the system data is gathered and stored at central located data base system. Data is then processed via software program (three phase power flow) and short circuit analysis to obtain the required information for distribution dispatch center (DDC). This information is then conveyed to the SVMs which perform the classification and regression task. Suitable control actions are then taken once Three phase Voltages at the substations (V a, V b, V c ) Distribution Dispatch Center Software Short Circuit Analysis SVM (Classification and Regression) Control the faulted line, fault type, and fault impedance value is known. When fault occurs on the system, voltage and current magnitude changes at many places in the network. This paper presents an approach to assist the post-fault diagnosis process immediately after detection of fault. The first goal of our approach is identification of the faulted line section in conjunction with the fault type and consequently the identification of fault location and fault impedance forms the second. Block description of the proposed method using the SVMs is illustrated in Fig 2. The RMS values of three phase voltages and currents during fault, measured with RTUs at the nodes are considered as an input feature vector to the SVMs and the expected output i.e. identifying the fault type, faulted line estimation, fault location on the line emanating from the node and fault impedance value are considered as targets. The relation between the measurements and targets are buildup by SVM, which relates them only in a condition when fault occurs in one of the lines emanating from the node. In the proposed approach identification of fault type and faulted line among the lines emanated from the node is a multi-class classification problem. This is solved as a classification problem using techniques such as support vector classifiers (SVCs), which have well-established advantages over other methods. In Fig. 2, SVM-C corresponds to the faulted line classifier with inherited fault type. After the faulted line is identified, the accurate fault location and fault impedance value is a function approximation problem, which is solved by ε-support vector regression (epsilon-svr) approach. In this regression problem of fault location identification, the block ε-svr uses the fault type information obtained from SVM-C and the same local information available at the substation during the fault. V s 1 V sk Set of three phase Currents in the substation lines (I a, I b, I c ) I L 1 I Lm FEATURE VECTOR ε-svr-1 SVM -C ed Line Classifier ε-svr-2 ε-svr-3 ed Line Number with inherited fault type Triggeer the fault type SVR S-L-G L-L 3-Ph L-L-G ε-svr-4 ε-svr-5 ε-svr-6 ε-svr-7 ε-svr-8 Figure 2. Block description of the proposed method. 2

3 As shown in Fig. 2, the design of the SVR consists of four Support Vector Regression blocks. One of these blocks is triggered based on the fault type identified by the SVM-C. To train each one of these SVR blocks, patterns are generated for each fault type at different locations on the lines with all the parameters varied. The details of training and testing patterns are presented in section 4. In Fig. 2, ε-svr-1, ε-svr-3,ε-svr- 5 andε-svr-7 correspond to the fault locator; ε-svr-2, ε- SVR-4,ε-SVR-6 andε-svr-8 correspond to the fault impedance identifier for four different types of fault. III. SUPPORT VECTOR MACHINES SVM is a relatively new computational learning method based on the statistical learning theory. In SVMs, the original input space is mapped into a high-dimensional dot product space called a feature space, and in the feature space, the optimal hyperplane is determined to maximize the generalization ability of the classifier. The optimal hyper plane is found by exploiting the optimization theory, and respecting insights provided by the statistical learning theory. SVMs have the potential to handle very large feature spaces, because the training of SVMs is carried out in such a way that the dimension of classified vectors does not have a distinct influence on the performance of SVMs, as it has on the performance of conventional classifiers. That is why it is noticed to be especially efficient in large classification problems. This will also benefit in fault classification, because the number of features for fault diagnosis may not have to be limited. The mathematical formulation for support vector classification and support vector regression is given in [13, 14]. A. Multi class classification Basically, there are two types of approaches which can be used for the extension of binary two-class problem to n class problem (first is to modify the design of the SVMs to incorporate the multi-class learning in the quadratic solving algorithm and second is to combine several binary classifiers). In the second case, methods like one-against-all and oneagainst-one have been proposed where typically a multi-class classifier is constructed by combining binary classifiers[15, 16]. In this paper one-against-one method is used for multiclass classification, because of its less training time over oneagainst-all. B. Procedure to use SVM In this section, we will briefly describe the procedures to apply the SVMs in practice for classification and regression task. Scaling: The input and the output data need to be scaled properly for better performance. The main advantage of scaling is to avoid attributes in greater numeric ranges dominating those in smaller numeric ranges [17]. Another advantage is to avoid numerical difficulties during the calculation. Because kernel values usually depend on the inner products of feature vectors, therefore each attribute is linearly scaled to the range [-1, +1] or [0, 1]. In this paper [-1, +1] normalization is used. For the linear scaling method, assuming the maximal and minimal values of the i th attribute as M i and m i respectively, Scaling to [0, 1] means x'=(x-m i )/(M i -m i ) and scaling to [-1, +1] means x''=2(x-m i )/(M i -m i )-1. Choosing the kernel: The next step is to choose an appropriate kernel function. The use of kernel methods provides a powerful way of obtaining nonlinear algorithms capable of handling non-separable datasets in the original input space [18, 19]. Different types of kernels which can be used to train the SVMs are linear kernel, polynomial kernel, radial basis function (RBF) kernel and sigmoid kernel. The RBF kernel nonlinearly maps samples into a higher dimensional space. Hence, unlike the linear kernel it can handle the case when the relation between class labels and attributes is nonlinear. Another reason of choosing RBF kernel is the number of hyper-parameters which influences the complexity of model selection. Hence in this paper, we have used RBF kernel for SVMs training. SVM Model Selection: In any predictive learning task, such as classification/ regression, an appropriate representation of examples as well as the model and parameter estimation method should be selected to obtain a high level of performance of the learning machine. To obtain a good performance, some parameters in SVMs have to be chosen carefully. These parameters include: The penalty term C, which determines the tradeoff between minimizing the training error and minimizing model complexity; Kernel parameters such as gamma (g = 1/2σ 2 ) that implicitly defines the nonlinear mapping from input space to some high-dimensional feature space. An optimum value for the kernel parameter of any specific kernel might be achieved using cross-validation. Training: The next step is to train the SVM using the RBF kernel with optimal parameter, the input and the output (for regression) data. The choice of the appropriate kernel could be influenced by the number of training data. However, in practice, usually crossvalidation technique is the best way to judge the appropriateness of the kernel. Testing: After training, the SVM data can be tested using the validation parameters. IV. TEST SYSTEM STUDIES AND RESULTS The developed algorithm is tested on a practical distribution feeder emanating from 132/11KV-grid substation, which is a part of the three phase 52 bus distribution network in India consisting of three feeders. Each feeder of the system consists of more than one main branch. Figure 3 shows the 19 bus distribution feeder used for analysis. The loads in kva are represented by the distribution transformers at various nodes. Bus number-1 is 11 kv substation bus. The complete analysis is carried out on the feeder where each node is assumed to have a RTU. The data corresponding to the feeder 1 of the practical 52 bus DS is tabulated in Table V of Appendix. 3

4 Substation Bus 1 Bus 4 40 Bus 2 Bus Figure 3. A practical 19 bus distribution feeder in India. A. Input Patterns Bus 3 Bus Bus Bus 8 Bus 9 Bus 10 Bus 11 Bus 13 The data used for training and testing purpose are obtained from RTUs located at different nodes and it is assumed that all nodes data is available at DDC. Considering all 18 nodes of feeder 1 as monitoring nodes, the input patterns to the support vector machine contains these node s three phase voltages (V a k, V b k, V c k ), where k is the number of nodes and set of three phase currents (I a m, I b m, I c m ), where m is the number of all lines emanating from the nodes. Hence the total number of features in the input pattern are 3*(total number of buses) +3*(total number of lines). So input feature space is 111 (three phase-voltages at all 19 buses and 18 currents in three phases of the eighteen lines). While training the SVMs, the target values for classification problem will be the class label and for regression problem, the distance values (finding the fault distance from the node) and fault impedance are considered as the target values. The faulty measurements are simulated considering different types of faults: single line to ground (SLG), line to line (LL) fault, 3-phase symmetrical faults and double line to ground faults on each line of the distribution network. The details of the simulation study for generating the patterns for training and testing of faulted line SVCs during faulted condition are given in Table I. As the proposed method uses only one support vector machine classifier as shown in Fig. 2, the output from the SVM-C is one of the class labels from the set (1, 2,, L; L+1,, 2L; 2L+1,, 3L; 3L+1,, 4L). In the above set, the fault type is inherited with the line number. Lines are labeled from 1 to L for SLG fault, from L + 1 to 2L are for LL fault, from 2L + 1 to 3L are for 3-Ph, from 3L + 1 to 4L are for LLG type of fault. Measurements are taken at each of the above DS conditions. The training parameters during fault simulation are modified as follows: The SSC level is varied over the values of 20, 40, 60, 80, and 100 MVA. 100 Bus Bus 15 Bus 14 Bus Bus 19 Bus 18 Bus 17 The fault impedance values are varied over the values of 0, 25, 50, 75 and 100 Ω. The faults are created at distances of 25% and 75% of their total line length. Overall, the training patterns are generated for 4 types of fault on all the distribution lines considered over 5 SSC levels, 5 fault impedance values and 2 locations. For feeder-1, the numbers of training patterns are 3400(17x5x5x2x4). The testing parameters during fault simulation are modified as follows: The SSC level is varied over the values of 30, 50 and 70 MVA. The fault impedance values are varied over the values of 30, 60 and 90 Ω. The fault location is taken as 50% of their total line length The Test patterns are also generated for all types of fault. The number of test patterns generated for each type of fault is 612 (17x3x3x4). In this paper, LIBSVM is used for training the SVMs in classification and regression modules [20]. TABLE I. DETAILS OF TRAINING AND TEST PATTERNS GENERATION OF THE FAULTED LINE SUPPORT VACTOR CLASSIFIER (SVCS) DURING FAULTED CONDITION Line Variation of parameters Training SSC level :- 20,40,60,80 and 100 MVA :- 0,25,50,75 and 100Ω location :- 25% and 75% of their total line length Testing SSC level :- 30, 50 and 70 MVA :- 30,60 and 90Ω location :- 50% of their total line length The number of classes to be classified by the classifier block (SVM-C) is 17, number of hyperplanes (decision functions) formed are 136, the number of the input patterns for training are 3400 and testing are 612. In case of regression blocks, each block functions as a fault distance locator and fault impedance value identifier for different type of faults. B. Support Vector Classifiers Our primary goal is identification of faulted line section in conjunction with fault type. SVMs training require selection of the cost function (C) and kernel function (φ) parameters, which influence the ensuring model performance. In our simulations, we have considered radial basis function (RBF) as kernel function. Choosing the best parameters for faulted line classification can be time consuming if a systematic approach is not used 4

5 and/or the problem knowledge does not aid for proper selection. Hence, an interactive grid search model selection has been accomplished for SVM-C and the generalized accuracy is evaluated on the training data. The grid search is on for C = 2 0, and for g = 2-7, 2-6, 2-5, 2 6, 2 7. The efficient heuristic way of searching points in that space with small generalization errors will lead to a good understanding of the hyper-parameter space. We can then do a refined search of the (C, g) pairs for proper model selection. The obtained model parameters during grid search are merit listed for selecting the best parameters with highest testing accuracy. TABLE II. THE BEST FIVE RESULTS FROM INTERACTIVE GRID SEARCH SELECTION FOR CHOOSING PARAMETERS FOR FAULTED LINE CLASSIFIER (SVM-C) C g No. of Iters. No. of SVs % Training Accuracy % Testing Accuracy Table II shows the extracted model parameters with their training and testing accuracies, number of iterations for completion of the optimization process, and number of support vectors for the fault type classifier. The highest testing accuracy resulted for SVM-1 is % with extracted model parameters of C =8192.0, g =0.125 and cross validation accuracy of % on the training data. Once the SVM is learned with these parameters, all parameters of the trained SVM are frozen and then used in retrieval mode for testing the capabilities of the system on the data not used in learning. The % testing accuracy is defined by (No. of samples correctly classified*100/total number of samples presented). C. Support Vector Regression Once the faulted line section with fault type is identified from the approach mentioned above, our second goal is to identify the location of the fault from the substation and the fault impedance value. To model the ε -SVRs, RBF kernel is chosen. A series of experiments are run on the ε -SVR module with several values of C (cost coefficient or penalty parameter), g and p (epsilon in loss function) to find which combination of parameters is the best. The value of the penalty parameter range is trailed between 2 0 and Aforementioned, gamma (g) is an important parameter for all the kernel functions. The range of g is varied as [.0001, 3]. TABLE III. TESTING ACCURACY IN IDENTIFYING THE FAULT LOCATION AND FAULT IMPEDANCE IN TERMS OF MSE FROM ε SVR WITH DIFFERENT C, G, AND P VALUES OF FEEDER-1 WITH FAULT AT LINE 8-9 Type C g p MSE SLG e-6 LL e-6 3-Ph e-6 LLG e-6 SLG e-4 LL e-5 3-Ph e-4 LLG e-3 After a series of experiment the best combination of parameters obtained for all the four types of ε -SVR corresponding to different faults for fault location and fault impedance are given in Table III. It gives the information related to the variation of testing accuracy in terms of mean squared error (MSE) for different combinations of the ε -SVR parameters. For illustrative purpose line 8-9 of the feeder is considered. Table IV shows the obtained fault location (%) and obtained fault impedance (in ohms) for fault at line 8-9 of feeder, where actual distance is taken as 50% of the total line length. The fault locations and fault impedance are obtained from the corresponding ε SVR for all types of faults, with the parameter combinations tabulated in Table III. Hence, the parameters considered for ε SVR-1 for SLG fault are C=128, g =0.5 and p = Similarly for ε -SVR-3 (C=256, g =1 and p =0.1), ε -SVR-5 (C=64, g =0.1 and p =0.2) and ε -SVR-7 (C=128, g =0.5 and p =0.001) for LL, 3-Ph and LLG faults respectively. TABLE IV. OBTAINED FAULT LOCATION (%) AND FAULT IMPEDANCE (OHM) IN LINE 8-9 OF FEEDER-1 FOR DIFFERENT FAULT TYPES WITH ε -SVRS SSC (MVA) Actual Obtained Distance (%) Actual Obtained (Ohm) (%) SLG LL 3Ph LLG (Ohm) SLG LL 3Ph LLG

6 V. CONCLUSION The use of SVMs as powerful tool for applications in fault location problems, specific to distribution systems is presented. The proposed approach is illustrated on a practical distribution feeder emanating from 132/11KV-grid substation. Its operation is evaluated by simulating different types of faults under various practical conditions such as different SSC levels, fault impedances and locations. The classification accuracy for fault type with inherited faulted line is found to be 99.39% for feeder-1. The fault location accuracy of the results obtained is found to be in the range of few meters. However, for a change in network configuration, following a contingency, either the SVMs has to be retrained or the SVM trained beforehand for the contingency has to be put into service. If retraining has to be adopted, the time required is not significant with the proposed approach. The test results obtained prove to be encouraging and demonstrate the promising potential of the proposed algorithm for practical use. TABLE V. End Buses of the Line Segment From- Bus To-Bus APPENDIX LINE DATA, LOAD DATA AND INITIAL BUS VOLTAGES OF FEEDER 1 OF THE 52-BUS TEST SYSTEM Line Length (kms) Load at To-Bus Active Power (kw) Reactive Power (kvar) Initial Voltage at To-Bus (Base Case) V p.u. V Feeder o REFERENCES [1] V. N. Gohokar, M. K. Khedkar, s locations in automated distribution system, Electric Power Systems Research, vol. 75, pp , [2] M. Sarlak and S. M. Shahrtash, High Detection in Distribution Networks Using Support Vector Machines Based on Wavelet Transform, IEEE Electrical Power & Energy Conference, pp. 1-6, 6-7 Oct., [3] C. Y. Teo, A computer aided system to automate the restoration of electrical power supply, Electric Power Systems Research, vol. 20, pp , [4] T. Adu, "A new transmission line fault locating system," IEEE Trans. Power Delivery, vol. 16, no. 4, pp , [5] D. Shirmohammadi,W. H. E. Liu, K. C. Lau, and H.W. Hong, Distribution automation system with real-time analysis tools, IEEE Computer Applictions Power, vol. 9, no. 2, pp , [6] Jun Zhu, Member, David L. Lubkeman and Adly A. Girgis, Automated And Diagnosis On Electric Power Distribution Feeders,IEEE Transactions on Power Delivery, 1997, 12, (2), pp [7] J. Mora-Florez, J. Bedoya-Ceballos, L. Perez-Hernandez, Selection of currents patterns using SVMs for locating faults in radial power systems, Electric Power Systems Research, vol. 75, pp , [8] C. L. Yang, H. Okamoto, A. Yokoyama, and Y. Sekine, Expert system for fault section estimation of power systems using time sequence information, Elect. Power Energy Syst., vol. 14, no. 2, pp , [9] T. Dillon and D. Niebur, Tutorial on artificial neural networks for power systems, Eng. Intell. Syst., vol. 7, no. 1, pp. 3 17, [10] H. J. Lee, D. Y. Park, B. S. Ahn, Y. M. Park, and S. S. Venkata, A fuzzy expert system for the integrated fault diagnosis, IEEE Trans. Power Delivery, vol. 15, no. 2, pp , [11] D. Thukaram, H. P. Khincha, and H. P. Vijaynarasimha,"Artificial neural network and support vector Machine approach for locating faults in radial distribution systems," IEEE Transactions on Power Delivery, vol. 20, no. 2, pp , [12] [19] Vapnik, V., Statistical Learning Theory. Wiley, New York, NY, [13] Sastry, P.S., An introduction to Support Vector Machines, Chapter in J.C. Misra (Ed), computing and information sciences: Recent Trends,Narosa Publishing House, New Delhi [14] Burges, C. J. C, A tutorial on support vector machines for pattern recognition, Data Mining and Knowledge Discovery, vol. 2, no. 2, [15] Weston, J., and Watkins, C., Multi-class support vector machines, Technical Report CSD-TR-98-04, Department of Computer Science, Royal Holloway, University of London, Egham, TW20 0EX, UK, [16] C. W. Hsu and C. J. Lin, A comparison of methods for multi-class support vector machines, [17] Chih-Wei Hsu, Chih-Chung Chang, and Chih-Jen Lin, A Practical Guide to Support Vector Classification, [18] Platt, J., Fast Training of Support Vector Machines using Sequential Minimal Optimization, Advance in Kernel Methods: Support Vector Learning, pp , MIT Press, Cambridge, MA, [19] B. Scholkopf, C. Burges, and A. Smola, "Advances in Kernel Methods Support Vector Learning" Cambridge, MA: MIT Press, [20] Chih-Chung Chang and Chih-Jen Lin, LIBSVM: a library for support vector machines,

Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine

Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine Journal of Clean Energy Technologies, Vol. 4, No. 3, May 2016 Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine Hanim Ismail, Zuhaina Zakaria, and Noraliza Hamzah

More information

FAULT CLASSIFICATION AND LOCATION ALGORITHM FOR SERIES COMPENSATED POWER TRANSMISSION LINE

FAULT CLASSIFICATION AND LOCATION ALGORITHM FOR SERIES COMPENSATED POWER TRANSMISSION LINE I J E E S R Vol. 3 No. 2 July-December 2013, pp. 67-72 FULT CLSSIFICTION ND LOCTION LGORITHM FOR SERIES COMPENSTED POWER TRNSMISSION LINE Shibashis Sahu 1, B. B. Pati 2 & Deba Prasad Patra 3 2 Veer Surendra

More information

A DWT Approach for Detection and Classification of Transmission Line Faults

A DWT Approach for Detection and Classification of Transmission Line Faults IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 02 July 2016 ISSN (online): 2349-6010 A DWT Approach for Detection and Classification of Transmission Line Faults

More information

A Novel Fuzzy Neural Network Based Distance Relaying Scheme

A Novel Fuzzy Neural Network Based Distance Relaying Scheme 902 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 15, NO. 3, JULY 2000 A Novel Fuzzy Neural Network Based Distance Relaying Scheme P. K. Dash, A. K. Pradhan, and G. Panda Abstract This paper presents a new

More information

Detection and Classification of Power Quality Event using Discrete Wavelet Transform and Support Vector Machine

Detection and Classification of Power Quality Event using Discrete Wavelet Transform and Support Vector Machine Detection and Classification of Power Quality Event using Discrete Wavelet Transform and Support Vector Machine Okelola, Muniru Olajide Department of Electronic and Electrical Engineering LadokeAkintola

More information

AS the power distribution networks become more and more

AS the power distribution networks become more and more IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 21, NO. 1, FEBRUARY 2006 153 A Unified Three-Phase Transformer Model for Distribution Load Flow Calculations Peng Xiao, Student Member, IEEE, David C. Yu, Member,

More information

ANFIS Approach for Locating Faults in Underground Cables

ANFIS Approach for Locating Faults in Underground Cables Vol:8, No:6, 24 ANFIS Approach for Locating Faults in Underground Cables Magdy B. Eteiba, Wael Ismael Wahba, Shimaa Barakat International Science Index, Electrical and Computer Engineering Vol:8, No:6,

More information

An Adaptive Protection Scheme for Optimal Overcurrent Relay Coordination in Interconnected Power Systems

An Adaptive Protection Scheme for Optimal Overcurrent Relay Coordination in Interconnected Power Systems From the SelectedWorks of Almoataz Youssef Abdelaziz March, 2000 An Adaptive Protection Scheme for Optimal Overcurrent Relay Coordination in Interconnected Power Systems Almoataz Youssef Abdelaziz Available

More information

Paper. Fault Location in an Unbalanced Distribution System using Support Vector Classification and Regression Analysis

Paper. Fault Location in an Unbalanced Distribution System using Support Vector Classification and Regression Analysis IEEJ TRANSACTIONS ON ELECTRICAL AND ELECTRONIC ENGINEERING IEEJ Trans ; 3: 37 5 Published online in Wiley Online Library (wileyonlinelibrary.com). DOI:./tee.59 Paper Location in an Unbalanced Distribution

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK SPECIAL ISSUE FOR NATIONAL LEVEL CONFERENCE "Technology Enabling Modernization

More information

IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS

IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS Fourth International Conference on Control System and Power Electronics CSPE IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS Mr. Devadasu * and Dr. M Sushama ** * Associate

More information

Intelligent Fault Analysis in Electrical Power Grids

Intelligent Fault Analysis in Electrical Power Grids Intelligent Fault Analysis in Electrical Power Grids Biswarup Bhattacharya Department of Computer Science University of Southern California Los Angeles, CA 90089. USA. Email: bbhattac@usc.edu Abhishek

More information

Online Diagnosis and Monitoring for Power Distribution System

Online Diagnosis and Monitoring for Power Distribution System Energy and Power Engineering, 1,, 59-53 http://dx.doi.org/1.3/epe.1. Published Online November 1 (http://www.scirp.org/journal/epe) Online Diagnosis and Monitoring for Power Distribution System Atef Almashaqbeh,

More information

A Novel Fault Diagnosis Method for Rolling Element Bearings Using Kernel Independent Component Analysis and Genetic Algorithm Optimized RBF Network

A Novel Fault Diagnosis Method for Rolling Element Bearings Using Kernel Independent Component Analysis and Genetic Algorithm Optimized RBF Network Research Journal of Applied Sciences, Engineering and Technology 6(5): 895-899, 213 ISSN: 24-7459; e-issn: 24-7467 Maxwell Scientific Organization, 213 Submitted: October 3, 212 Accepted: December 15,

More information

IMPLEMENTATION OF ADVANCED DISTRIBUTION AUTOMATION IN U.S.A. UTILITIES

IMPLEMENTATION OF ADVANCED DISTRIBUTION AUTOMATION IN U.S.A. UTILITIES IMPLEMENTATION OF ADVANCED DISTRIBUTION AUTOMATION IN U.S.A. UTILITIES (Summary) N S Markushevich and A P Berman, C J Jensen, J C Clemmer Utility Consulting International, JEA, OG&E Electric Services,

More information

Switching and Fault Transient Analysis of 765 kv Transmission Systems

Switching and Fault Transient Analysis of 765 kv Transmission Systems Third International Conference on Power Systems, Kharagpur, INDIA December >Paper #< Switching and Transient Analysis of 6 kv Transmission Systems D Thukaram, SM IEEE, K Ravishankar, Rajendra Kumar A Department

More information

Proposed Techniques for Identifying Open and Short Circuit Sections in Distribution Networks

Proposed Techniques for Identifying Open and Short Circuit Sections in Distribution Networks Proposed Techniques for Identifying Open and Short Circuit Sections in Distribution Networks Wael Al-Hasawi Electrical Technology Dept., College of Technological Studies, P.O.Box 42325, Shuwaikh, Kuwait,

More information

Aggregated Rooftop PV Sizing in Distribution Feeder Considering Harmonic Distortion Limit

Aggregated Rooftop PV Sizing in Distribution Feeder Considering Harmonic Distortion Limit Aggregated Rooftop PV Sizing in Distribution Feeder Considering Harmonic Distortion Limit Mrutyunjay Mohanty Power Research & Development Consultant Pvt. Ltd., Bangalore, India Student member, IEEE mrutyunjay187@gmail.com

More information

Optimal placement of distribution transformers in radial distribution system

Optimal placement of distribution transformers in radial distribution system International Journal of Smart Grid and Clean Energy Optimal placement of distribution transformers in radial distribution system Vishwanath Hegde *, Raghavendra C. G., Prashanth Nayak Pradeep S., Themchan

More information

Fault Location Using Sparse Wide Area Measurements

Fault Location Using Sparse Wide Area Measurements 319 Study Committee B5 Colloquium October 19-24, 2009 Jeju Island, Korea Fault Location Using Sparse Wide Area Measurements KEZUNOVIC, M., DUTTA, P. (Texas A & M University, USA) Summary Transmission line

More information

A fast and accurate distance relaying scheme using an efficient radial basis function neural network

A fast and accurate distance relaying scheme using an efficient radial basis function neural network Electric Power Systems Research 60 (2001) 1 8 www.elsevier.com/locate/epsr A fast and accurate distance relaying scheme using an efficient radial basis function neural network A.K. Pradhan *, P.K. Dash,

More information

An Hybrid MLP-SVM Handwritten Digit Recognizer

An Hybrid MLP-SVM Handwritten Digit Recognizer An Hybrid MLP-SVM Handwritten Digit Recognizer A. Bellili ½ ¾ M. Gilloux ¾ P. Gallinari ½ ½ LIP6, Université Pierre et Marie Curie ¾ La Poste 4, Place Jussieu 10, rue de l Ile Mabon, BP 86334 75252 Paris

More information

Fault Localization using Wavelet Transforms in 132kV Transmission Lines

Fault Localization using Wavelet Transforms in 132kV Transmission Lines ENGINEER - Vo). XXXXII, No. 04, pp. [95-104], 2009 The Institution of Engineers, Sri Lanka Fault Localization using Wavelet Transforms in 132kV Transmission Lines J.V.U.P. Jayatunga, P.S.N. De Silva and

More information

DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS

DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS K. Vinoth Kumar 1, S. Suresh Kumar 2, A. Immanuel Selvakumar 1 and Vicky Jose 1 1 Department of EEE, School of Electrical

More information

Discrete Wavelet Transform and Support Vector Machines Algorithm for Classification of Fault Types on Transmission Line

Discrete Wavelet Transform and Support Vector Machines Algorithm for Classification of Fault Types on Transmission Line Discrete Wavelet Transform and Support Vector Machines Algorithm for Classification of Fault Types on Transmission Line K. Kunadumrongrath and A. Ngaopitakkul, Member, IAENG Abstract This paper proposes

More information

Composite Criteria based Network Contingency Ranking using Fuzzy Logic Approach

Composite Criteria based Network Contingency Ranking using Fuzzy Logic Approach INDIAN INSTITUTE OF TECHNOLOGY, KHARAGPUR, DECEMBER -9, Composite Criteria based Network Contingency Ranking using Fuzzy Logic Approach K.Visakha D.Thukaram Lawrence Jenkins Abstract -- Electric power

More information

Dwt-Ann Approach to Classify Power Quality Disturbances

Dwt-Ann Approach to Classify Power Quality Disturbances Dwt-Ann Approach to Classify Power Quality Disturbances Prof. Abhijit P. Padol Department of Electrical Engineering, abhijit.padol@gmail.com Prof. K. K. Rajput Department of Electrical Engineering, kavishwarrajput@yahoo.co.in

More information

Demosaicing Algorithm for Color Filter Arrays Based on SVMs

Demosaicing Algorithm for Color Filter Arrays Based on SVMs www.ijcsi.org 212 Demosaicing Algorithm for Color Filter Arrays Based on SVMs Xiao-fen JIA, Bai-ting Zhao School of Electrical and Information Engineering, Anhui University of Science & Technology Huainan

More information

Approach for High voltage transmission line protection by using line trap network & ANN over SVM

Approach for High voltage transmission line protection by using line trap network & ANN over SVM Approach for High voltage transmission line protection by using line trap network & ANN over SVM 1 Aaditya P.Agarkar, 2 Dr.Swapnil B.Mohod 1 PG student, 2 Assistant Professor 1,2 Department of Electrical

More information

Fault Detection in Double Circuit Transmission Lines Using ANN

Fault Detection in Double Circuit Transmission Lines Using ANN International Journal of Research in Advent Technology, Vol.3, No.8, August 25 E-ISSN: 232-9637 Fault Detection in Double Circuit Transmission Lines Using ANN Chhavi Gupta, Chetan Bhardwaj 2 U.T.U Dehradun,

More information

Fault Detection Using Hilbert Huang Transform

Fault Detection Using Hilbert Huang Transform International Journal of Research in Advent Technology, Vol.6, No.9, September 2018 E-ISSN: 2321-9637 Available online at www.ijrat.org Fault Detection Using Hilbert Huang Transform Balvinder Singh 1,

More information

Kernels and Support Vector Machines

Kernels and Support Vector Machines Kernels and Support Vector Machines Machine Learning CSE446 Sham Kakade University of Washington November 1, 2016 2016 Sham Kakade 1 Announcements: Project Milestones coming up HW2 You ve implemented GD,

More information

FOUR TOTAL TRANSFER CAPABILITY. 4.1 Total transfer capability CHAPTER

FOUR TOTAL TRANSFER CAPABILITY. 4.1 Total transfer capability CHAPTER CHAPTER FOUR TOTAL TRANSFER CAPABILITY R structuring of power system aims at involving the private power producers in the system to supply power. The restructured electric power industry is characterized

More information

Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II

Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II 1 * Sangeeta Jagdish Gurjar, 2 Urvish Mewada, 3 * Parita Vinodbhai Desai 1 Department of Electrical Engineering, AIT, Gujarat Technical University,

More information

Uhunmwangho Roland and Omorogiuwa Eseosa

Uhunmwangho Roland and Omorogiuwa Eseosa International Journal of Scientific & Engineering Rearch, Volume 5, Issue 10, October-2014 955 Detection and Analysis of s in Power Distribution Network Using Artificial Neural Network Uhunmwangho Roland

More information

MATLAB/GUI Simulation Tool for Power System Fault Analysis with Neural Network Fault Classifier

MATLAB/GUI Simulation Tool for Power System Fault Analysis with Neural Network Fault Classifier MATLAB/GUI Simulation Tool for Power System Fault Analysis with Neural Network Fault Classifier Ph Chitaranjan Sharma, Ishaan Pandiya, Dipak Swargari, Kusum Dangi * Department of Electrical Engineering,

More information

Genetic Algorithm based Voltage Regulator Placement in Unbalanced Radial Distribution Systems

Genetic Algorithm based Voltage Regulator Placement in Unbalanced Radial Distribution Systems Volume 50, Number 4, 2009 253 Genetic Algorithm based Voltage Regulator in Unbalanced Radial Distribution Systems Ganesh VULASALA, Sivanagaraju SIRIGIRI and Ramana THIRUVEEDULA Abstract: In rural power

More information

DISTRIBUTION NETWORK RECONFIGURATION FOR LOSS MINIMISATION USING DIFFERENTIAL EVOLUTION ALGORITHM

DISTRIBUTION NETWORK RECONFIGURATION FOR LOSS MINIMISATION USING DIFFERENTIAL EVOLUTION ALGORITHM DISTRIBUTION NETWORK RECONFIGURATION FOR LOSS MINIMISATION USING DIFFERENTIAL EVOLUTION ALGORITHM K. Sureshkumar 1 and P. Vijayakumar 2 1 Department of Electrical and Electronics Engineering, Velammal

More information

UNIT-4 POWER QUALITY MONITORING

UNIT-4 POWER QUALITY MONITORING UNIT-4 POWER QUALITY MONITORING Terms and Definitions Spectrum analyzer Swept heterodyne technique FFT (or) digital technique tracking generator harmonic analyzer An instrument used for the analysis and

More information

Multi-User Blood Alcohol Content Estimation in a Realistic Simulator using Artificial Neural Networks and Support Vector Machines

Multi-User Blood Alcohol Content Estimation in a Realistic Simulator using Artificial Neural Networks and Support Vector Machines Multi-User Blood Alcohol Content Estimation in a Realistic Simulator using Artificial Neural Networks and Support Vector Machines ROBINEL Audrey & PUZENAT Didier {arobinel, dpuzenat}@univ-ag.fr Laboratoire

More information

Voltage Sag Source Location Using Artificial Neural Network

Voltage Sag Source Location Using Artificial Neural Network International Journal of Current Engineering and Technology, Vol.2, No.1 (March 2012) ISSN 2277-4106 Research Article Voltage Sag Source Using Artificial Neural Network D.Justin Sunil Dhas a, T.Ruban Deva

More information

ABSTRACT. event like a tree falling on an overhead line in a storm or may take place due to the gradual

ABSTRACT. event like a tree falling on an overhead line in a storm or may take place due to the gradual ABSTRACT SAHOO, SANUJIT. Fault Cause Identification and High Impedance Fault Detection in Distribution Feeders. (Under the direction of Dr. Mesut E. Baran). Outages in the power system are caused by faults.

More information

Ultra Hight Voltge Transmission line Faults Identified and Analysis by using MATLAB Simulink

Ultra Hight Voltge Transmission line Faults Identified and Analysis by using MATLAB Simulink International Seminar On Non-Conventional Energy Sources for Sustainable Development of Rural Areas, IJAERD- International Journal of Advance Engineering & Research Development e-issn: 2348-4470, p-issn:2348-6406

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

Voltage Sag Index Calculation Using an Electromagnetic Transients Program

Voltage Sag Index Calculation Using an Electromagnetic Transients Program International Conference on Power Systems Transients IPST 3 in New Orleans, USA Voltage Sag Index Calculation Using an Electromagnetic Transients Program Juan A. Martinez-Velasco, Jacinto Martin-Arnedo

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 BACKGROUND The increased use of non-linear loads and the occurrence of fault on the power system have resulted in deterioration in the quality of power supplied to the customers.

More information

!"# Figure 1:Accelerated Plethysmography waveform [9]

!# Figure 1:Accelerated Plethysmography waveform [9] Accelerated Plethysmography based Enhanced Pitta Classification using LIBSVM Mandeep Singh [1] Mooninder Singh [2] Sachpreet Kaur [3] [1,2,3]Department of Electrical Instrumentation Engineering, Thapar

More information

Wavelet Transform Based Islanding Characterization Method for Distributed Generation

Wavelet Transform Based Islanding Characterization Method for Distributed Generation Fourth LACCEI International Latin American and Caribbean Conference for Engineering and Technology (LACCET 6) Wavelet Transform Based Islanding Characterization Method for Distributed Generation O. A.

More information

Application Of Artificial Neural Network In Fault Detection Of Hvdc Converter

Application Of Artificial Neural Network In Fault Detection Of Hvdc Converter Application Of Artificial Neural Network In Fault Detection Of Hvdc Converter Madhuri S Shastrakar Department of Electrical Engineering, Shree Ramdeobaba College of Engineering and Management, Nagpur,

More information

DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES

DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES Ph.D. THESIS by UTKARSH SINGH INDIAN INSTITUTE OF TECHNOLOGY ROORKEE ROORKEE-247 667 (INDIA) OCTOBER, 2017 DETECTION AND CLASSIFICATION OF POWER

More information

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL * A. K. Sharma, ** R. A. Gupta, and *** Laxmi Srivastava * Department of Electrical Engineering,

More information

A New Fault Locator for Three-Terminal Transmission Lines Using Two-Terminal Synchronized Voltage and Current Phasors

A New Fault Locator for Three-Terminal Transmission Lines Using Two-Terminal Synchronized Voltage and Current Phasors 452 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 17, NO. 2, APRIL 2002 A New Fault Locator for Three-Terminal Transmission Lines Using Two-Terminal Synchronized Voltage and Current Phasors Ying-Hong Lin,

More information

Support Vector Machine Classification of Snow Radar Interface Layers

Support Vector Machine Classification of Snow Radar Interface Layers Support Vector Machine Classification of Snow Radar Interface Layers Michael Johnson December 15, 2011 Abstract Operation IceBridge is a NASA funded survey of polar sea and land ice consisting of multiple

More information

ISSN Vol.05,Issue.06, June-2017, Pages:

ISSN Vol.05,Issue.06, June-2017, Pages: WWW.IJITECH.ORG ISSN 2321-8665 Vol.05,Issue.06, June-2017, Pages:1061-1066 Fuzzy Logic Based Fault Detection and Classification of Unsynchronized Faults in Three Phase Double Circuit Transmission Lines

More information

Detection of Power System Faults in the Presence of Linear Loads Using Stockwell Transform

Detection of Power System Faults in the Presence of Linear Loads Using Stockwell Transform IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-676,p-ISSN: 232-333, Volume, Issue 5 Ver. I (Sep - Oct 26), PP 37-45 www.iosrjournals.org Detection of Power System Faults

More information

VOLTAGE PROFILE ESTIMATION AND REACTIVE POWER CONTROL OF DISTRIBUTION FEEDERS DAVID TIMOTHY CHESSMORE

VOLTAGE PROFILE ESTIMATION AND REACTIVE POWER CONTROL OF DISTRIBUTION FEEDERS DAVID TIMOTHY CHESSMORE VOLTAGE PROFILE ESTIMATION AND REACTIVE POWER CONTROL OF DISTRIBUTION FEEDERS by DAVID TIMOTHY CHESSMORE Presented to the Faculty of the Graduate School of The University of Texas at Arlington in Partial

More information

Detection and classification of faults on 220 KV transmission line using wavelet transform and neural network

Detection and classification of faults on 220 KV transmission line using wavelet transform and neural network International Journal of Smart Grid and Clean Energy Detection and classification of faults on 220 KV transmission line using wavelet transform and neural network R P Hasabe *, A P Vaidya Electrical Engineering

More information

LOAD BALANCING OF FEEDER USING FUZZY AND OPTIMIZATION TECHNIQUE

LOAD BALANCING OF FEEDER USING FUZZY AND OPTIMIZATION TECHNIQUE International Journal of Electrical Engineering & Technology (IJEET) Volume 9, Issue 4, July- August 2018, pp. 74 82, Article ID: IJEET_09_04_008 Available online at http://www.iaeme.com/ijeet/issues.asp?jtype=ijeet&vtype=9&itype=4

More information

Fault Location Technique for UHV Lines Using Wavelet Transform

Fault Location Technique for UHV Lines Using Wavelet Transform International Journal of Electrical Engineering. ISSN 0974-2158 Volume 6, Number 1 (2013), pp. 77-88 International Research Publication House http://www.irphouse.com Fault Location Technique for UHV Lines

More information

Harmonic Distortion Levels Measured at The Enmax Substations

Harmonic Distortion Levels Measured at The Enmax Substations Harmonic Distortion Levels Measured at The Enmax Substations This report documents the findings on the harmonic voltage and current levels at ENMAX Power Corporation (EPC) substations. ENMAX is concerned

More information

ENHANCED DISTANCE PROTECTION FOR SERIES COMPENSATED TRANSMISSION LINES

ENHANCED DISTANCE PROTECTION FOR SERIES COMPENSATED TRANSMISSION LINES ENHANCED DISTANCE PROTECTION FOR SERIES COMPENSATED TRANSMISSION LINES N. Perera 1, A. Dasgupta 2, K. Narendra 1, K. Ponram 3, R. Midence 1, A. Oliveira 1 ERLPhase Power Technologies Ltd. 1 74 Scurfield

More information

Detection and Identification of PQ Disturbances Using S-Transform and Artificial Intelligent Technique

Detection and Identification of PQ Disturbances Using S-Transform and Artificial Intelligent Technique American Journal of Electrical Power and Energy Systems 5; 4(): -9 Published online February 7, 5 (http://www.sciencepublishinggroup.com/j/epes) doi:.648/j.epes.54. ISSN: 36-9X (Print); ISSN: 36-9 (Online)

More information

No. SSIEC-SEW SHINSUNG. Solid Insulation Eco Load Break Switch (SILO) SILO SERIES 15kV, 27kV 400A, 630A

No. SSIEC-SEW SHINSUNG. Solid Insulation Eco Load Break Switch (SILO) SILO SERIES 15kV, 27kV 400A, 630A SHINSUNG Solid Insulation Eco Load Break Switch (SILO) SILO SERIES 15kV, 27kV 400A, 630A Enhanced Self Healing System General SILO is 3 phase, solid insulated load break switch (LBS) and vacuum interruption

More information

Maximum Allowable PV Penetration by Feeder Reconfiguration Considering Harmonic Distortion Limits

Maximum Allowable PV Penetration by Feeder Reconfiguration Considering Harmonic Distortion Limits Maximum Allowable PV Penetration by Feeder Reconfiguration Considering Harmonic Distortion Limits Vemula Mahesh Veera Venkata Prasad #1, R. Madhusudhana Rao *, Mrutyunjay Mohanty #3 #1 M.Tech student,

More information

An ANN Based Fault Diagnosis System for Tapped HV/EHV Power Transmission Lines

An ANN Based Fault Diagnosis System for Tapped HV/EHV Power Transmission Lines JKAU: Eng. Sci., Vol. 20 No.1, pp: 3-28 (2009 A.D. / 1430 A.H.) An ANN Based Fault Diagnosis System for Tapped HV/EHV Power Transmission Lines E.A. Mohamed 1, H.A. Talaat 2 and E.A. Khamis 3 1,2 Elect.

More information

Keywords: Power System Computer Aided Design, Discrete Wavelet Transform, Artificial Neural Network, Multi- Resolution Analysis.

Keywords: Power System Computer Aided Design, Discrete Wavelet Transform, Artificial Neural Network, Multi- Resolution Analysis. GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES IDENTIFICATION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES BY AN EFFECTIVE WAVELET BASED NEURAL CLASSIFIER Prof. A. P. Padol Department of Electrical

More information

Neural Network Based Loading Margin Approximation for Static Voltage Stability in Power Systems

Neural Network Based Loading Margin Approximation for Static Voltage Stability in Power Systems Neural Network Based Loading Margin Approximation for Static Voltage Stability in Power Systems Arthit Sode-Yome, Member, IEEE, and Kwang Y. Lee, Fellow, IEEE Abstract Approximate loading margin methods

More information

Enhanced Real Time and Off-Line Transmission Line Fault Diagnosis Using Artificial Intelligence

Enhanced Real Time and Off-Line Transmission Line Fault Diagnosis Using Artificial Intelligence Enhanced Real Time and Off-Line Transmission Line Fault Diagnosis Using Artificial Intelligence Okwudili E. Obi, Oseloka A. Ezechukwu and Chukwuedozie N. Ezema 0 Enhanced Real Time and Off-Line Transmission

More information

TRANSIENT STABILITY ENHANCEMENT OF POWER SYSTEM USING INTELLIGENT TECHNIQUE

TRANSIENT STABILITY ENHANCEMENT OF POWER SYSTEM USING INTELLIGENT TECHNIQUE TRANSIENT STABILITY ENHANCEMENT OF POWER SYSTEM USING INTELLIGENT TECHNIQUE K.Satyanarayana 1, Saheb Hussain MD 2, B.K.V.Prasad 3 1 Ph.D Scholar, EEE Department, Vignan University (A.P), India, ksatya.eee@gmail.com

More information

A Novel Scheme of Transmission Line Faults Analysis and Detection by Using MATLAB Simulation

A Novel Scheme of Transmission Line Faults Analysis and Detection by Using MATLAB Simulation A Novel Scheme of Transmission Line Faults Analysis and Detection by Using MATLAB Simulation Satish Karekar 1, Varsha Thakur 2, Manju 3 1 Parthivi College of Engineering and Management, Sirsakala, Bhilai-3,

More information

Wavelet Based Fault Detection, Classification in Transmission System with TCSC Controllers

Wavelet Based Fault Detection, Classification in Transmission System with TCSC Controllers ISSN: 2248-9622, Vol. 5, Issue 8, (Part - 3) August 215, pp.25-29 RESEARCH ARTICLE OPEN ACCESS Wavelet Based Fault Detection, Classification in Transmission System with TCSC Controllers 1 G.Satyanarayana,

More information

Rule-Based Expert System for PQ Disburbances Classification Using S-Transform and Support Vector Machines

Rule-Based Expert System for PQ Disburbances Classification Using S-Transform and Support Vector Machines International Review on Modelling and Simulations (I.RE.MO.S.), Vol. 4, N. 6 December 2011 Rule-Based Expert System for PQ Disburbances Classification Using S-Transform and Support Vector Machines M. A.

More information

Prediction of Missing PMU Measurement using Artificial Neural Network

Prediction of Missing PMU Measurement using Artificial Neural Network Prediction of Missing PMU Measurement using Artificial Neural Network Gaurav Khare, SN Singh, Abheejeet Mohapatra Department of Electrical Engineering Indian Institute of Technology Kanpur Kanpur-208016,

More information

The Automatic Classification Problem. Perceptrons, SVMs, and Friends: Some Discriminative Models for Classification

The Automatic Classification Problem. Perceptrons, SVMs, and Friends: Some Discriminative Models for Classification Perceptrons, SVMs, and Friends: Some Discriminative Models for Classification Parallel to AIMA 8., 8., 8.6.3, 8.9 The Automatic Classification Problem Assign object/event or sequence of objects/events

More information

Voltage Stability Assessment in Power Network Using Artificial Neural Network

Voltage Stability Assessment in Power Network Using Artificial Neural Network Voltage Stability Assessment in Power Network Using Artificial Neural Network Swetha G C 1, H.R.Sudarshana Reddy 2 PG Scholar, Dept. of E & E Engineering, University BDT College of Engineering, Davangere,

More information

Application of Artificial Intelligence in Mechanical Engineering. Qi Huang

Application of Artificial Intelligence in Mechanical Engineering. Qi Huang 2nd International Conference on Computer Engineering, Information Science & Application Technology (ICCIA 2017) Application of Artificial Intelligence in Mechanical Engineering Qi Huang School of Electrical

More information

Optimal PMU Placement in Power System Considering the Measurement Redundancy

Optimal PMU Placement in Power System Considering the Measurement Redundancy Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 4, Number 6 (2014), pp. 593-598 Research India Publications http://www.ripublication.com/aeee.htm Optimal PMU Placement in Power System

More information

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Sheng Yan LI, Jie FENG, Bin Gang XU, and Xiao Ming TAO Institute of Textiles and Clothing,

More information

International Journal of Current Research and Modern Education (IJCRME) ISSN (Online): & Impact Factor: Special Issue, NCFTCCPS -

International Journal of Current Research and Modern Education (IJCRME) ISSN (Online): & Impact Factor: Special Issue, NCFTCCPS - GSM TECHNIQUE USED FOR UNDERGROUND CABLE FAULT DETECTOR AND DISTANCE LOCATOR R. Gunasekaren*, J. Pavalam*, T. Sangamithra*, A. Anitha Rani** & K. Chandrasekar*** * Assistant Professor, Department of Electrical

More information

University of Nevada, Reno. Smart Meter Data-Driven Fault Location Algorithm in Distribution Systems

University of Nevada, Reno. Smart Meter Data-Driven Fault Location Algorithm in Distribution Systems University of Nevada, Reno Smart Meter Data-Driven Fault Location Algorithm in Distribution Systems A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science in

More information

EXPLOTING THE IMPULSE RESPONSE OF GROUNDING SYSTEMS FOR AUTOMATIC CLASSIFICATION OF GROUNDING TOPOLOGIES

EXPLOTING THE IMPULSE RESPONSE OF GROUNDING SYSTEMS FOR AUTOMATIC CLASSIFICATION OF GROUNDING TOPOLOGIES GROUND 2014 & 6th LPE International Conference on Grounding and Earthing & 6th International Conference on Lightning Physics and Effects Manaus Brazil May 2014 EXPLOTING THE IMPULSE RESPONSE OF GROUNDING

More information

AORC Technical meeting 2014

AORC Technical meeting 2014 http : //www.cigre.org B2-1030 AORC Technical meeting 2014 Implementation Approaches on Fault Information Analyzing System In Thailand s Power System N.AKEKURANANT S.CHAMNANVANICHKUL Electricity Generating

More information

Rolling Bearing Diagnosis Based on LMD and Neural Network

Rolling Bearing Diagnosis Based on LMD and Neural Network www.ijcsi.org 34 Rolling Bearing Diagnosis Based on LMD and Neural Network Baoshan Huang 1,2, Wei Xu 3* and Xinfeng Zou 4 1 National Key Laboratory of Vehicular Transmission, Beijing Institute of Technology,

More information

SHORT CIRCUIT ANALYSIS OF 220/132 KV SUBSTATION BY USING ETAP

SHORT CIRCUIT ANALYSIS OF 220/132 KV SUBSTATION BY USING ETAP SHORT CIRCUIT ANALYSIS OF 220/132 KV SUBSTATION BY USING ETAP Kiran V. Natkar 1, Naveen Kumar 2 1 Student, M.E., Electrical Power System, MSS CET/ Dr. B.A.M. University, (India) 2 Electrical Power System,

More information

Advanced Fault Analysis System (or AFAS) for Distribution Power Systems

Advanced Fault Analysis System (or AFAS) for Distribution Power Systems Advanced Fault Analysis System (or AFAS) for Distribution Power Systems Laurentiu Nastac 1, Paul Wang 1, Om Nayak 2, Raluca Lascu 3, Thomas Walker 4, Douglas Fitchett 4, and Soorya Kuloor 5 1 Concurrent

More information

Double Criteria Feeder-Selection Method for Single-Phase Ground Fault of Resonant Grounding System Based on Multi-State Components

Double Criteria Feeder-Selection Method for Single-Phase Ground Fault of Resonant Grounding System Based on Multi-State Components American Journal of Electrical and Electronic Engineering, 207, Vol. 5, No. 4, 44-5 Available online at http://pubs.sciepub.com/ajeee/5/4/4 Science and Education Publishing DOI:0.269/ajeee-5-4-4 Double

More information

Considering Characteristics of Arc on Travelling Wave Fault Location Algorithm for the Transmission Lines without Using Line Parameters

Considering Characteristics of Arc on Travelling Wave Fault Location Algorithm for the Transmission Lines without Using Line Parameters Considering Characteristics of Arc on Travelling Wave Fault Location Algorithm for the Transmission Lines without Using Line Parameters M. Bashir mohsenbashir@ieee.org I. Niazy ismail_niazy@ieee.org J.

More information

Optimal Voltage Regulators Placement in Radial Distribution System Using Fuzzy Logic

Optimal Voltage Regulators Placement in Radial Distribution System Using Fuzzy Logic Optimal Voltage Regulators Placement in Radial Distribution System Using Fuzzy Logic K.Sandhya 1, Dr.A.Jaya Laxmi 2, Dr.M.P.Soni 3 1 Research Scholar, Department of Electrical and Electronics Engineering,

More information

A Single Monitor Method for Voltage Sag Source Location using Hilbert Huang Transform

A Single Monitor Method for Voltage Sag Source Location using Hilbert Huang Transform Research Journal of Applied Sciences, Engineering and Technology 5(1): 192-202, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: May 15, 2012 Accepted: June 06,

More information

Automatic Fault Classification of Rolling Element Bearing using Wavelet Packet Decomposition and Artificial Neural Network

Automatic Fault Classification of Rolling Element Bearing using Wavelet Packet Decomposition and Artificial Neural Network Automatic Fault Classification of Rolling Element Bearing using Wavelet Packet Decomposition and Artificial Neural Network Manish Yadav *1, Sulochana Wadhwani *2 1, 2* Department of Electrical Engineering,

More information

Characterization of Voltage Sag due to Faults and Induction Motor Starting

Characterization of Voltage Sag due to Faults and Induction Motor Starting Characterization of Voltage Sag due to Faults and Induction Motor Starting Dépt. of Electrical Engineering, SSGMCE, Shegaon, India, Dépt. of Electronics & Telecommunication Engineering, SITS, Pune, India

More information

A NOVEL CLARKE WAVELET TRANSFORM METHOD TO CLASSIFY POWER SYSTEM DISTURBANCES

A NOVEL CLARKE WAVELET TRANSFORM METHOD TO CLASSIFY POWER SYSTEM DISTURBANCES International Journal on Technical and Physical Problems of Engineering (IJTPE) Published by International Organization on TPE (IOTPE) ISSN 2077-3528 IJTPE Journal www.iotpe.com ijtpe@iotpe.com December

More information

Power Quality Disturbaces Clasification And Automatic Detection Using Wavelet And ANN Techniques

Power Quality Disturbaces Clasification And Automatic Detection Using Wavelet And ANN Techniques International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 13, Issue 6 (June 2017), PP.61-67 Power Quality Disturbaces Clasification And Automatic

More information

Distribution system security region: definition, model and security assessment

Distribution system security region: definition, model and security assessment Published in IET Generation, Transmission & Distribution Received on 3rd November 2011 Revised on 5th June 2012 ISSN 1751-8687 Distribution system security region: definition, model and security assessment

More information

LV Self Balancing Distribution Network Reconfiguration for Minimum Losses

LV Self Balancing Distribution Network Reconfiguration for Minimum Losses Paper accepted for presentation at 2009 EEE Bucharest Power Tech Conference, June 28th - July 2nd, Bucharest, Romania LV Self Balancing Distribution Network Reconfiguration for Minimum Losses D. V. Nicolae,

More information

FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER

FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER R. B. Dhumale 1, S. D. Lokhande 2, N. D. Thombare 3, M. P. Ghatule 4 1 Department of Electronics and Telecommunication Engineering,

More information

, ,54 A

, ,54 A AEB5EN2 Ground fault Example Power line 22 kv has the partial capacity to the ground 4,3.0 F/km. Decide whether ground fault currents compensation is required if the line length is 30 km. We calculate

More information

A Novel Approach to the Automatic Analysis of Disturbance Data: Technology and Implementation

A Novel Approach to the Automatic Analysis of Disturbance Data: Technology and Implementation A Novel Approach to the Automatic Analysis of Disturbance Data: Technology and Implementation R. ŽIVANOVIĆ, A. UKIL, J. JORDAAN Tshwane University of Technology Nelson Mandela Drive, Pretoria, 0001 SOUTH

More information

AN ANN BASED FAULT DETECTION ON ALTERNATOR

AN ANN BASED FAULT DETECTION ON ALTERNATOR AN ANN BASED FAULT DETECTION ON ALTERNATOR Suraj J. Dhon 1, Sarang V. Bhonde 2 1 (Electrical engineering, Amravati University, India) 2 (Electrical engineering, Amravati University, India) ABSTRACT: Synchronous

More information

IDENTIFYING TYPES OF SIMULTANEOUS FAULT IN TRANSMISSION LINE USING DISCRETE WAVELET TRANSFORM AND FUZZY LOGIC ALGORITHM

IDENTIFYING TYPES OF SIMULTANEOUS FAULT IN TRANSMISSION LINE USING DISCRETE WAVELET TRANSFORM AND FUZZY LOGIC ALGORITHM International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 7, July 2013 pp. 2701 2712 IDENTIFYING TYPES OF SIMULTANEOUS FAULT IN TRANSMISSION

More information