POWER QUALITY DISTURBANCE ANALYSIS USING S-TRANSFORM AND DATA MINING BASED CLASSIFIER

Size: px
Start display at page:

Download "POWER QUALITY DISTURBANCE ANALYSIS USING S-TRANSFORM AND DATA MINING BASED CLASSIFIER"

Transcription

1 POWER QUALITY DISTURBANCE ANALYSIS USING S-TRANSFORM AND DATA MINING BASED CLASSIFIER Swarnabala Upadhyaya 1 and Ambarish Panda 2 1,2 Department of Electrical Engineering SUIIT,Sambalpur Odisha , India Abstract- In the recent years, multiresolution based methodologies have been developed as suitable alternative for real-time signal analysis. This paper has implemented S-transform for analysis of different type of power quality (PQ) disturbance signals. Ten types of different PQ events of the voltage signal such as sag, swell, interruption, harmonic, sag with harmonics and swell with harmonics, spike, notch etc. are analyzed through the S-contours. Suitable features have been extracted from the S-matrix. The extracted features have been fed to data mining based Decision tree (DT) classifier in order to discriminate the PQ distur bances. These aforementioned methods are also implemented on real signals. Keywords- Power quality disturbance, S-transform, Decision tree, Classification accuracy I. INTRODUCTION The continuous growth in the application of microprocessor-based controls and power electronic devices and adjustable-speed motor drives increases emphasis on quality of power as these are more sensitive to power quality variations than the traditional equipments. So, the term power quality has become an prolific buzzwords in the power industry since t he late 1980s. Moreover, Power quality (PQ) is like a umbrella which covers various disturbances of voltage and current such as voltage sag, swell, harmonics and oscillatory transients cause mal-function of sophisticated equipment. In other words the power quality is a nonstop dynamic variation both on the time and space. The concern over quality of power has been increasing rapidly due to dependance of present life on continuous supply of electrical energy. Similarly, the continuous increasing of load demand both in public sectors as well as industries has made the PQ as an serious issue. The presence of disturbances in the loads creates the deviation of voltage and current from the ideal waveform that declines the performance and the lifespan of equipments and also generate instabilities in system and so on. Hence,the healthy power system operation requires continues supervision, proper monitoring and optimum control in term of power quality improvement. In order to identify the type of power signal waveforms, researchers have been proposed different methodology such as the Fourier transform (FT), the short-time Fourier transform (STFT), the wavelet transform (WT) [1], [2], [3], and [4]. The commonly used STFT is only suitable for steady state disturbances but not for dynamic disturbances like transient due to the fixed window [5], [6] and [7]. Heisenberg-Gabor inequality [ 8] limits the time-frequency resolution of the signals in STFT analysis. However, multi resolution analysis (MRA) based WT is extensively used for nonstationary signal characterization. Wavelet Transform employees small wavelet. Wavelet can be defined as a oscillatory function having zero mean (no d.c component)and decaying to zero. WT uses the basis function known as mother wavelet unlike the Fourier transform (FT). The automatic detection of PQ events with the discrete wavelet transform (DWT) is a common topic in past studies [9], But the application of DWT is restricted with the size of the signal. The DWT decomposition provides the time scale representation. The extension of the wavelet idea is based on a moving and scalable localizing Gaussian window known as the S-transform. The automatic and the fast characterization of the different power quality disturbance signals has been DOI: /IJMTER LCJWW 46

2 become an emerging issue for the power system researchers. Some common automated classification models are based on the Artificial Neural Network (ANN) [11], [12], fuzzy and neuro-fuzzy systems [13], [14], [15]. But the ANN suffers from the more number of training cycles which makes a huge computational burden. However, the main disadvantage of the traditional ANN based classifier is the requirement of retraining when a new phenom enon is added. Similarly, the Hidden Markov Model (HMMs) classifier is fails to classify the slow phenomena like inter ruption, sag etc properly [16] and [17]. The paper is organised as follows. Section II describes the brief theory of the S-transform for carrying out the process of localisation. The feature extraction is given in Section III. Section IV provides brief idea about the decision tree. The PQ disturbance model is given in Section V. The effectiveness of S-transform and decision tree has been presented for discriminate different PQ disturbances in Section V I and Section V II. Finally the Section V III, provides concluding remark. II. S-TRANSFORM The S-transform is the derived form of the continuous wavelet transform with a phase correction factor. In other words, the S-transform is the combination of the WT and short time Fourier transform that provides the time-frequency spectral localization of the signals. The frequency dependent variable window provides multiresolution analysis(mra) while retaining the absolute phase of each frequency. So, the S-transform provides proper detection and identification of time series si gnal of PQ. A. S-transform approach in power quality The multiresolution analysis of the S-transform makes it as a suitable tool for time series analysis in power system environment [18]. Mathematically, the S-transform of a continuous time signal s(t) is presented in equation(1) as given by where f is the frequency, t is the time and the ζ is the control parameter that controls the Gaussian window position on the t-axis. The factor α controls the time and the frequency resolution. As a result the frequency resolution increases, when the parameter α value is above 1.Similarly, if α decreases below 1, the time resolution improves [19]. In this work, the α is taken as.5 for analysis of all these aforementioned signals. A power signal (space between A and power should reduce)power signal h(t) in discrete form is expressed as h(kt ), for k = 1, 2,..., N 1 and the sampling time interval T. Mathematically, the discrete version of Fourier transform of the h(kt ) is given in [20] and expressed by equation All rights Reserved 47

3 The (4) provides zero frequency voice. The output of the S-transform is an N M matrix is known as S-matrix. The row of the S-transform represents the frequency and the column represent the time. Moreover, each element of the matrix is a complex value. The averaging of the amplitude of the S-matrix over time results in Fourier spectrum [21]. In this work the α value is.5 for localization of both the stationary and the non-stationary signals. III. FEATURE EXTRACTION From the S-matrix matrix tree features are extracted. A feature such as energy, entropy and standard deviation has been extracted by the given equations [22], [23], [24]. where N is the number of samples in row of S-matrix. These extracted features are further fed to classifier reduce the computational burden of the raw data. The classification alg orithms are discussed in the next section. Figure. 1: Structure of DT IV. DECISION TREE (DT) A decision tree is a flowchart-like tree structure which can b e designed from top to down, bottom to up and other special approaches. However, top to down approach is commonly accepted and generally are drawn from left to right. A tree consists of three parts the root node, the internal node and the leaf node. A node maps a certain characteristic and the branches carrya range of values [25]. The basic block diagram of a DT is presented in Fig. All rights Reserved 48

