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

Size: px
Start display at page:

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

Transcription

1 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 Power System Disturbances.. bdelsalam,*,.. Eldesouy,.. Sallam, Member, IEEE eng.abdelazeem@gmail.com, azzaeldesouy@yahoo.com, aasallam@ucalgary.ca Dept of Electrical Engineering, Suez anal University, Ismailia, 45, Egypt Dept of Electrical Engineering, Port-Said University, Port-Said, 453, Egypt bstract: new algorithm for power system disturbance classification is proposed in this paper. It is a two-stage system that employs the great potentials of the discrete wavelet transform (DWT), Kalman filter and a fuzzy-epert system. For the first stage, the captured voltage waveform is passed through the DWT to determine the noise inside it. The covariance of this noise is then calculated and fed together with the captured voltage waveform to the Kalman filter to provide the amplitude and the slope of this waveform. These are considered as an input to the fuzzy-epert system in the second stage to determine the class to which the waveform belongs. Simulation and eperimental results confirm the aptness and the capability of the proposed system in power system disturbance detection and classification. eywords: Power quality, DWT, Kalman filter, Fuzzy epert system, Power System Disturbance. I. INTRODUTION ny variation in voltage, current or frequency which may lead to an equipment failure or malfunction is potentially a power quality problem. The widespread use of electronic equipment, such as information technology equipment, power electronics such as adjustable speed drives, programmable logic controllers, energy-efficient lighting, have led to a change in the nature of electric loads. These loads are simultaneously the major causes and the major victims of power quality problems. Due to their non-linearity, all these loads cause disturbances in the voltage waveform. One critical aspect of power quality (PQ) studies is the ability to perform automatic power quality data analysis and classification. n important step in understanding and hence improving the quality of electric power is to etract sufficient information about the events that cause the power quality issues. number of techniques have been investigated in literature for automatic classification of different types of power quality events. Such an automated PQ assessment requires a high level of engineering epertise and powerful tools. number of papers based on different techniques for * orresponding author detection and classification of power quality phenomena have been published over the past years. Theoretical foundations of voltage disturbances are for eample described in [-3]. Wavelet analysis has been used for identification of power system disturbances. The use of wavelets permits the study of a signal with different time-frequency resolution. Use of the coefficients of the high frequency decomposition of the discrete wavelet transform (DWT) has been proposed in the literature for identification and estimation of the related parameters of a voltage event [4-6]. In [7] an algorithm based on the energies of decomposed signals from wavelet multi resolution analysis (MR) was proposed to distinguish different classes of power quality events. This algorithm had drawbac that the phase shifts of the signals studied were not considered despite their impact on the results. Using the change in magnitude of the fundamental component of supply voltage, Kalman filter can be employed to detect and to analyse voltage event [8-9]. The results of Kalman filter depend on the model of the system used and the suitable selection of the filter parameters. If the selection of the Kalman filter parameters is not suitable, the rate of convergence of the results will be slow or the results will diverge. Epert systems have been proposed to identify, classify and diagnose power system events successfully for a limited number of events [9-]. Rules based epert systems are highly dependent on if..then clauses. If many event types or features are analyzed, the epert system would become more complicated and riss of losing selectivity would increase. nother drawbac is that these systems are not always portable due to the settings that depend mostly on the designer or operator of the systems for a particular set of events. two stage system for classifying the power system disturbances is proposed in this paper. In the first stage, the captured voltage waveform is passed through DWT to identify its noise. The covariance of this noise together with the captured voltage waveform is fed to the Kalman filter to enhance and speed up its rate of convergence. In the second stage, the outputs of the Kalman filter; the amplitude of the captured voltage waveform and its rate of change with time (slope), are passed through a fuzzy epert system that identifies the class to which the disturbance waveform 398