4 Root node: In this node, the operation of DT starts with the entire data samples. Internal node: The next step is the division of the records according to their features. The assigned node is called the internal node. Leaf node: Similarly, the next step is assignment of a class label to the nodes. The class label assigned nodes are called leaf node. The most widely used top-down algorithm of DT has been presented. V. POWER QUALITY DISTURBANCE MODEL The PQ analysis comprises of both the stationary as well as non-stationary signals such as the voltage swell, interruption, spike, sag, notch and so on. In this paper, ten types of different disturbances along with the pure sine wave are considered for analysis. These PQ disturbances are analysed with ten cycles of a waveform of 50 Hz fundamental frequency. The sampling frequency is 3.2 KHz. The signals are simulated according to the model [26] and [27]. VI. RESULTS AND DISCUSSION ON DETECTION The S-transform provides high frequency resolution at low frequency and high time resolution at high frequency. The MRA based S-transform is employed on the PQ signals in order to get localize the disturbance. The equation (1) to equation(4) are implemented to localize ten types of PQ disturbances along with the pure sinusoidal signals. A. Pure Sinusoidal Wave A pure sinusoidal wave of voltage signal is considered in Fig.2. With S-transform the pure signal is analysed are shown in Fig.2. Similarly, the pure sine wave voltage signal is considered for analysis with ST in Fig. 2. The vertical axis presents the frequency in khz and the horizontal axis presents the the time (in second) in terms of samples. As it is distortion free signal so there is deviation in S-contour. Table 1: Power quality Disturbance All rights Reserved 49

5 Figure. 2: Localization of pure sine wave using S-transform B. Pure Sinusoidal Wave with Sag The voltage signal with Sag is considered in Fig. 3. The voltage dip is properly identified from the time frequency plot of the S-transform contours. The sag is clearly localized by the contours. The contours has provided reduction in magnitude during the disturbance similar to the sag in the voltage signal. C. Pure Sinusoidal Wave With Swell Similarly, the swell in the sinusoidal voltage signal is localized by the increased magnitude of the contours. The patters produces a swell in the magnitude during the distortion and is given in Fig. 4. D. Pure Sinusoidal Wave with Interruption The huge reduction in the magnitude of the contours similar to the interruption in the voltage is shown in Fig. 5. From the Fig. 3 and Fig. 5 it can be observed that the magnitude of contours of interruption is different from the sag. E. Pure Sinusoidal Wave With Notch The signal with notch in each cycle is localized by the highly increased magnitude of contour and is shown in Fig. 6. Figure. 3: Localization of sag in pure sine wave using All rights Reserved 50

6 Figure. 4: Localization of swell in pure sine wave using S-transform Figure. 5: Localization of interruption in pure sine wave using S-transform F. Pure Sinusoidal Wave With Oscillatory Transients The S-transform is implemented on the oscillatory transient signal and Fig. 7 shows the distortion getting localized in the S-transform contours. G. Pure Sinusoidal Wave With Flicker The flicker signal is considered for analysis in Fig. 8. H. Pure Sinusoidal Wave With Spike Similar to the notch signal, the spike at each cycle of pure sine wave is also considered for analysis. Similar phenomena is applicable for the spike given in Fig. 9. I. Pure Sinusoidal Wave With Harmonics The sine wave with harmonic is analyzed in ST implementation presented in Fig. 10. The harmonic is identified by the contours of the ST. J. Pure Sinusoidal Wave With Sag and Harmonics The reduced magnitude contours corresponds to the sag in voltage shown in Fig. 1 Figure. 6: Localization of notch in pure sine wave using All rights Reserved 51

7 Figure. 7: Localization of oscillatory transient in pure sine wave using S-transform Figure. 8: Localization of flicker in pure sine wave using S-tran sform Figure. 9: Localization of spike in pure sine wave using S-transform Figure. 10: Localization of harmonic in pure sine wave using All rights Reserved 52

8 Figure. 11: Localization of harmonic in pure sine wave using S-transform Figure. 12: Localization of harmonic in pure sine wave using S-transform K. Pure Sinusoidal Wave With Swell and Harmonics The swell with harmonic in sine wave is properly identified by the increased magnitude of the contours. This is presented in Fig. 12. Similarly the reduced magnitude contours corresponds to the sag in voltage shown in Fig. 11 The aforementioned PQ signals have simulated with a core-i5,2.40 GHz under MATLAB environment. The PQ disturbance are clearly localised in the waveform. All distortions are not properly identified. So the classification is carried out i n order to discriminate different types of PQ events. VII. CLASSIFICATION RESULT A. Classification of synthesized PQD signals The Table II shows the computed values of the % CA of the classifier and misclassification rate (% MC) for each of the disturbance classes. For each class of disturbances, 125 signals are synthesized. In order to test the classifier, the classifier is Table 2: MC (%) and CA (%) of synthesized signals MC (%) or CA PQD events DT (%) % MC Sag 0 % MC Swell 0 % MC Interruption All rights Reserved 53

9 % MC Oscillatory Transient 0 % MC Flicker 0.23 % MC Harmonics 0 % MC Sag+ Harmonics 0.08 % MC Swell+ Harmonics 0.46 % MC Notch 0 % MC Spike 0.78 % CA Total Table 3: MC (%) and CA (%) of real signal Figure. 13: Experimental set up of signal All rights Reserved 54