2 belongs. Several digital simulation results using MTL [] and practical test waveform are presented to satisfy and ensure the capability of the proposed system for classifying the disturbances successfully. II. THE PROPOSED SYSTEM The proposed system which consists of two stages as mentioned above is shown in Fig.. The two stages are performed with each new voltage sample; (i) evaluating a new value of the amplitude and slope using Kalman filter with the help of DWT, (ii) classifying the disturbance using fuzzyepert system according to the evaluated values. Fig. loc diagram for the proposed technique. Wavelet Transform Wavelet transform is a useful tool in signal analysis. The continuous Wavelet Transform (WT) of a signal (t) is defined as [3]. t b = ψ dt (), a X a b ( t) ( a ) t b ψ ( t) = ψ ( ) () a, b a a where ψ(τ) is the mother wavelet, and other wavelets are its dilated and translated versions, where a and b are the dilation parameter and translation parameter respectively, The discrete WT (DWT) alculations are made for chosen subset of scales and positions. This scheme is conducted by using filters and computing the so called approimations and details. The approimations () are the high-scale, low frequency components of the signal. The details (D) are the low-scale, high-frequency components. The DWT coefficients are computed using the equation: X = X = [ n] g [ n] (3) a, b j, j, n Z where a=j, b=j, j N, N. The wavelet filter g plays the role of ψ. The covariance of the details (D) is determined to be considered as an initial input to the Kalman filter.. Kalman Filter Kalman algorithm is applied in order to compute the amplitude of the waveform. The Kalman filtering performs the following operations [4].. First of all, it is necessary to have a mathematical description both of the system and of the measurement. The process will be estimated at time t + based on the nowledge of the a-priori process at time t. + = φk + w (4) Net, the state variables and the stochastic system model will be defined. It is assumed that the signal system under study (voltage signal) corresponds to a sinusoidal signal as is epressed in the following equation: s = sin( ω ΔT + θ ) (5) For the net time step +: s = sin( ω ( + ) Δ + ) (6) + T θ onsidering the state variables as the following: cos( θ ), = = sin( ) (7) θ, The following relationship can be obtained: = + = (8) + where ω is the angular frequency =π5 rad/s, and T is the sampling interval. onsequently, the measurement at time + may be related with the state variables at time +, as: T sin( ω( + ) ΔT ) z = + cos( ω( + ) ΔT ) = H + + (9) where H is the Matri giving the ideal connection between the measurement and the state vector at time t. The measurement of the process is assumed to occur at discrete points in time in accordance with the linear relationship: z = H + v () where v is the measurement error which is evaluated by DWT. The random process can be modeled by: ˆ ˆ = φ + () The estimation of the process covariance, P, in the net time step + can be obtained by the following equation: T P + = φ P φ + Q () Q is the covariance matri of w and is assumed to be equal to the identity matri in this model. The Kalman gain, K, can be computed as: T ( H P H + R ) K (3) T = P H R is the covariance matri of v. the value of R is not assumed but it is considered the covariance of the details coefficients of the first level of DWT of the measurement signal. With this information the state estimation can be updated nowing the measured ˆ ˆ + K z H ˆ (4) ( ) = 399