10 (a) (b) Figure. 14: (a) Swell (b) Sag,swell with interruption Implemented in real environment B. Classification of Real PQD signals PQD events such as sag, swell, sag with swell and interruption are captured from a transmission panel of 220KV. The experimental set of the PQD signal generation is shown in Fig.13. Signal such as swell, sag plus interruption and sag, swell with interruption are shown in Fig.14. The signals are then extracted from oscilloscope and feed to MATLAB as input for feature extraction and subsequent classification. In order to validate the aforementioned methods, the generated four signals are fed for classification. For each class of disturbances, 55 signals are captured. From the Table III, it is observed that the aforementioned methods perform well with the real and synthesized signals. VIII. CONCLUSION The S-transform is a suitable tool for the analysis PQ disturbances signals. All the aforementioned ten types of PQ disturbances along with the sinusoidal voltage signal wave form are properly analysed with ST. The distortions are properly localized in the S-contours. Though harmonic is stationary, it has been properly realised from the S-contours. The data mining based classifier is also satisfactorily working in real envi ronment. Moreover, MRA based ST is a suitable tool for analysis of both stationary and non-stationary signals. REFERENCES [1] L. Coppola, Q. Liu, S. Buso, D. Boroyevich, and A. Bell, W avelet transform as an alternative to the short-time fourier transform for the study of conducted noise in power electronics, Industrial Electronics, IEEE Transactions on, vol. 55, no. 2, pp , [2] Z.-L. Gaing, Wavelet-based neural network for power di sturbance recognition and classification, Power Delivery, IEEE Transactions on, vol. 19, no. 4, pp , [3] J. G. Decanini, M. S. Tonelli-Neto, F. C. Malange, and C. R. Minussi, Detection and classification of voltage disturb ances using a fuzzy-artmap-wavelet network, Electric Power Systems Research, vol. 81, no. 12, pp , [4] J. Barros, M. de Apraiz, and R. I. Diego, A virtual measur ement instrument for electrical power quality analysis using wavelets, Measurement, vol. 42, no. 2, pp , [5] A. A. Abdelsalam, A. A. Eldesouky, and A. A. Sallam, Char acterization of power quality disturbances using hybrid technique of linear kalman filter and fuzzy-expert system, Electric power systems Research, vol. 83, no. 1, pp , [6] A. Gaouda, M. Salama, M. Sultan, A. Chikhani, et al., Power quality detection and classification using wavelet - multiresolution signal decomposition, IEEE Transactions on Power Delivery, vol. 14, no. 4, pp , [7] L. Angrisani, P. Daponte, M. Apuzzo, and A. Testa, A meas urement method based on the wavelet transform for power quality analysis, Power Delivery, IEEE Transactions on, vol. 13, no. 4, pp , [8] B. Biswal and S. Mishra, Power signal disturbance ident ification and classification using a modified frequency slice wavelet transform, Generation, Transmission & Distribution, IET, vol. 8, no. 2, pp , [9] A. G. Hafez, E. Ghamry, H. Yayama, and K. Yumoto, A wavele t spectral analysis technique for automatic detection of geomagnetic sudden commencements, Geoscience and Remote Sensing, IEEE Transactions on, vol. 50, no. 11, pp , All rights Reserved 55

11 [10] D. B. Percival and A. T. Walden, Wavelet methods for tim e series analysis (cambridge series in statistical and probabilistic mathematics), [11] A. S. Yilmaz, A. Subasi, M. Bayrak, V. M. Karsli, and E. Ercelebi, Application of lifting based wavelet transforms t o characterize power quality events, Energy conversion and management, vol. 48, no. 1, pp , [12] A. K. Ghosh and D. L. Lubkeman, The classification of pow er system disturbance waveforms using a neural network approach, Power Delivery, IEEE Transactions on, vol. 10, no. 1, pp , [13] S. Hasheminejad, S. Esmaeili, and S. Jazebi, Power qua lity disturbance classification using s-transform and hidd en markov model, Electric Power Components and Systems, vol. 40, no. 10, pp , [14] M. B. I. Reaz, F. Choong, M. S. Sulaiman, F. Mohd-Yasin, and M. Kamada, Expert system for power quality disturbance c lassifier, Power Delivery, IEEE Transactions on, vol. 22, no. 3, pp , [15] S. Mishra, C. Bhende, and B. Panigrahi, Detection and c lassification of power quality disturbances using s-transf orm and probabilistic neural network, Power Delivery, IEEE Transactions on, vol. 23, no. 1, pp , [16] M. Masoum, S. Jamali, and N. Ghaffarzadeh, Detection a nd classification of power quality disturbances using discr ete wavelet transform and wavelet networks, IET Science, Measurement & Technology, vol. 4, no. 4, pp , [17] T. Abdel-Galil, E. El-Saadany, A. Youssef, and M. Salama, Disturbance classification using hidden markov models a nd vector quantization, Power Delivery, IEEE Transactions on, vol. 20, no. 3, pp , [18] R. G. Stockwell, L. Mansinha, and R. Lowe, Localizatio n of the complex spectrum: the s transform, Signal Processing, IEEE Transactions on, vol. 44, no. 4, pp , [19] I. W. Lee and P. K. Dash, S-transform-based intelligen t system for classification of power quality disturbance sig nals, Industrial Electronics, IEEE Transactions on, vol. 50, no. 4, pp , [20] P. Dash, B. Panigrahi, and G. Panda, Power quality anal ysis using s-transform, Power Delivery, IEEE Transactions on, vol. 18, no. 2, pp , [21] S. Mishra, C. Bhende, and B. Panigrahi, Detection and c lassification of power quality disturbances using s-transf orm and probabilistic neural network, Power Delivery, IEEE Transactions on, vol. 23, no. 1, pp , [22] C.-Y. Lee and Y.-X. Shen, Optimal feature selection fo r power-quality disturbances classification, Power Delivery, IEEE Transactions on, vol. 26, no. 4, pp , [23] M. Biswal and P. K. Dash, Measurement and classificatio n of simultaneous power signal patterns with an s- transform variant and fuzzy decision tree, Industrial Informatics, IEEE Transactions on, vol. 9, no. 4, pp , [24] B. Panigrahi and V. R. Pandi, Optimal feature selectio n for classification of power quality disturbances using wav elet packet-based fuzzy k-nearest neighbour algorithm, IET generation, transmission & distribution, vol. 3, no. 3, pp , [25] G. Williams, Data mining with Rattle and R: the art of excavating data for knowledge discovery. Springer Science & Business Media, [26] S. Upadhyaya and S. Mohanty, Power quality disturbanc e detection using wavelet based signal processing, in India Conference (INDICON), 2013 Annual IEEE, pp. 1 6, IEEE, [27] S. Upadhyaya, S. Mohanty, and C. Bhende, Hybrid method s for fast detection and characterization of power quality disturbances, Journal of Control, Automation and Electrical Systems, vol. 26, no. 5, pp , All rights Reserved 56

Three Phase Power Quality Disturbance Classification Using S-transform

Three Phase Power Quality Disturbance Classification Using S-transform Australian Journal of Basic and Applied Sciences, 4(12): 6547-6563, 2010 ISSN 1991-8178 Three Phase Power Quality Disturbance Classification Using S-transform S. Hasheminejad, S. Esmaeili, A.A. Gharaveisi

More information

280 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 23, NO. 1, JANUARY 2008

280 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 23, NO. 1, JANUARY 2008 280 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 23, NO. 1, JANUARY 2008 Detection and Classification of Power Quality Disturbances Using S-Transform and Probabilistic Neural Network S. Mishra, Senior Member,

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

Detection, localization, and classification of power quality disturbances using discrete wavelet transform technique

Detection, localization, and classification of power quality disturbances using discrete wavelet transform technique From the SelectedWorks of Tarek Ibrahim ElShennawy 2003 Detection, localization, and classification of power quality disturbances using discrete wavelet transform technique Tarek Ibrahim ElShennawy, Dr.

More information

Classification of Power Quality Disturbances using Features of Signals

Classification of Power Quality Disturbances using Features of Signals International Journal of Scientific and Research Publications, Volume, Issue 11, November 01 1 Classification of Power Quality Disturbances using Features of Signals Subhamita Roy and Sudipta Nath Department

More information

New Windowing Technique Detection of Sags and Swells Based on Continuous S-Transform (CST)

New Windowing Technique Detection of Sags and Swells Based on Continuous S-Transform (CST) New Windowing Technique Detection of Sags and Swells Based on Continuous S-Transform (CST) K. Daud, A. F. Abidin, N. Hamzah, H. S. Nagindar Singh Faculty of Electrical Engineering, Universiti Teknologi

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

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

Automatic Classification of Power Quality disturbances Using S-transform and MLP neural network

Automatic Classification of Power Quality disturbances Using S-transform and MLP neural network I J C T A, 8(4), 2015, pp. 1337-1350 International Science Press Automatic Classification of Power Quality disturbances Using S-transform and MLP neural network P. Kalyana Sundaram* & R. Neela** Abstract:

More information

Analysis of Power Quality Disturbances using DWT and Artificial Neural Networks

Analysis of Power Quality Disturbances using DWT and Artificial Neural Networks Analysis of Power Quality Disturbances using DWT and Artificial Neural Networks T.Jayasree ** M.S.Ragavi * R.Sarojini * Snekha.R * M.Tamilselvi * *BE final year, ECE Department, Govt. College of Engineering,

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

Power Quality Analysis Using Modified S-Transform on ARM Processor

Power Quality Analysis Using Modified S-Transform on ARM Processor Power Quality Analysis Using Modified S-Transform on ARM Processor Sandeep Raj, T. C. Krishna Phani Department of Electrical Engineering lit Patna, Bihta, India 801103 Email: {srp.chaitanya.eelo}@iitp.ac.in

More information

DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCE WAVEFORM USING MRA BASED MODIFIED WAVELET TRANSFROM AND NEURAL NETWORKS

DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCE WAVEFORM USING MRA BASED MODIFIED WAVELET TRANSFROM AND NEURAL NETWORKS Journal of ELECTRICAL ENGINEERING, VOL. 61, NO. 4, 2010, 235 240 DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCE WAVEFORM USING MRA BASED MODIFIED WAVELET TRANSFROM AND NEURAL NETWORKS Perumal

More information

Wavelet and S-transform Based Multilayer and Modular Neural Networks for Classification of Power Quality Disturbances

Wavelet and S-transform Based Multilayer and Modular Neural Networks for Classification of Power Quality Disturbances 16th NATIONAL POWER SYSTEMS CONFERENCE, 15th-17th DECEMBER, 2010 198 Wavelet and S-transform Based Multilayer and Modular Neural Networks for Classification of Power Quality Disturbances C. Venkatesh,

More information

Wavelet Transform for Classification of Voltage Sag Causes using Probabilistic Neural Network

Wavelet Transform for Classification of Voltage Sag Causes using Probabilistic Neural Network International Journal of Electrical Engineering. ISSN 974-2158 Volume 4, Number 3 (211), pp. 299-39 International Research Publication House http://www.irphouse.com Wavelet Transform for Classification

More information

CLASSIFICATION OF POWER QUALITY DISTURBANCES USING WAVELET TRANSFORM AND S-TRANSFORM BASED ARTIFICIAL NEURAL NETWORK

CLASSIFICATION OF POWER QUALITY DISTURBANCES USING WAVELET TRANSFORM AND S-TRANSFORM BASED ARTIFICIAL NEURAL NETWORK CLASSIFICATION OF POWER QUALITY DISTURBANCES USING WAVELET TRANSFORM AND S-TRANSFORM BASED ARTIFICIAL NEURAL NETWORK P. Sai revathi 1, G.V. Marutheswar 2 P.G student, Dept. of EEE, SVU College of Engineering,

More information

Assessment of Power Quality Events by Empirical Mode Decomposition based Neural Network

Assessment of Power Quality Events by Empirical Mode Decomposition based Neural Network Proceedings of the World Congress on Engineering Vol II WCE, July 4-6,, London, U.K. Assessment of Power Quality Events by Empirical Mode Decomposition based Neural Network M Manjula, A V R S Sarma, Member,

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

Power Quality Disturbances Classification and Recognition Using S-transform Based Neural classifier

Power Quality Disturbances Classification and Recognition Using S-transform Based Neural classifier IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 78-676,p-ISSN: 3-333, Volume, Issue 5 Ver. III (Sep - Oct 6), PP 6-7 www.iosrjournals.org Power Quality Disturbances Classification

More information

Real Time Detection and Classification of Single and Multiple Power Quality Disturbance Based on Embedded S- Transform Algorithm in Labview

Real Time Detection and Classification of Single and Multiple Power Quality Disturbance Based on Embedded S- Transform Algorithm in Labview Real Time Detection and Classification of Single and Multiple Power Quality Disturbance Based on Embedded S- Transform Algorithm in Labview Mohd Fais Abd Ghani, Ahmad Farid Abidin and Naeem S. Hannoon

More information

Detection and Localization of Power Quality Disturbances Using Space Vector Wavelet Transform: A New Three Phase Approach

Detection and Localization of Power Quality Disturbances Using Space Vector Wavelet Transform: A New Three Phase Approach Detection and Localization of Power Quality Disturbances Using Space Vector Wavelet Transform: A New Three Phase Approach Subhash V. Murkute Dept. of Electrical Engineering, P.E.S.C.O.E., Aurangabad, INDIA

More information

Techniques used for Detection of Power Quality Events a Comparative Study C. Venkatesh, Student Member, IEEE, D.V.S.S. Siva Sarma, Senior Member, IEEE

Techniques used for Detection of Power Quality Events a Comparative Study C. Venkatesh, Student Member, IEEE, D.V.S.S. Siva Sarma, Senior Member, IEEE 6th ATIOAL POWER SYSTEMS COFERECE, 5th-7th DECEMBER, 37 Techniques used for Detection of Power Quality Events a Comparative Study C. Venkatesh, Student Member, IEEE, D.V.S.S. Siva Sarma, Senior Member,

More information

Time-Frequency Analysis of Non-Stationary Waveforms in Power-Quality via Synchrosqueezing Transform

Time-Frequency Analysis of Non-Stationary Waveforms in Power-Quality via Synchrosqueezing Transform Time-Frequency Analysis of Non-Stationary Waveforms in Power-Quality via Synchrosqueezing Transform G. Sahu 1, 2, # and A. Choubey 1 1 Department of Electronics and Communication Engineering, National

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

Characterization and Localization of Power Quality disturbances Based on S-transform and Fuzzy Expert System