3 and the process covariance can be updated according to: P = ( I K H ) P (5) The waveform amplitude is directly computed at any time instant from the estimated state variables as follows: = ( + ) (6) and the slope is obtained from the following relationship: S = ( ) (7) ΔT where:, - are the waveform amplitudes at the time instants and - respectively..3 Fuzzy-Epert Systems It is usually appropriate to use fuzzy logic when a mathematical model of a process doesn't eist or does eist but is too difficult to encode and too comple to be evaluated fast enough for real time operation. The accuracy of the fuzzy logic systems is based on the nowledge of human eperts; hence, it is only as good as the validity of the rules. s the power system data is highly uncertain and the power disturbance monitoring is a pattern classification problem, the fuzzy epert system approach can be adopted for this problem. The outputs of the Kalman filter are considered as inputs to the fuzzy-epert system to classify the different waveform disturbances. The input variables membership functions of the fuzzy epert system are shown in Figs. & 3. For classifying the disturbance waveforms, five fuzzy sets are chosen for the amplitude (), the first input of fuzzy-epert, designated as VS (very small amplitude), S (small amplitude), N (normal amplitude), L (large amplitude), and VL (very large amplitude). The slope (S), the second input of fuzzy-epert, has three fuzzy sets that are designated as PS (positive slope), NS (negative slope) and ZS (zero slope). Degree of membership VS S N L VL amplitude (pu) Fig. Input amplitude membership function The output membership function is defined by five sets as shown in Fig. 4. These sets are designated as interruption, sag, normal, swell, and surge. ny output value which is not belonging to these sets represents the distortion. The crisp output of the fuzzy system can assume values between. and., where.5» Interruption.5» Sag.5» Normal.75» Swell.95» Surge. Degree of membership NS ZS Fig. 3 Input slope membership function Degree of membership Interruption Sag Normal Swell Surge Fig. 4 Output membership function The brief rule sets of fuzzy epert system are below:. If amplitude is VS and slope is PS) then output is INTERRUPTION.. If amplitude is VS and slope is ZS then output is INTERRUPTION. 3. If amplitude is VS and slope is NS then output is INTERRUPTION. 4. If amplitude is S and slope is NS then output is SG. 5. If amplitude is S and slope is ZS then output is SG. 6. If amplitude is S and slope is PS then output is SG. 7. If amplitude is N and slope is ZS then output is NORML. 8. If amplitude is N and slope is NS then output is NORML. 9. If amplitude is N and slope is PS then output is NORML.. If amplitude is L and slope is PS then output is SWELL.. If amplitude is L and slope is ZS then output is SWELL.. If amplitude is L and slope is NS then output is SWELL. 3. If amplitude is VL and slope is PS then output is SURGE. 4. If amplitude is VL and slope is ZS then output is SURGE. 5. If amplitude is VL and slope is NS then output is SURGE. III. SIMULTION RESULTS The eample taen for the study is a simple power system consisting of a generator supplying a power networ that comprises a short transmission line section and three loads (normal, heavy, and nonlinear loads) at the point of common coupling (P). The heavy and nonlinear loads are connected to the system through a circuit breaer as shown in Fig. 5. Different power quality events have been generated using the power system simulation tools, MTL - Simulin, Fig. 6. PS 4

4 Fig.5 System configuration of the model used for testing. The generated signals are mied with random white noise of zero mean and the signal to noise ratio (SNR) is 3 db. Each generated waveform consists of 5 cycles of a voltage waveform sampled at a rate of 6.4 Hz, which is equal to 8 samples per cycle. The following case studies are presented to illustrate the aptness of the proposed system: Fig. 7 Voltage interruption: waveform, slope and classification system output voltage source Resistive load To File voltage.mat Z_source Universal ridge + - P Vabc Demu a b c. a b c Scope Load a b c. Z_feeder three phase short circuit fault Heavy load single line to ground fault Fig. 6 MTL simulation bloc diagram of the simulated system Voltage Interruption: an interruption may be seen as a loss of voltage on a power system. Such disturbance describes a drop of 9-% of the rated system voltage for duration of.5 cycles to min. waveform of the voltage interruption generated by a 5 cycle three phase short circuit fault at P is shown in Fig. 7. Output of the Kalman filter, slope, is shown in Fig. 7. The output of the fuzzy epert system is shown in Fig. 7. It is observed that the proposed system can accurately detect the interruption in the distorted waveform. The tracing error, which is defined as the difference between the actual and the estimated values of the amplitude voltage, is found to be less than.8%. Voltage Sag: voltage sage is a decrease of -9% of the rated system voltage for duration of.5 cycles to min. The sag disturbance is generated by the occurrence of a single line to ground fault for 5 cycles at the end of the short transmission line. The results are shown in Fig. 8. The tracing error of results is less than.%. Voltage Swell: in the case of voltage swell, there is a rise of to 9% in the voltage magnitude for.5 cycles to min. The swell is generated by disconnecting the heavy load for 5 cycles. From the results depicted in Fig. 9, the proposed system clearly detects and classifies the swell disturbance. The tracing error is less than.4% Fig. 8 Voltage sag: waveform, slope and classification system output Fig.9 Voltage swell: waveform, slope and classification system output. Voltage surge: the surge occurs on disconnecting the heavy load for one-quarter cycle as shown in Fig., where the amplitude is suddenly increased from to 3 p.u. Such a distorted waveform is tested by the proposed system and the 4