Characterization and Localization of Power Quality disturbances Based on S-transform and Fuzzy Expert System IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 78-676,p-ISSN: 3-333, Volume, Issue 4 Ver. III (Jul. Aug. 6), PP 4-53 www.iosrjournals.org Characterization and Localization of

More information

A Novel Detection and Classification Algorithm for Power Quality Disturbances using Wavelets

A Novel Detection and Classification Algorithm for Power Quality Disturbances using Wavelets American Journal of Applied Sciences 3 (10): 2049-2053, 2006 ISSN 1546-9239 2006 Science Publications A Novel Detection and Classification Algorithm for Power Quality Disturbances using Wavelets 1 C. Sharmeela,

More information

Development of Mathematical Models for Various PQ Signals and Its Validation for Power Quality Analysis

Development of Mathematical Models for Various PQ Signals and Its Validation for Power Quality Analysis International Journal of Engineering Research and Development ISSN: 227867X, olume 1, Issue 3 (June 212), PP.3744 www.ijerd.com Development of Mathematical Models for arious PQ Signals and Its alidation

More information

Wavelet based Power Quality Monitoring in Grid Connected Wind Energy Conversion System

Wavelet based Power Quality Monitoring in Grid Connected Wind Energy Conversion System International Journal of Computer Applications (95 ) Volume 9 No., July Wavelet based Power Quality Monitoring in Grid Connected Wind Energy Conversion System Bhavna Jain Research Scholar Electrical Engineering

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

DSP-FPGA Based Real-Time Power Quality Disturbances Classifier J.BALAJI 1, DR.B.VENKATA PRASANTH 2

DSP-FPGA Based Real-Time Power Quality Disturbances Classifier J.BALAJI 1, DR.B.VENKATA PRASANTH 2 ISSN 2348 2370 Vol.06,Issue.09, October-2014, Pages:1058-1062 www.ijatir.org DSP-FPGA Based Real-Time Power Quality Disturbances Classifier J.BALAJI 1, DR.B.VENKATA PRASANTH 2 Abstract: This paper describes

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

1. INTRODUCTION. (1.b) 2. DISCRETE WAVELET TRANSFORM

1. INTRODUCTION. (1.b) 2. DISCRETE WAVELET TRANSFORM Identification of power quality disturbances using the MATLAB wavelet transform toolbox Resende,.W., Chaves, M.L.R., Penna, C. Universidade Federal de Uberlandia (MG)-Brazil e-mail: jwresende@ufu.br Abstract:

More information

Harmonic Analysis of Power System Waveforms Based on Chaari Complex Mother Wavelet

Harmonic Analysis of Power System Waveforms Based on Chaari Complex Mother Wavelet Proceedings of the 7th WSEAS International Conference on Power Systems, Beijing, China, September 15-17, 2007 7 Harmonic Analysis of Power System Waveforms Based on Chaari Complex Mother Wavelet DAN EL

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

Application of Hilbert-Huang Transform in the Field of Power Quality Events Analysis Manish Kumar Saini 1 and Komal Dhamija 2 1,2

Application of Hilbert-Huang Transform in the Field of Power Quality Events Analysis Manish Kumar Saini 1 and Komal Dhamija 2 1,2 Application of Hilbert-Huang Transform in the Field of Power Quality Events Analysis Manish Kumar Saini 1 and Komal Dhamija 2 1,2 Department of Electrical Engineering, Deenbandhu Chhotu Ram University

More information

Experimental Investigation of Power Quality Disturbances Associated with Grid Integrated Wind Energy System

Experimental Investigation of Power Quality Disturbances Associated with Grid Integrated Wind Energy System Experimental Investigation of Power Quality Disturbances Associated with Grid Integrated Wind Energy System Ashwin Venkatraman Kandarpa Sai Paduru Om Prakash Mahela Abdul Gafoor Shaik Email: ug201311039@iitj.ac.in

More information

Detection of Power Quality Disturbances using Wavelet Transform

Detection of Power Quality Disturbances using Wavelet Transform Detection of Power Quality Disturbances using Wavelet Transform Sudipta Nath, Arindam Dey and Abhijit Chakrabarti Abstract This paper presents features that characterize power quality disturbances from

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

Roberto Togneri (Signal Processing and Recognition Lab)

Roberto Togneri (Signal Processing and Recognition Lab) Signal Processing and Machine Learning for Power Quality Disturbance Detection and Classification Roberto Togneri (Signal Processing and Recognition Lab) Power Quality (PQ) disturbances are broadly classified

More information

Application of Classifier Integration Model to Disturbance Classification in Electric Signals

Application of Classifier Integration Model to Disturbance Classification in Electric Signals Application of Classifier Integration Model to Disturbance Classification in Electric Signals Dong-Chul Park Abstract An efficient classifier scheme for classifying disturbances in electric signals using

More information

MITIGATION OF POWER QUALITY DISTURBANCES USING DISCRETE WAVELET TRANSFORMS AND ACTIVE POWER FILTERS

MITIGATION OF POWER QUALITY DISTURBANCES USING DISCRETE WAVELET TRANSFORMS AND ACTIVE POWER FILTERS MITIGATION OF POWER QUALITY DISTURBANCES USING DISCRETE WAVELET TRANSFORMS AND ACTIVE POWER FILTERS 1 MADHAVI G, 2 A MUNISANKAR, 3 T DEVARAJU 1,2,3 Dept. of EEE, Sree Vidyanikethan Engineering College,

More information

Volume 3, Number 2, 2017 Pages Jordan Journal of Electrical Engineering ISSN (Print): , ISSN (Online):

Volume 3, Number 2, 2017 Pages Jordan Journal of Electrical Engineering ISSN (Print): , ISSN (Online): JJEE Volume 3, Number, 017 Pages 11-14 Jordan Journal of Electrical Engineering ISSN (Print): 409-9600, ISSN (Online): 409-9619 Detection and Classification of Voltage Variations Using Combined Envelope-Neural

More information

ELECTRIC POWER QUALITY EVENTS DETECTION AND CLASSIFICATION USING HILBERT TRANSFORM AND MLP NETWORK

ELECTRIC POWER QUALITY EVENTS DETECTION AND CLASSIFICATION USING HILBERT TRANSFORM AND MLP NETWORK ELETRI POWER QULITY EVENTS DETETION ND LSSIFITION USING HILERT TRNSFORM ND MLP NETWORK P. Kalyana Sundaram and R. Neela Department of Electrical Engineering, nnamalai University, India E-Mail: kalyansundar7@gmail.com

More information

AUTOMATED CLASSIFICATION OF POWER QUALITY DISTURBANCES USING SIGNAL PROCESSING TECHNIQUES AND NEURAL NETWORKS

AUTOMATED CLASSIFICATION OF POWER QUALITY DISTURBANCES USING SIGNAL PROCESSING TECHNIQUES AND NEURAL NETWORKS University of Kentucky UKnowledge University of Kentucky Master's Theses Graduate School 2007 AUTOMATED CLASSIFICATION OF POWER QUALITY DISTURBANCES USING SIGNAL PROCESSING TECHNIQUES AND NEURAL NETWORKS

More information

Selection of Mother Wavelet for Processing of Power Quality Disturbance Signals using Energy for Wavelet Packet Decomposition

Selection of Mother Wavelet for Processing of Power Quality Disturbance Signals using Energy for Wavelet Packet Decomposition Volume 114 No. 9 217, 313-323 ISSN: 1311-88 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Selection of Mother Wavelet for Processing of Power Quality Disturbance

More information

EEE508 GÜÇ SİSTEMLERİNDE SİNYAL İŞLEME

EEE508 GÜÇ SİSTEMLERİNDE SİNYAL İŞLEME EEE508 GÜÇ SİSTEMLERİNDE SİNYAL İŞLEME Signal Processing for Power System Applications Triggering, Segmentation and Characterization of the Events (Week-12) Gazi Üniversitesi, Elektrik ve Elektronik Müh.

More information

Power Quality Monitoring of a Power System using Wavelet Transform

Power Quality Monitoring of a Power System using Wavelet Transform International Journal of Electrical Engineering. ISSN 0974-2158 Volume 3, Number 3 (2010), pp. 189--199 International Research Publication House http://www.irphouse.com Power Quality Monitoring of a Power

More information

ASSESSMENT OF POWER QUALITY EVENTS BY HILBERT TRANSFORM BASED NEURAL NETWORK. Shyama Sundar Padhi

ASSESSMENT OF POWER QUALITY EVENTS BY HILBERT TRANSFORM BASED NEURAL NETWORK. Shyama Sundar Padhi ASSESSMENT OF POWER QUALITY EVENTS BY HILBERT TRANSFORM BASED NEURAL NETWORK Shyama Sundar Padhi Department of Electrical Engineering National Institute of Technology Rourkela May 215 ASSESSMENT OF POWER

More information

Measurement of power quality disturbances

Measurement of power quality disturbances Measurement of power quality disturbances 1 Ashish U K, 2 Dr. Arathi R Shankar, 1 M.Tech in Digital Communication Engineering, 2 Associate Professor, Department of Electronics and Communication Engineering,

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

MULTIFUNCTION POWER QUALITY MONITORING SYSTEM

MULTIFUNCTION POWER QUALITY MONITORING SYSTEM MULTIFUNCTION POWER QUALITY MONITORING SYSTEM V. Matz, T. Radil and P. Ramos Department of Measurement, FEE, CVUT, Prague, Czech Republic Instituto de Telecomunicacoes, IST, UTL, Lisbon, Portugal Abstract

More information

Characterization of Voltage Dips due to Faults and Induction Motor Starting

Characterization of Voltage Dips due to Faults and Induction Motor Starting Characterization of Voltage Dips due to Faults and Induction Motor Starting Miss. Priyanka N.Kohad 1, Mr..S.B.Shrote 2 Department of Electrical Engineering & E &TC Pune, Maharashtra India Abstract: This

More information

VIRTUAL INSTRUMENT FOR POWER QUALITY ASSESSMENT

VIRTUAL INSTRUMENT FOR POWER QUALITY ASSESSMENT VIRTUAL INSTRUMENT FOR POWER QUALITY ASSESSMENT GHEORGHE Daniel*, CHINDRIS Mircea**, CZIKER Andrei***, VASILIU Răzvan* *Ph.D. student, **Professor, *** Assistant Professor Technical University of Cluj

More information

LabVIEW Based Condition Monitoring Of Induction Motor

LabVIEW Based Condition Monitoring Of Induction Motor RESEARCH ARTICLE OPEN ACCESS LabVIEW Based Condition Monitoring Of Induction Motor 1PG student Rushikesh V. Deshmukh Prof. 2Asst. professor Anjali U. Jawadekar Department of Electrical Engineering SSGMCE,

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

Data Compression of Power Quality Events Using the Slantlet Transform

Data Compression of Power Quality Events Using the Slantlet Transform 662 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 17, NO. 2, APRIL 2002 Data Compression of Power Quality Events Using the Slantlet Transform G. Panda, P. K. Dash, A. K. Pradhan, and S. K. Meher Abstract The

More information

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

Localization of Phase Spectrum Using Modified Continuous Wavelet Transform

Localization of Phase Spectrum Using Modified Continuous Wavelet Transform Localization of Phase Spectrum Using Modified Continuous Wavelet Transform Dr Madhumita Dash, Ipsita Sahoo Professor, Department of ECE, Orisaa Engineering College, Bhubaneswr, Odisha, India Asst. professor,

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

A COMPARATIVE STUDY: FAULT DETECTION METHOD ON OVERHEAD TRANSMISSION LINE

A COMPARATIVE STUDY: FAULT DETECTION METHOD ON OVERHEAD TRANSMISSION LINE Volume 118 No. 22 2018, 961-967 ISSN: 1314-3395 (on-line version) url: http://acadpubl.eu/hub ijpam.eu A COMPARATIVE STUDY: FAULT DETECTION METHOD ON OVERHEAD TRANSMISSION LINE 1 M.Nandhini, 2 M.Manju,

More information

Decriminition between Magnetising Inrush from Interturn Fault Current in Transformer: Hilbert Transform Approach

Decriminition between Magnetising Inrush from Interturn Fault Current in Transformer: Hilbert Transform Approach SSRG International Journal of Electrical and Electronics Engineering (SSRG-IJEEE) volume 1 Issue 10 Dec 014 Decriminition between Magnetising Inrush from Interturn Fault Current in Transformer: Hilbert

More information

DWT ANALYSIS OF SELECTED TRANSIENT AND NOTCHING DISTURBANCES

DWT ANALYSIS OF SELECTED TRANSIENT AND NOTCHING DISTURBANCES XIX IMEKO World Congress Fundamental and Applied Metrology September 6 11, 29, Lisbon, Portugal DWT ANALYSIS OF SELECTED TRANSIENT AND NOTCHING DISTURBANCES Mariusz Szweda Gdynia Mari University, Department

More information

[Nayak, 3(2): February, 2014] ISSN: Impact Factor: 1.852

[Nayak, 3(2): February, 2014] ISSN: Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Classification of Transmission Line Faults Using Wavelet Transformer B. Lakshmana Nayak M.TECH(APS), AMIE, Associate Professor,

More information

Classification of Signals with Voltage Disturbance by Means of Wavelet Transform and Intelligent Computational Techniques.