5 results are shown in Fig., and (d). The tracing error of the magnitude is less than.5% Fig. Voltage surge: waveform, slope and classification system output Voltage distortion: distortion of the voltage waveform is generated by connecting the nonlinear load for 5 cycles where the harmonic is generated. The original distorted waveform and the corresponding Kalman filter and fuzzy epert system outputs are shown in Fig.. Signal Fig. of the captured voltage. The voltage sag occurs at t=.s for 5 cycles while the outage is started at t=.3 s and ends at t=.4 s. The swell is initiated at t=.6 s and persists for 5 cycles while the harmonic distortion is generated at t=.8 s for 5 cycles. The output slope of the Kalman filter is shown in Fig. 3, while the output of the fuzzy epert system is shown in Fig. 4. omparing the output waveform of Fig. 4 with the output membership function, Fig. 4, it is observed that the proposed system has successfully detected each disturbance included in the captured voltage waveform with an average tracing error of less than.5% Fig. 3 of the captured voltage.75 Fig. Voltage distortion: waveform, amplitude, slope and (d) classification system output..5 omparing the results of the proposed system shown fin Figs. 7 through with the output membership function, Fig. 4, it is observed that each category of the simulated waveforms is successfully detected and classified. nother case study is reported to test the overall performance of the proposed system. In this case, the voltage waveform at P which is captured for fifty cycles and consists of sag, interruption, swell, and harmonic distortion as shown in Fig. is applied to the proposed system Fig. 4 Output of fuzzy-epert system In addition, the proposed system is computationally simple in comparison to Fourier linear combiner based approach [9] and yields classification in short time as it needs two samples to evaluate the amplitude and slope of the captured voltage waveform instead of the whole cycle as in [9]. The Kalman filter, on the other hand, yields more accurate results as the initial value of the measurement error covariance is not assumed and instead it is accurately etracted with the help of DWT. 4