Classification of Signals with Voltage Disturbance by Means of Wavelet Transform and Intelligent Computational Techniques. Proceedings of the 6th WSEAS International Conference on Power Systems, Lison, Portugal, Septemer 22-24, 2006 435 Classification of Signals with Voltage Disturance y Means of Wavelet Transform and Intelligent

More information

Power Quality Disturbance Detection and Classification using Artificial Neural Network based Wavelet

Power Quality Disturbance Detection and Classification using Artificial Neural Network based Wavelet International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 8 (2017), pp. 2043-2064 Research India Publications http://www.ripublication.com Power Quality Disturbance

More information

Review of Signal Processing Techniques for Detection of Power Quality Events

Review of Signal Processing Techniques for Detection of Power Quality Events American Journal of Engineering and Applied Sciences Review Articles Review of Signal Processing Techniques for Detection of Power Quality Events 1 Abhijith Augustine, 2 Ruban Deva Prakash, 3 Rajy Xavier

More information

Detection of Voltage Sag and Voltage Swell in Power Quality Using Wavelet Transforms

Detection of Voltage Sag and Voltage Swell in Power Quality Using Wavelet Transforms Detection of Voltage Sag and Voltage Swell in Power Quality Using Wavelet Transforms Nor Asrina Binti Ramlee International Science Index, Energy and Power Engineering waset.org/publication/10007639 Abstract

More information

Introduction to Wavelet Transform. Chapter 7 Instructor: Hossein Pourghassem

Introduction to Wavelet Transform. Chapter 7 Instructor: Hossein Pourghassem Introduction to Wavelet Transform Chapter 7 Instructor: Hossein Pourghassem Introduction Most of the signals in practice, are TIME-DOMAIN signals in their raw format. It means that measured signal is a

More information

SIGNAL PROCESSING OF POWER QUALITY DISTURBANCES

SIGNAL PROCESSING OF POWER QUALITY DISTURBANCES SIGNAL PROCESSING OF POWER QUALITY DISTURBANCES MATH H. J. BOLLEN IRENE YU-HUA GU IEEE PRESS SERIES I 0N POWER ENGINEERING IEEE PRESS SERIES ON POWER ENGINEERING MOHAMED E. EL-HAWARY, SERIES EDITOR IEEE

More information

Generation of Mathematical Models for various PQ Signals using MATLAB

Generation of Mathematical Models for various PQ Signals using MATLAB International Conference On Industrial Automation And Computing (ICIAC- -3 April 4)) RESEARCH ARTICLE OPEN ACCESS Generation of Mathematical Models for various PQ Signals using MATLAB Ms. Ankita Dandwate

More information

Wavelet, Kalman Filter and Fuzzy-Expert Combined System for Classifying Power System Disturbances

Wavelet, Kalman Filter and Fuzzy-Expert Combined System for Classifying Power System Disturbances Proceedings of the 4 th International Middle East Power Systems onference (MEPON ), airo University, Egypt, December 9-,, Paper ID 89. Wavelet, Kalman Filter and Fuzzy-Epert ombined System for lassifying

More information

Automatic Detection and Positioning of Power Quallity Disturbances using a Discrete Wavelet Transform

Automatic Detection and Positioning of Power Quallity Disturbances using a Discrete Wavelet Transform Automatic Detection and Positioning of Power Quallity Disturbances using a Discrete Wavelet Transform Ramtin Sadeghi, Reza Sharifian Dastjerdi, Payam Ghaebi Panah, Ehsan Jafari Department of Electrical

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

Power Quality Evaluation of Electrical Distribution Networks

Power Quality Evaluation of Electrical Distribution Networks Power Quality Evaluation of Electrical Distribution Networks Mohamed Idris S. Abozaed, Suliman Mohamed Elrajoubi Abstract Researches and concerns in power quality gained significant momentum in the field

More information

Pattern Recognition Techniques Applied to Electric Power Signal Processing Ghazi Bousaleh, Mohamad Darwiche, Fahed Hassoun

Pattern Recognition Techniques Applied to Electric Power Signal Processing Ghazi Bousaleh, Mohamad Darwiche, Fahed Hassoun Pattern Recognition Techniques Applied to Electric Power Signal Processing Ghazi Bousaleh, Mohamad Darwiche, Fahed Hassoun Abstract: We propose in this paper an approach whose main objective is to detect

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

Fast Characterization of Power Quality Events based on Discrete Signal Processing and Data Mining. Swarnabala Upadhyaya

Fast Characterization of Power Quality Events based on Discrete Signal Processing and Data Mining. Swarnabala Upadhyaya Fast Characterization of Power Quality Events based on Discrete Signal Processing and Data Mining Dissertation submitted in partial fulfillment of the requirements of the degree of Doctor of Philosophy

More information

Wavelet analysis to detect fault in Clutch release bearing

Wavelet analysis to detect fault in Clutch release bearing Wavelet analysis to detect fault in Clutch release bearing Gaurav Joshi 1, Akhilesh Lodwal 2 1 ME Scholar, Institute of Engineering & Technology, DAVV, Indore, M. P., India 2 Assistant Professor, Dept.

More information

International Journal of Digital Application & Contemporary research Website: (Volume 2, Issue 10, May 2014)

International Journal of Digital Application & Contemporary research Website:  (Volume 2, Issue 10, May 2014) Digital Differential Protection of Power Transformer Gitanjali Kashyap M. Tech. Scholar, Dr. C. V. Raman Institute of Science and technology, Chhattisgarh (India) alisha88.ele@gmail.com Dharmendra Kumar

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

POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM

POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM 1 VIJAY KUMAR SAHU, 2 ANIL P. VAIDYA 1,2 Pg Student, Professor E-mail: 1 vijay25051991@gmail.com, 2 anil.vaidya@walchandsangli.ac.in

More information

Modelling and Simulation of PQ Disturbance Based on Matlab

Modelling and Simulation of PQ Disturbance Based on Matlab International Journal of Smart Grid and Clean Energy Modelling and Simulation of PQ Disturbance Based on Matlab Wu Zhu, Wei-Ya Ma*, Yuan Gui, Hua-Fu Zhang Shanghai University of Electric Power, 2103 pingliang

More information

HIGH IMPEDANCE FAULT DETECTION AND CLASSIFICATION OF A DISTRIBUTION SYSTEM G.Narasimharao

HIGH IMPEDANCE FAULT DETECTION AND CLASSIFICATION OF A DISTRIBUTION SYSTEM G.Narasimharao Vol. 1 Issue 5, July - 2012 HIGH IMPEDANCE FAULT DETECTION AND CLASSIFICATION OF A DISTRIBUTION SYSTEM G.Narasimharao Assistant professor, LITAM, Dhulipalla. ABSTRACT: High impedance faults (HIFs) are,