6 IV. EXPERIMENTL RESULTS Fig. 5 shows a test waveform that is obtained from the IEEE Project Group 59. [5]. The sample frequency used is fs=/5 36 Hz, or 56 samples per 6 Hz cycle. The proposed technique is applied on this test waveform. Kalman filter is used to etract the fundamental frequency amplitude and its slope as shown in Figs. 6 & 7 from the practical waveform. The fuzzy epert system output shows that the test waveform contains a voltage sag disturbance, Fig. 8, and there are not harmonic contents in it Fig. 5 The practical captured waveform. amplitude (pu) Fig. 6 The amplitude of the practical waveform Fig. 7 The amplitude slope of the practical waveform V. ONLUSIONS system based on the DWT, Kalman filter and fuzzyepert system is proposed in this paper for classifying power system disturbances. The DWT is used to etract the noise of the captured waveform. The covariance of this noise is calculated and applied to the Kalman filter with the captured voltage waveform to improve its performance. The Kalman filter is then used to estimate the amplitude and the slope of the waveform which become the inputs to the fuzzy epert system for classification of the waveforms. Several simulation and eperimental tests have been conducted to validate the performance of the proposed system. The results show that the proposed system performs very well in the detection and classification of various power system disturbances. REFERENES [] M. H. J. ollen, "Understanding Power Quality Problems, Voltage Sags and Interruptions". Piscataway, NJ: IEEE Press,. [] M. H. J. ollen and I. Y. H. Gu, "Signal Processing of Power Quality Disturbances", Wiley_IEEE, 6 [3] ngelo aggini, "Handboo of Power Quality" John Wiley & Sons, 8 [4]. Elmitwally, S. Farghal, M. Kandil, S. bdelader, and M.Elateb, Proposed wavelet-neurofuzzy combined system for power quality violations detection and diagnosis, Proc. IEE, Gen. Transm. Distrib., vol. 48, no., pp. 5, Jan.. [5] S. Santoso, J. P. Edward, W. M. Grady, and.. Parsons, Power Quality Disturbance Recognition Using Wavelet-ased Neural lassifier Part : Theoretical Foundation, IEEE Trans. Power Del., vol. 5, no., pp. 8, Feb.. [6] S. Santoso, J. P. Edward, W. M. Grady, and.. Parsons, Power Quality Disturbance Recognition Using Wavelet-ased Neural lassifiers-part : pplication, IEEE Trans. Power Del., vol. 5, no., pp. 9 35, Feb.. [7] Z. L. Gaing, "Wavelet-based neural networ for power disturbance recognition and classification" IEEE Trans. Power Del, Vol. 9, No. 4, pp , October 4. [8] E. Perez and J. arros, " Proposal for On-Line Detection and lassification of Voltage Events in Power Systems", IEEE Trans Power Del, vol 3, no. 4, pp. 3-38, October 8. [9] P.K. Dash, S. Mishra, M.M.. Salama,.. Liew, lassification of Power System Disturbances Using Fuzzy Epert System and Fourier Linear ombiner, IEEE Trans. Power Del, Vol. 5, No., pp , pril. [] M. Reaz, F. hoong, M. Sulaiman, F. Yasin and M. Kamada, " Epert System for Power Quality Disturbanc lassifier", IEEE Trans Power Del, vol, no. 3, pp , July 7. [] E. Styvatatis, M. H. J. ollen and I. Y. H. Gu, "Epert System for lassification and nalysis of Power System Events", IEEE Trans Power Del, vol 7, no., pp , pril. [] Power System locset. User`s Guide, The Math Wors, Inc., Natic, M,. [3] Stephane Mallat, ' Wavelet Tour of Signal Processing' cademic press, US, 999. [4]. Girgis, W. hang, E. Maram, " Digital Recursive Measurement Scheme for on-line Tracing of Power System Harmonics", IEEE Transactions on Power Delivery, Vol. 6, No. 3, pp. 53-6, July 99. [5] Fig. 8 Fuzzy-epert system output 43

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

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

Alexandre A. Carniato, Ruben B. Godoy, João Onofre P. Pinto

Alexandre A. Carniato, Ruben B. Godoy, João Onofre P. Pinto European Association for the Development of Renewable Energies, Environment and Power Quality International Conference on Renewable Energies and Power Quality (ICREPQ 09) Valencia (Spain), 15th to 17th

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

POWER QUALITY ASSESSMENT USING LEAST MEAN SQUARE FILTER AND FUZZY EXPERT SYSTEM

POWER QUALITY ASSESSMENT USING LEAST MEAN SQUARE FILTER AND FUZZY EXPERT SYSTEM POWER QUALITY ASSESSMENT USING LEAST MEAN SQUARE FILTER AND FUZZY EXPERT SYSTEM Thamil Alagan Muthusamy and Neela Ramanathan Department of Electrical Engineering, Annamalai University, India E-Mail: mssthamil@gmail.com

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

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

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

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

TRANSMISSION PROTECTION SCHEMES FOR TRANSMISSION SYSTEMS USING DWT 1 T.Jayanth, 2 Srikanth Rajasekar, 3 G.MadhusudhanaRao,

TRANSMISSION PROTECTION SCHEMES FOR TRANSMISSION SYSTEMS USING DWT 1 T.Jayanth, 2 Srikanth Rajasekar, 3 G.MadhusudhanaRao, TRNSMISSION PROTETION SHEMES FOR TRNSMISSION SYSTEMS USING DWT 1 T.Jayanth, 2 Srianth Rajasear, 3 G.MadhusudhanaRao, 1 sst.engineer, PGENO, 2 KIT-KKD, 3 Prof of EEE MR Group of Institutions gurralamadhu@gmail.com,

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

A FUZZY EXPERT SYSTEM FOR QUANTIFYING VOLTAGE QUALITY IN ELECTRICAL DISTRIBUTION SYSTEMS

A FUZZY EXPERT SYSTEM FOR QUANTIFYING VOLTAGE QUALITY IN ELECTRICAL DISTRIBUTION SYSTEMS A FUZZY EXPERT SYSTEM FOR QUANTIFYING VOLTAGE QUALITY IN ELECTRICAL DISTRIBUTION SYSTEMS Fuat KÜÇÜK, Ömer GÜL Department of Electrical Engineering, Istanbul Technical University, Turkey fkucuk@elk.itu.edu.tr

More information

De-noising of Voltage Sag using Wavelet Transform

De-noising of Voltage Sag using Wavelet Transform International Journal of omputer pplications (975 8887) Volume 74 No.8, July 3 De-noising of Voltage Sag using Wavelet Transform Suresh K. Gawre ssist. Professor lectrical ngg. Department MNIT, hopal,

More information

A new approach to monitoring electric power quality

A new approach to monitoring electric power quality Electric Power Systems Research 46 (1998) 11 20 A new approach to monitoring electric power quality P.K. Dash a,b, *, S.K Panda a, A.C. Liew a, B. Mishra b, R.K. Jena b a Department Electrical Engineering,

More information

A Comparative Study of Wavelet Transform Technique & FFT in the Estimation of Power System Harmonics and Interharmonics

A Comparative Study of Wavelet Transform Technique & FFT in the Estimation of Power System Harmonics and Interharmonics ISSN: 78-181 Vol. 3 Issue 7, July - 14 A Comparative Study of Wavelet Transform Technique & FFT in the Estimation of Power System Harmonics and Interharmonics Chayanika Baruah 1, Dr. Dipankar Chanda 1

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

Feature Extraction of Magnetizing Inrush Currents in Transformers by Discrete Wavelet Transform

Feature Extraction of Magnetizing Inrush Currents in Transformers by Discrete Wavelet Transform Feature Extraction of Magnetizing Inrush Currents in Transformers by Discrete Wavelet Transform Patil Bhushan Prataprao 1, M. Mujtahid Ansari 2, and S. R. Parasakar 3 1 Dept of Electrical Engg., R.C.P.I.T.

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

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

AN ALGORITHM TO CHARACTERISE VOLTAGE SAG WITH WAVELET TRANSFORM USING

AN ALGORITHM TO CHARACTERISE VOLTAGE SAG WITH WAVELET TRANSFORM USING AN ALGORITHM TO CHARACTERISE VOLTAGE SAG WITH WAVELET TRANSFORM USING LabVIEW SOFTWARE Manisha Uddhav Daund 1, Prof. Pankaj Gautam 2, Prof.A.M.Jain 3 1 Student Member IEEE, M.E Power System, K.K.W.I.E.E.&R.

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

Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Perceptron Learning Strategies

Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Perceptron Learning Strategies Journal of Electrical Engineering 5 (27) 29-23 doi:.7265/2328-2223/27.5. D DAVID PUBLISHING Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Patrice Wira and Thien Minh Nguyen

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

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

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

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

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

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

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

Design and Simulation of Dynamic Voltage Restorer (DVR) Using Sinusoidal Pulse Width Modulation (SPWM)

Design and Simulation of Dynamic Voltage Restorer (DVR) Using Sinusoidal Pulse Width Modulation (SPWM) 6th NATIONAL POWER SYSTEMS CONFERENCE, 5th-7th DECEMBER, 2 37 Design and Simulation of Dynamic Voltage Restorer (DVR) Using Sinusoidal Pulse Width Modulation (SPWM) Saripalli Rajesh *, Mahesh K. Mishra,

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

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

Measurement of Power Quality through Transformed Variables

Measurement of Power Quality through Transformed Variables Measurement of Power Quality through Transformed Variables R.Ramanjan Prasad Vignan Institute of Technology and Science, Vignan Hills Deshmukhi Village,Pochampally Mandal, Nalgonda District-508284 R.Harshavardhan

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

Empirical Wavelet Transform based Single Phase Power Quality Indices

Empirical Wavelet Transform based Single Phase Power Quality Indices Empirical avelet Transform based Single Phase Quality ndices T. Karthi Dept. of Electrical Engg. T ndore ndore, ndia phd300004@iiti.ac.in Amod C. Umariar Dept. of Electrical Engg. T ndore ndore, ndia Trapti

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

A Novel Software Implementation Concept for Power Quality Study

A Novel Software Implementation Concept for Power Quality Study 544 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 17, NO. 2, APRIL 2002 A Novel Software Implementation Concept for Power Quality Study Mladen Kezunovic, Fellow, IEEE, and Yuan Liao, Member, IEEE Abstract

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

THE APPLICATION WAVELET TRANSFORM ALGORITHM IN TESTING ADC EFFECTIVE NUMBER OF BITS

THE APPLICATION WAVELET TRANSFORM ALGORITHM IN TESTING ADC EFFECTIVE NUMBER OF BITS ABSTRACT THE APPLICATION WAVELET TRANSFORM ALGORITHM IN TESTING EFFECTIVE NUMBER OF BITS Emad A. Awada Department of Electrical and Computer Engineering, Applied Science University, Amman, Jordan In evaluating

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

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

Improvement of Power Quality Using a Hybrid Interline UPQC

Improvement of Power Quality Using a Hybrid Interline UPQC Improvement of Power Quality Using a Hybrid Interline UPQC M.K.Elango 1, C.Vengatesh Department of Electrical and Electronics Engineering K.S.Rangasamy College of Technology Tiruchengode, Tamilnadu, India

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

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

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

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

A Wavelet-Fuzzy Logic Based System to Detect and Identify Electric Power Disturbances

A Wavelet-Fuzzy Logic Based System to Detect and Identify Electric Power Disturbances Proceedings of the 27 IEEE Symposium on Computational Intelligence in Image and Signal Processing (CIISP 27) A Wavelet-Fuzzy Logic Based System to Detect and Identify Electric Power Disturbances M. I.

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

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

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

Application of Fuzzy Logic Controller in UPFC to Mitigate THD in Power System

Application of Fuzzy Logic Controller in UPFC to Mitigate THD in Power System International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 9, Issue 8 (January 2014), PP. 25-33 Application of Fuzzy Logic Controller in UPFC

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 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 QUALITY DISTURBANCE ANALYSIS USING S-TRANSFORM AND DATA MINING BASED CLASSIFIER

POWER QUALITY DISTURBANCE ANALYSIS USING S-TRANSFORM AND DATA MINING BASED CLASSIFIER 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-768019,

More information

ENHANCEMENT OF POWER QUALITY BY INJECTING SERIES VOLTAGE USING DVR

ENHANCEMENT OF POWER QUALITY BY INJECTING SERIES VOLTAGE USING DVR ENHNEMENT OF POWER QULITY Y INJETING SERIES VOLTGE USING DVR Praksh Patil 1, Prof. Sunil hatt 2 1 PG Scholar, Department of Electrical Engineering, entral India Institute of Technology Indore- 452016,

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

Simulation and Implementation of DVR for Voltage Sag Compensation

Simulation and Implementation of DVR for Voltage Sag Compensation Simulation and Implementation of DVR for Voltage Sag Compensation D. Murali Research Scholar in EEE Dept., Government College of Engineering, Salem-636 011, Tamilnadu, India. Dr. M. Rajaram Professor &

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

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

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

Detection of Fault in Fixed Series Compensated Transmission Line during Power Swing Using Wavelet Transform

Detection of Fault in Fixed Series Compensated Transmission Line during Power Swing Using Wavelet Transform International Journal of Scientific and Research Publications, Volume 4, Issue 5, May 24 Detection of Fault in Fixed Series Compensated Transmission Line during Power Swing Using Wavelet Transform Rohan

More information

FPGA Based Power Disturbances

FPGA Based Power Disturbances FPGA Based Power Disturbances P.Prem Kishan, 2 T.Naga jyothi, 3 Geethu Mohan Assistant Professor, 2 Assistant Professor, 3 Assistant Professor Department of Electronics and Communication Engineering, MLRIT,

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

RECURSIVE TOTAL LEAST-SQUARES ESTIMATION OF FREQUENCY IN THREE-PHASE POWER SYSTEMS

RECURSIVE TOTAL LEAST-SQUARES ESTIMATION OF FREQUENCY IN THREE-PHASE POWER SYSTEMS RECURSIVE TOTAL LEAST-SQUARES ESTIMATION OF FREQUENCY IN THREE-PHASE POWER SYSTEMS Reza Arablouei, Kutluyıl Doğançay 2, Stefan Werner 3 2 Institute for Telecommunications Research, University of South

More information

Keywords: Wavelet packet transform (WPT), Differential Protection, Inrush current, CT saturation.

Keywords: Wavelet packet transform (WPT), Differential Protection, Inrush current, CT saturation. IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Differential Protection of Three Phase Power Transformer Using Wavelet Packet Transform Jitendra Singh Chandra*, Amit Goswami

More information

Time-Frequency Analysis Method in the Transient Power Quality Disturbance Analysis Application

Time-Frequency Analysis Method in the Transient Power Quality Disturbance Analysis Application Time-Frequency Analysis Method in the Transient Power Quality Disturbance Analysis Application Mengda Li, Yubo Duan 1, Yan Wang 2, Lingyu Zhang 3 1 Department of Electrical Engineering of of Northeast

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

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

FROM BLIND SOURCE SEPARATION TO BLIND SOURCE CANCELLATION IN THE UNDERDETERMINED CASE: A NEW APPROACH BASED ON TIME-FREQUENCY ANALYSIS

FROM BLIND SOURCE SEPARATION TO BLIND SOURCE CANCELLATION IN THE UNDERDETERMINED CASE: A NEW APPROACH BASED ON TIME-FREQUENCY ANALYSIS ' FROM BLIND SOURCE SEPARATION TO BLIND SOURCE CANCELLATION IN THE UNDERDETERMINED CASE: A NEW APPROACH BASED ON TIME-FREQUENCY ANALYSIS Frédéric Abrard and Yannick Deville Laboratoire d Acoustique, de

More information

Analysis and modeling of thyristor controlled series capacitor for the reduction of voltage sag Manisha Chadar

Analysis and modeling of thyristor controlled series capacitor for the reduction of voltage sag Manisha Chadar Analysis and modeling of thyristor controlled series capacitor for the reduction of voltage sag Manisha Chadar Electrical Engineering department, Jabalpur Engineering College Jabalpur, India Abstract:

More information

SIMULATION OF D-STATCOM AND DVR IN POWER SYSTEMS

SIMULATION OF D-STATCOM AND DVR IN POWER SYSTEMS SIMUATION OF D-STATCOM AND DVR IN POWER SYSTEMS S.V Ravi Kumar 1 and S. Siva Nagaraju 1 1 J.N.T.U. College of Engineering, KAKINADA, A.P, India E-mail: ravijntu@gmail.com ABSTRACT A Power quality problem

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

VARIABLE-FREQUENCY PRONY METHOD IN THE ANALYSIS OF ELECTRICAL POWER QUALITY

VARIABLE-FREQUENCY PRONY METHOD IN THE ANALYSIS OF ELECTRICAL POWER QUALITY Metrol. Meas. Syst., Vol. XIX (2012), No. 1, pp. 39-48. METROLOGY AND MEASUREMENT SYSTEMS Index 330930, ISSN 0860-8229 www.metrology.pg.gda.pl VARIABLE-FREQUENCY PRONY METHOD IN THE ANALYSIS OF ELECTRICAL

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

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

POWER QUALITY AND ENERGY EFFICIENCY IN LOW VOLTAGE ELECTRICAL POWER SYSTEM OF THE TECHNICAL UNIVERSITY OF GABROVO

POWER QUALITY AND ENERGY EFFICIENCY IN LOW VOLTAGE ELECTRICAL POWER SYSTEM OF THE TECHNICAL UNIVERSITY OF GABROVO POWER QUALITY AND ENERGY EFFICIENCY IN LOW VOLTAGE ELECTRICAL POWER SYSTEM OF THE TECHNICAL UNIVERSITY OF GABROVO Krasimir Marinov Ivanov, Technical University of Gabrovo, Gabrovo, BULGARIA Georgi Tsonev

More information

Development and Simulation of Dynamic Voltage Restorer for Voltage SAG Mitigation using Matrix Converter

Development and Simulation of Dynamic Voltage Restorer for Voltage SAG Mitigation using Matrix Converter Development and Simulation of Dynamic Voltage Restorer for Voltage SAG Mitigation using Matrix Converter Mahesh Ahuja 1, B.Anjanee Kumar 2 Student (M.E), Power Electronics, RITEE, Raipur, India 1 Assistant

More information

Modeling and Implementation of Closed Loop PI Controller for 3 Phase to 3 Phase Power Conversion Using Matrix Converter

Modeling and Implementation of Closed Loop PI Controller for 3 Phase to 3 Phase Power Conversion Using Matrix Converter IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 22-1, Volume 11, Issue 1 Ver. I (Jan Feb. 216), PP 1-8 www.iosrjournals.org Modeling and Implementation of Closed

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

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