More information

Signals A Preliminary Discussion EE442 Analog & Digital Communication Systems Lecture 2

Signals A Preliminary Discussion EE442 Analog & Digital Communication Systems Lecture 2 Signals A Preliminary Discussion EE442 Analog & Digital Communication Systems Lecture 2 The Fourier transform of single pulse is the sinc function. EE 442 Signal Preliminaries 1 Communication Systems and

More information

ISSN: [Taywade* et al., 5(12): December, 2016] Impact Factor: 4.116

ISSN: [Taywade* et al., 5(12): December, 2016] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY DETECTION AND CLASSIFICATION OF TRANSMISSION LINES FAULTS USING DISCRETE WAVELET TRANSFORM AND ANN AS CLASSIFIER Dhanashri D.

More information

Research Article International Journal of Emerging Research in Management &Technology ISSN: (Volume-6, Issue-6)

Research Article International Journal of Emerging Research in Management &Technology ISSN: (Volume-6, Issue-6) International Journal of Emerging Research in Management &Technology Research Article June 27 Power Quality Events Classification using ANN with Hilbert Transform Tarun Kumar Chheepa * M. Tech. Scholar,

More information

Detection and characterization of amplitude defects using Spectral Kurtosis

Detection and characterization of amplitude defects using Spectral Kurtosis Detection and characterization of amplitude defects using Spectral Kurtosis Jose Maria Sierra-Fernandez 1, Juan José González de la Rosa 1, Agustín Agüera-Pérez 1, José Carlos Palomares-Salas 1 1 Research

More information

PQ Monitoring Standards

PQ Monitoring Standards Characterization of Power Quality Events Charles Perry, EPRI Chair, Task Force for PQ Characterization E. R. Randy Collins, Clemson University Chair, Working Group for Monitoring Electric Power Quality

More information

Power Quality Disturbance Detection and Visualization Utilizing Image Processing Methods

Power Quality Disturbance Detection and Visualization Utilizing Image Processing Methods Proceedings of the 4th International Middle East Power Systems Conference (MEPCON ), Cairo University, Egypt, December 9-2, 2, Paper ID 57. Power Quality Disturbance Detection and Visualization Utilizing

More information

Application of wavelet transform to power quality (PQ) disturbance analysis

Application of wavelet transform to power quality (PQ) disturbance analysis Dublin Institute of Technology ARROW@DIT Conference papers School of Electrical and Electronic Engineering 2004-01-01 Application of wavelet transform to power quality (PQ) disturbance analysis Malabika

More information

FPGA implementation of DWT for Audio Watermarking Application

FPGA implementation of DWT for Audio Watermarking Application FPGA implementation of DWT for Audio Watermarking Application Naveen.S.Hampannavar 1, Sajeevan Joseph 2, C.B.Bidhul 3, Arunachalam V 4 1, 2, 3 M.Tech VLSI Students, 4 Assistant Professor Selection Grade

More information

Power quality event classification: an overview and key issues

Power quality event classification: an overview and key issues MultiCraft International Journal of Engineering, Science and Technology Vol. 2, No. 3, 2010, pp. 186-199 INTERNATIONAL JOURNAL OF ENGINEERING, SCIENCE AND TECHNOLOGY www.ijest-ng.com 2010 MultiCraft Limited.

More information

Distribution System Faults Classification And Location Based On Wavelet Transform

Distribution System Faults Classification And Location Based On Wavelet Transform Distribution System Faults Classification And Location Based On Wavelet Transform MukeshThakre, Suresh Kumar Gawre & Mrityunjay Kumar Mishra Electrical Engg.Deptt., MANIT, Bhopal. E-mail : mukeshthakre18@gmail.com,

More information

Mitigation of Voltage Sag/Swell Using UPQC

Mitigation of Voltage Sag/Swell Using UPQC Mitigation of Voltage Sag/Swell Using UPQC 1 Rajat Patel, 2 Prof.Maulik A. Chaudhari 1 PG Scholar, 2 Assistant Professor Electrical Department, Government engineering college, Bhuj Gujarat Technological

More information

A Soft Computing Technique for Characterization of Power Quality Events

A Soft Computing Technique for Characterization of Power Quality Events A Soft Computing Technique for Characterization of Power Quality Events P.Murugesan 1, Dr.C.Sharmeela 2, Dr.S.Deepa 3 1, 2, 3 Dept of EEE, SCSVMV University, College of Engineering, Kingston Engineering

More information

Power System Failure Analysis by Using The Discrete Wavelet Transform

Power System Failure Analysis by Using The Discrete Wavelet Transform Power System Failure Analysis by Using The Discrete Wavelet Transform ISMAIL YILMAZLAR, GULDEN KOKTURK Dept. Electrical and Electronic Engineering Dokuz Eylul University Campus Kaynaklar, Buca 35160 Izmir

More information

CHAPTER 4 PV-UPQC BASED HARMONICS REDUCTION IN POWER DISTRIBUTION SYSTEMS

CHAPTER 4 PV-UPQC BASED HARMONICS REDUCTION IN POWER DISTRIBUTION SYSTEMS 66 CHAPTER 4 PV-UPQC BASED HARMONICS REDUCTION IN POWER DISTRIBUTION SYSTEMS INTRODUCTION The use of electronic controllers in the electric power supply system has become very common. These electronic

More information

TIME FREQUENCY ANALYSIS OF TRANSIENT NVH PHENOMENA IN VEHICLES

TIME FREQUENCY ANALYSIS OF TRANSIENT NVH PHENOMENA IN VEHICLES TIME FREQUENCY ANALYSIS OF TRANSIENT NVH PHENOMENA IN VEHICLES K Becker 1, S J Walsh 2, J Niermann 3 1 Institute of Automotive Engineering, University of Applied Sciences Cologne, Germany 2 Dept. of Aeronautical

More information

Chapter 3 Spectral Analysis using Pattern Classification

Chapter 3 Spectral Analysis using Pattern Classification 36 Chapter 3 Spectral Analysis using Pattern Classification 3.. Introduction An important application of Artificial Intelligence (AI) is the diagnosis of fault mechanisms. The traditional approaches to

More information

An Enhanced Symmetrical Fault Detection during Power Swing/Angular Instability using Park s Transformation

An Enhanced Symmetrical Fault Detection during Power Swing/Angular Instability using Park s Transformation Indonesian Journal of Electrical Engineering and Computer Science Vol., No., April 6, pp. 3 ~ 3 DOI:.59/ijeecs.v.i.pp3-3 3 An Enhanced Symmetrical Fault Detection during Power Swing/Angular Instability

More information