Power Quality Disturbance Detection and Visualization Utilizing Image Processing Methods

Size: px
Start display at page:

Download "Power Quality Disturbance Detection and Visualization Utilizing Image Processing Methods"

Transcription

1 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 Image Processing Methods Hussain Shareef and Azah Mohamed Faculty of Engineering and Build Environment Universiti Kebangsaan Malaysia Bangi, Selangor, Malaysia Abstract - This paper presents a novel technique to visualize and detect various power quality disturbance events. It is based on the image processing methods known as grayscale images and binary images. Gray image created from recorded disturbance voltage waveform is first represented as a transverse wave having compressions and rarefactions. Then using image enhancement techniques, the unique features of the disturbance waveform are visualized. Furthermore, the patterns obtained for a pure sine signal and the signal with disturbances are compared for identification of the signal with disturbance. The decision regarding the disturbance type is made using binary image analysis techniques. Evaluation studies for verifying the accuracy of the method are presented. Index Terms - Power quality. Image processing. Grayscale patterns. Binary images. Disturbance classification. I. INTRODUCTION Due to the stringent demands from the microelectronics industry nowadays, the need for improved power quality (PQ) is also increasing. Poor PQ could cause failure or malfunction of certain equipment and processes. Hence, to guarantee high quality of power and to identify PQ problems, a large number of smart power quality meters have been used in electric power systems and industrial premises. These devices capture and store a huge number of the PQ disturbance events every day. However, sophisticated software and algorithms are required to analyze the captured data. In the past, PQ data was analyzed manually, which is very time consuming and also requires special expertise. Many automatic PQ disturbance identification methods have been proposed in the last few years. Some of the earliest methods that were employed in the characterization of PQ events are based on root mean square (rms), fast Fourier transform and short time Fourier transform (STFT) [-2]. These methods are useful in providing information for signals that are stationary. However, most of the PQ data captured are non-stationary and hence the techniques cannot properly track the signal dynamics. The alternative algorithm of STFT is the wavelet transform. This technique has the capability in extracting information from non-stationary signals. In [3-6] the authors utilize wavelet transform to extract the unique features for fast-changing signals such as switching transients and impulses. Even though the wavelets provide a variable window for low and high frequency currents and voltage waveforms, the performance of the wavelet transform gets affected because of the effect of the noises [7]. To improve the performance of the wavelet, an alternative technique called the S-Transform was developed. The S-transform is equivalent to phase corrected continuous wavelet transform. It is fully convertible from the time domain to the two dimensional frequency translation domain, and to the familiar Fourier frequency domain. Researchers [8-] have utilized S-transform to extract features such as amplitude factor, frequency factor, etc., from the PQ disturbance signals. In [2], the power signal disturbances in time time transformation (TT-transform) are derived from the S- transform. TT-transform is the two dimensional time time representation of a one dimensional time series. TT-transform helps in the interpretation of the S-transform. Based on the features extracted from the aforementioned signal processing techniques, a variety of methods has been adopted for the decision-making stage of automatic classification of PQ disturbances. The authors in [3-5] have utilized the Support Vector Machines (SVMs) to classify the disturbance types of PQ. Similar to SVM, artificial neural network (ANN) approaches have found applications in predicting the type of PQ disturbance [6]. Fuzzy and Rulebased expert system have also been employed for the decision-making step in the process of classifying PQ disturbance types [,, 7-9]. In this paper, a novel method for visualizing and classifying the different types of PQ disturbances is proposed. The proposed method is based on the image processing methods known as grayscale images and binary images. Gray image created from recorded disturbance voltage waveform is first represented as a transverse wave having compressions and rarefactions. During a disturbance such as a transient, the gray patterns of these images reveal the information about the type disturbance, as will be shown in the paper. A brief overview on the application of grayscale and binary imaging methods to represent PQ disturbances is given first. II. CONCEPT OF IMAGES FOR VISUALIZING PQ EVENTS Image processing techniques have been successfully applied in many areas, including medicine, radar, sonar, robotics, 238

2 material science, and indentation to name a few. It addresses binary and grayscale images, as well as color and 3 dimensional imagery. A grayscale image is a data whose values represent intensities within some range. Generally, the intensity represents black and the intensity represents white. Each element of the image data corresponds to one pixel of the image. For PQ disturbance visualization, an image can be created by converting the recorded single phase voltage information from the PQ monitor for each time step by using the following transformation function: f : [,] () The transformation function shown in () involves a twostep procedure. First, the voltage values are normalized and shifted in the positive direction to make them bounded between and. Fig. shows grayscale image obtained for a pure voltage waveform. As seen in Fig., a grayscale image file consists of pixels on 2 dimensional (2D) space. The 2D coordinates of one pixel is composed by treating x-axis as time and y-axis as the pixel intensity. This transformation causes the time varying sinusoidal waveform to appear somewhat like a longitudinal wave with compressions and rarefactions. The compressions can be thought of high intensity regions and the low intensity regions as the rarefactions, as shown in the Fig.. Observe that the transition in gray intensity throughout the image is regular and smooth. This is a unique feature for a pure sinusoidal voltage waveform. However, if there is any disturbance such as a transient in the waveform, then there will be a drastic change in intensity in the disturbance area of the generated image, as shown in Fig. 2. Pixel intensity Pixel intensity (a) pure voltage waveform (b) generated pattern from actual signal Fig. Contraction of grayscale pattern from actual signal. D is tu rb an ce a re a (a) actual disturbance waveform (b) generated pattern from disturbance signal Fig. 2 Contraction of grayscale pattern for a disturbance signal. In the second step of the procedure, the features of the disturbance can be further vivified by applying image enhancement techniques such as gamma corrections, contrast adjustments and other morphological operations. Although the gamma correction and contrast adjustment of the generated grayscale disturbance image improve the vividness of the features, it is not uncommon to use binary images for image analysis. In a binary image, each pixel assumes one of only two discrete values; or. Zeros and ones are interpreted as black and white, respectively. Fig. 3 shows the binary images generated for the pure voltage waveform depicted in Fig. Patterns in Fig. 3b and Fig.3c corresponds to negative and positive part of the actual waveform respectively. A combination of these patterns is shown in Fig. 3d. Observe the equidistance black and white pixels having same cross sectional areas in this pattern. Based on the connectivity of the pixels in a binary image that forms the objects, much information required for the automatic classification of PQ disturbances can be obtained. This information includes area, centroid, Euler number, extreme points, intensity statistics, pixel list of connected objects, etc. III. METHODS USED FOR ENHANCING PQ DISTURBANCE CHARACTERISTICS This section illustrates the different image processing techniques that are utilized in enhancing various types of PQ disturbances from a pure signal. These types of PQ disturbances include sag, swell, notch, voltage flicker, short interruptions, and impulsive and oscillatory transients. There are many image enhancement and analysis methods that can be used for this purpose. However, for best performance, three main methods are used to boost the features of PQ disturbances mentioned above (d) image showing combination of positive and negative patterns (e) scaled waveform Fig. 3 Patterns describing a pure voltage waveform. 239

3 First method mainly uses gamma correction for classifying sag, swell, and flicker, respectively. Secondly, edge detection technique is used for identifying transients, and lastly a morphological valley finding process is used to detect the notches and the short interruptions. A. Gamma Correction Gamma correction is a non-linear adjustment to individual pixel values. While in image normalization, linear operations carried out on individual pixels, such as scalar multiplication and addition or subtraction, gamma correction carries out a non-linear operation on the source image pixels. For a more mathematical analysis, consider any arbitrary pixel to be visualized which has the grayscale intensity value defined as x, and the intensity value to appear on the screen to be y. Then the relationship between the input x and output intensity values can be described as: y x (2) Fig. 4 shows the effect of gamma correction for varying values of gamma. In the ideal case, input and output intensity values match perfectly as shown at the Fig. 4a. As the gamma value deviates from unity, significant differences can be noticed in the input and output intensity values. As gamma approaches zero, the output pixels become brighter, and as gamma approaches infinity, the pixels become darker. This is a very simple and straightforward algorithm to implement for detecting PQ disturbances namely, sags, swell, and flicker. For example, if one wants to detect a sag in the disturbance signal, the generated grayscale image can be subjected to gamma correction to darken up the low intensity pixels of the image. This will cause only the pixels that represent the positive peaks of the actual waveform to remain brighter, while all other pixels eventually become relatively darker. The same procedure can be applied to the complimentary image of the original image to observe pixel variation that corresponds to the negative values of the original disturbance waveform Normal image intensity values- Gamma Brighter image- Gamma = Darker image- Gamma = (a) Gamma = (b) Gamma = (c) Gamma = 2 Fig. 4 Effect of varying gamma value on the pixel intensity. B. Edge Detection The purpose of edge detection in general is to significantly reduce the amount of data in an image, while preserving the useful properties to be used for further processing. Several edge detection algorithms exist. However, in this work the edge detection technique developed by John F. Canny [2] is used for visualizing and detecting high frequency transients in the PQ disturbance signal. The Canny algorithm basically finds edges where the grayscale intensity of the image changes the most. However, to prevent noise being mistaken for edges, the image, I is first smoothed out by applying a Gaussian filter, G as: J I G (3) Gradients at each pixel in the smoothed image J are then determined by applying what is known as the Sobel-operator in the x- and y-direction respectively. The gradient and its magnitudes can be determined as: J ( J, J ) ( J / x, J / y) (4) x 2 y 2 J J x J y (5) where: J x and J y are the gradients in the x- and y-directions of the smoothed image J respectively. Although the gradient magnitudes often indicate the edges quite clearly, the edges are typically broad and thus it is difficult to determine exactly where the edges are. To make it possible to determine exact edges, the direction of the edges must be determined. The direction of edge, θ is given by the following equation: arctan( J y / J ) (6) The edge directions are used in the next step called nonmaximum suppression. The purpose of this step is to convert the blurred edges in the gradient image to sharper edges. Basically this is done by preserving all local maxima in the gradient image, and deleting everything else. The edge-pixels remaining after the non-maximum suppression step are still marked with their strength pixel-bypixel. Many of these will probably be true edges in the image, but some may be caused by noise. The simplest way to discern between these would be to use a threshold, so that only edges stronger that a certain value would be preserved. The Canny edge detection algorithm uses double thresholding. Edge pixels stronger than the high threshold are marked as strong. Edge pixels weaker than the low threshold are suppressed and edge pixels between the two thresholds are marked as weak. Further tracking is done by using hysteresis where strong edges are interpreted as certain edges, and can immediately be included in the final edge image. Weak edges are included if and only if they are connected to strong edges. The complete mathematical derivation of the Canny s edge detection algorithm can be found in [2]. x 24

4 C. Peaks and Valley Detection Grayscale images can be thought of in three dimensions where the x- and y-axes represent pixel positions and the z- axis represents the intensity of each pixel. In this interpretation, the intensity values represent elevations where regional minima and maxima appear as shown in Fig.5. Determining the regional maxima (minima) of a grayscale image is relatively easy and several algorithms have been proposed in literature [2]. One of the most efficient methods makes use of grayscale reconstruction and is based on the following proposition. The binary image J(I) of the regional maxima of I is given by: J( I) I pi ( I ) (7) where, p I is the individual pixels in grayscale image I. Fig. 6 illustrates the extraction of the regional maxima of a grayscale image I by reconstruction of I from I-. By duality, a similar technique can be derived, enabling to extract regional minima through dual grayscale reconstruction. This algorithm is used in visualization and identification of notches and short interruptions. IV. RESULTS This section describes the results obtained by applying different image processing techniques to visualize and detect the PQ disturbances. First the patterns obtained for different PQ events are illustrated. Then to evaluate the performance of the proposed method, an additional 5 recorded PQ events are assessed. It is done by comparing the output of the proposed method with the results based on the visual inspection. A. Patterns for Sag Fig. 7 illustrates the patterns obtained by applying gamma correction followed by transformations to binary images. This procedure causes the positive and negative peaks in the sag region of the original disturbance waveform to disappear in the generated binary images as shown in Fig. 7b and Fig. 7c. The dark and white objects (bars) in Fig. 7b and Fig. 7c respectively, shows non-sag positive and negative parts of the original waveform. Then by combining both positive negative half patterns, the exact sag region(s) can be identified as shown in Fig. 7d with a large dark rectangular object. Furthermore, the first cycle shown in Fig. 7e and its corresponding patterns show the compared pure wave patterns. The pure wave patterns are important in the final decision-making stage of the automatic detection. To detect the sag, the procedure first checks for objects in pure wave regions of both positive and negative half patterns. If there are objects in both those patterns, then a sag is registered whenever there are some abnormally large objects. Otherwise, it will register as a non sag event. B. Patterns for Swell A swell is defined as an increase to between. and.8 per unit in rms voltage or current at the power frequency for durations from.5 cycle to min [22]. Therefore it is possible to detect a swell by applying the same gamma correction followed by transformation to binary images as depicted in Fig. 8. This procedure causes the positive and negative peaks in the swell region of the original disturbance waveform to emerge in the generated binary images as shown in Fig. 8b and Fig. 8c, while all the other objects vanishes. The dark and white objects in Fig. 8b and Fig. 8c respectively, shows the negative and positive parts of the original waveform where swell in registered. Observe that the objects that usually emerge in pure wave patterns images died out in this case and this is the main criterion in the final decision-making part of the detection. Fig. 5 Representation of peaks and valleys in a grayscale image. 28 (d) image showing sag location Fig. 6 Extracting the regional maxima of a grayscale image I by reconstruction of I from I-. 28 Fig. 7 Patterns describing a sag in a disturbance waveform. 24

5 28 28 (d) image showing swell location Fig. 8 Patterns describing a swell in a disturbance waveform. C. Patterns for Voltage Flicker The same gamma correction and binary imaging can also be used to visualize and detect voltage flickers in the disturbance waveform. A flicker is a time varying sinusoidal voltage waveform and it is sometimes referred as a cyclical variation of the voltage envelope [22]. Fig. 9 illustrates the patterns obtained from the procedure mentioned above. From the patterns generated to represent the negative and positive part of the actual waveform as shown in Figs. 9b and 9c, it is obvious that the dark and white objects in these patterns are also undergoing a cyclic variation. Therefore, by calculating the area of each of these objects in the corresponding negative and positive part of the waveform patterns and tracking the sizes of objects, it is possible to distinguish a voltage flicker from other forms of disturbances. However, for proper detection, initially it is important to subject the disturbance waveform to a high pass filter to remove the high frequency noise. Moreover, the objects areas of compared pure wave are also again vital for proper detection. Fig. 9d shows the image obtained by combining negative and positive parts of wave patterns for proper visualization (d) image showing complete flicker pattern Fig. 9 Patterns describing a voltage flicker in a disturbance waveform. D. Patterns for Transient To visualize and detect the transients, the Canny s edged detection method is used in this paper. Fig. shows an impulsive transient disturbance detected by the Canny s algorithm. Since an impulsive transient is a sudden, nonpower frequency change in the steady state condition of voltage or current that is unidirectional in polarity, the object(s) that emerge in the binary image have very small area(s) as shown in Fig. b. Furthermore, in cases where multiple impulses exist, objects that correspond to each impulsive transient have large distance between each other. Therefore, the small size of object areas and the distance between the objects in the binary pattern are used in the automatic detection of impulsive transient. The same image processing technique is used for detecting the oscillatory transients. The only difference in this case is that the intervals between the identified edges are very close to each other as shown in Fig. b. This feature is used to differentiate between the impulsive and oscillatory transients. E. Patterns for Notches A notch is described as a switching or other disturbance in the normal power voltage waveform, lasting less than a half-cycle, which is initially of opposite polarity than the waveform and is thus subtracted from the normal waveform in terms of the peak value of the disturbance voltage [22]. According to the description above, the notching initially causes a valley in the waveform and therefore it is possible to apply the algorithm that locates the regional maxima and minima for detection of notches (b) binary pattern showing the impulsive transient (c) scaled disturbance waveform Fig. Patterns describing an impulsive transient in a disturbance waveform (b) binary pattern showing the oscillatory transient (c) scaled disturbance waveform Fig. Patterns describing an oscillatory transient in a disturbance waveform. 242

6 However, the success of notch visualization and detection again depends on eliminating the very high frequency noise such as transients. To remove this noise in the notch detection procedure, the generated grayscale image is smoothed out before introducing it to regional minima and maxima identification algorithm. Then for better detection, the objects that characterize the regional minima and maxima of pure signal must be removed from the disturbance waveform. It can be done by comparing the object areas in the reference pure wave signal pattern and the object areas in the disturbance pattern. Fig. 2 shows the regional minima and maxima corresponding to the areas of notch in the disturbance image. Note that in the pattern shown in Fig. 2b, there are always two objects that correspond to the notch in the negative part of the original disturbance waveform. Similarly, for notches in the positive part of the original disturbance signal, again two nearby objects always appear as shown in Fig. 2c. This is the unique feature that detects the notch in the disturbance waveform. F. Patterns for Short Interruptions For detecting short interruptions in the disturbance waveform, the same regional minima and maxima identification algorithm can be used. The grayscale pattern and the binary patterns for a disturbance waveform where there is short interruption are shown in Fig.3. Note that the location of the interruption area in these patterns is very obvious and it can be clearly seen even in the grayscale image. When regional minima and maxima detection algorithm is applied, there will be a large rectangular object that represents the regional minima in the interruption region as depicted in Fig. 3b. However, there will not be any object that represents the regional maxima in the interruption region as depicted in Fig. 3c. Then by combining the two patterns shown in Fig 3.b and Fig. 3c, the exact location of the interruption area can be obtained as illustrated in Fig. 3d. This algorithm is better than the gamma correction method for detecting the interruptions since it can detect even small peaks and valleys easily (b) binary pattern showing the regional minima in the notch area (c) binary pattern showing the regional maxima in the notch area (d) scaled disturbance waveform Fig. 2 Patterns describing notches in a disturbance waveform (b) binary pattern showing the regional minima (c) binary pattern showing the regional maxima (d) pattern showing both the regional minima and maxima Fig. 3 Patterns describing a short interruption in a disturbance waveform G. Assessment Studies One hundred and fifty unknown waveforms of various types of disturbances have been obtained and utilized in the assessment studies. They include field data from Power quality monitoring system in Malaysia, and simulated data generated by employing PSCAD /EMTDC software. The results are shown in Table. In this table, the first column represents the type of PQ disturbances studied. The following two columns, 2 and 3, represent the total number of cases studied of each disturbance and the number of cases that are correctly identified, respectively. Column 4 indicates the number of cases of each disturbance that are mistakenly identified. The last column shows the correct identification rate. The last row of this table represents the aggregate results. It can be seen that the new system yields a correct identification rate of 99.33%. These studies show that the proposed methods for feature extraction and decision-making are quite efficient for PQ disturbance classification. TABLE I CLASSIFICATION RESULTS YIELDED BY THE PROPOSED METHOD Type of PQ disturbances Number of disturbances Number of cases mistakenly identified Sag 3 Swell 3 Interruption Oscillatory transient Impulsive transient 5 5 Flicker Notch 3 Pure wave Correct identification rate (%) Sum: % 243

7 V. CONCLUSION This paper proposed a novel method to visualize six distinctive power quality disturbance waveforms employing image processing techniques. The pattern obtained for various disturbance signals were unique from the patterns obtained for the pure wave signal. Based on the distinctive features of the patterns, a method was designed for detecting the types of the disturbances, which has the advantage of simplicity. The results obtained from the designed algorithms are quite promising and hence will help in accurate identification of the power signal disturbances. Furthermore, this technique can be applied to other areas in power engineering such as fault location and sag source location. ACKNOWLEDGMENT This work was carried out with the financial support from the Universiti Kebangsaan Malaysia under the research grant UKM-GUP-BTT REFERENCES [] A.M. Gargoom, N. Ertugrul, and W.L.Soong, A comparative study on effective signal processing tools for power quality monitoring, th European Conf. on Power Electronics and Applications, Dresden, Germany, pp. -, -4 September 25. [2] A. Moussa, M. El-Gammal, E.N. Abdallah, and A.A. El-SLoud, Hardware - software structure for on-line power quality assessment, The 24 ASME/IEEE Joint Rail Conf., Baltimore, Maryland, USA,, pp.47-52, April 6-8, 24. [3] E.M. Tag Eldin, A new algorithm for the classification of different transient phenomena in power transformers combining wavelet transforms and fuzzy logic, The 46th IEEE International Midwest Symposium on Circuits and System, Cairo, Egypt, pp. 6 2, 27-3 December 23,. [4] H. He, and J.A. Starzyk, A self-organizing learning array system for power quality classification based on wavelet transform, IEEE Trans. Power Deliv., vol. 2, no., pp , January 26. [5] H. Kim, J. Lee, J. Choi, and G.B. Chung, Power disturbance classifier using wavelet based neural network, The 37 th IEEE Power Electronics Specialists Conf., Jeju, South Korea, pp. -6, 8-22 June 26. [6] M. Gauda, M.A. Salam, M.R. Sultam, and A.Y. Chikhani, Power quality detection and classification using wavelet multiresolution signal decomposition, IEEE Trans. Power Deliv., vol. 4, no. 4, pp , October 999. [7] H.T. Yang, and C.C Liao, A de-noising scheme for enhancing waveletbased power quality monitoring system, IEEE Trans Power Deliv., vol. 6, no. 3, pp , Juyl 2. [8] F. Zhao, and R. Yang, Power quality disturbance recognition using S- transform, IEEE Trans. Power Deliv., vol. 22, no. 2, pp , April 27. [9] M.V. Chilukuri, and P.K. Dash, Multiresolution S-transform-based fuzzy recognition system for power quality events, IEEE Trans. Power Deliv., vol. 9, no., pp , January 24. []T. Nguyen, and Y. Liao, Power quality disturbance classification utilizing S-transform and binary feature matrix method, Electr. Power Syst. Res., vol. 79, no. 4, pp , April 29. []M.F. Faisal, Identification of multiple power quality disturbances using S transform and rule base classification technique, J. Appl. Sci., vol. 9, no. 5, pp , 29. [2]S. Suja, and J. Jerome, Pattern recognition of power signal disturbances using S Transform and TT Transform, Int. J. Electr. Power Energy Syst., vol. 32, no., pp , January 2. [3]P. Janik, T. Lobos, and P. Schegner, Classification of power quality events using SVM networks, 8 th IEE International Conf. on Developments in Power System Protection, Amsterdam, Netherlands, pp , 5-8 April 24. [4]M.F. Faisal and A. Mohamed, A new technique to predict the sources of voltage sags using support vector regression based S-transform, IASTED International Conf. on Modelling, Simulation and Identification, Beijing, China, pp. -6, 2-4, October 29. [5]G. LV, X. Wang, H. Zhang, and C. Zhang, PQ disturbances identification based on SVMs classifier, International Conf. on Neural Network and Brains, Beijing, China, pp , 3-5 October 25. [6]I. Monedero, C. Leon, J. Ropero, A. Garcia, J.M. Elena, and J.C. Montano, Classification of electrical disturbances in real time using neural networks, IEEE Trans. Power Deliv., vol. 22, no. 3, pp , July 27. [7]Y. Liao, and J.B. Lee, A fuzzy-expert system for classifying power quality disturbances, Electr. Power Syst. Res., vol. 26, no. 3, pp , March 24. [8]P.K. Dash, R.K. Jena, and M.M.A. Salama, Power quality monitoring using an integrated Fourier linear combiner and fuzzy expert system, Electr. Power Syst. Res., vol. 2, no. 7, pp , October 999. [9]M.B.I. Reaz, F. Choong, M.S. Sulaiman, F. Mohd-Yasin, and M. Kamada, Expert system for power quality disturbance classifier, IEEE Trans. Power Deliv., vol. 22, no. 3, pp , July 27. [2] J. Canny, A computational approach to edge detection, IEEE Trans. on Pattern Anal. Machin. Intell., vol. pami-8, no. 6, November 986. [2]L. Vincent, Grayscale area openings and closings: their efficient implementation and applications, EURASIP Workshop on Mathematical Morphology and its Applications to Signal Processing, Barcelona, Spain, pp , May 993. [22]R.C. Dugan, M. F. McGranaghan, S. Santoso, and H.W. Beaty, Electrical Power Systems Quality, 2 nd ed., McGraw-Hill Professional,

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

More information

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

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

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

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

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

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

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

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

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

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

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

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

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

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

TRANSFORMS / WAVELETS

TRANSFORMS / WAVELETS RANSFORMS / WAVELES ransform Analysis Signal processing using a transform analysis for calculations is a technique used to simplify or accelerate problem solution. For example, instead of dividing two

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

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

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

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

CoE4TN4 Image Processing. Chapter 3: Intensity Transformation and Spatial Filtering

CoE4TN4 Image Processing. Chapter 3: Intensity Transformation and Spatial Filtering CoE4TN4 Image Processing Chapter 3: Intensity Transformation and Spatial Filtering Image Enhancement Enhancement techniques: to process an image so that the result is more suitable than the original image

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

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

Digital Image Processing

Digital Image Processing Digital Image Processing Lecture # 5 Image Enhancement in Spatial Domain- I ALI JAVED Lecturer SOFTWARE ENGINEERING DEPARTMENT U.E.T TAXILA Email:: ali.javed@uettaxila.edu.pk Office Room #:: 7 Presentation

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

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

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

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

On Fusion Algorithm of Infrared and Radar Target Detection and Recognition of Unmanned Surface Vehicle

On Fusion Algorithm of Infrared and Radar Target Detection and Recognition of Unmanned Surface Vehicle Journal of Applied Science and Engineering, Vol. 21, No. 4, pp. 563 569 (2018) DOI: 10.6180/jase.201812_21(4).0008 On Fusion Algorithm of Infrared and Radar Target Detection and Recognition of Unmanned

More information

Available online at ScienceDirect. Ehsan Golkar*, Anton Satria Prabuwono

Available online at   ScienceDirect. Ehsan Golkar*, Anton Satria Prabuwono Available online at www.sciencedirect.com ScienceDirect Procedia Technology 11 ( 2013 ) 771 777 The 4th International Conference on Electrical Engineering and Informatics (ICEEI 2013) Vision Based Length

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

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

Image Enhancement in Spatial Domain

Image Enhancement in Spatial Domain Image Enhancement in Spatial Domain 2 Image enhancement is a process, rather a preprocessing step, through which an original image is made suitable for a specific application. The application scenarios

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

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

DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS

DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS John Yong Jia Chen (Department of Electrical Engineering, San José State University, San José, California,

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

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

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

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

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

Image Filtering. Median Filtering

Image Filtering. Median Filtering Image Filtering Image filtering is used to: Remove noise Sharpen contrast Highlight contours Detect edges Other uses? Image filters can be classified as linear or nonlinear. Linear filters are also know

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

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

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

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods 19 An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods T.Arunachalam* Post Graduate Student, P.G. Dept. of Computer Science, Govt Arts College, Melur - 625 106 Email-Arunac682@gmail.com

More information

Automatic Locating the Centromere on Human Chromosome Pictures

Automatic Locating the Centromere on Human Chromosome Pictures Automatic Locating the Centromere on Human Chromosome Pictures M. Moradi Electrical and Computer Engineering Department, Faculty of Engineering, University of Tehran, Tehran, Iran moradi@iranbme.net S.

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

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

Literature Review for Shunt Active Power Filters

Literature Review for Shunt Active Power Filters Chapter 2 Literature Review for Shunt Active Power Filters In this chapter, the in depth and extensive literature review of all the aspects related to current error space phasor based hysteresis controller

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

Keywords Fuzzy Logic, ANN, Histogram Equalization, Spatial Averaging, High Boost filtering, MSE, RMSE, SNR, PSNR.

Keywords Fuzzy Logic, ANN, Histogram Equalization, Spatial Averaging, High Boost filtering, MSE, RMSE, SNR, PSNR. Volume 4, Issue 1, January 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Image Enhancement

More information

A Novel Adaptive Algorithm for

A Novel Adaptive Algorithm for A Novel Adaptive Algorithm for Sinusoidal Interference Cancellation H. C. So Department of Electronic Engineering, City University of Hong Kong Tat Chee Avenue, Kowloon, Hong Kong August 11, 2005 Indexing

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

DIGITAL IMAGE PROCESSING Quiz exercises preparation for the midterm exam

DIGITAL IMAGE PROCESSING Quiz exercises preparation for the midterm exam DIGITAL IMAGE PROCESSING Quiz exercises preparation for the midterm exam In the following set of questions, there are, possibly, multiple correct answers (1, 2, 3 or 4). Mark the answers you consider correct.

More information

Section 11: Power Quality Considerations Bill Brown, P.E., Square D Engineering Services

Section 11: Power Quality Considerations Bill Brown, P.E., Square D Engineering Services Section 11: Power Quality Considerations Bill Brown, P.E., Square D Engineering Services Introduction The term power quality may take on any one of several definitions. The strict definition of power quality

More information

Mitigation of voltage sag by using AC-AC PWM converter Shalini Bajpai Jabalpur Engineering College, M.P., India

Mitigation of voltage sag by using AC-AC PWM converter Shalini Bajpai Jabalpur Engineering College, M.P., India Mitigation of voltage sag by using AC-AC PWM converter Shalini Bajpai Jabalpur Engineering College, M.P., India Abstract: The objective of this research is to develop a novel voltage control scheme that

More information

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections Proceedings of the World Congress on Engineering and Computer Science 00 Vol I WCECS 00, October 0-, 00, San Francisco, USA A Comparison of Particle Swarm Optimization and Gradient Descent in Training

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

Iris Recognition based on Pupil using Canny edge detection and K- Means Algorithm Chinni. Jayachandra, H.Venkateswara Reddy

Iris Recognition based on Pupil using Canny edge detection and K- Means Algorithm Chinni. Jayachandra, H.Venkateswara Reddy www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 2 Issue 1 Jan 2013 Page No. 221-225 Iris Recognition based on Pupil using Canny edge detection and K- Means

More information

Target detection in side-scan sonar images: expert fusion reduces false alarms

Target detection in side-scan sonar images: expert fusion reduces false alarms Target detection in side-scan sonar images: expert fusion reduces false alarms Nicola Neretti, Nathan Intrator and Quyen Huynh Abstract We integrate several key components of a pattern recognition system

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

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 - COMPUTERIZED IMAGING Section I: Chapter 2 RADT 3463 Computerized Imaging 1 SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 COMPUTERIZED IMAGING Section I: Chapter 2 RADT

More information

ADDITIVE SYNTHESIS BASED ON THE CONTINUOUS WAVELET TRANSFORM: A SINUSOIDAL PLUS TRANSIENT MODEL

ADDITIVE SYNTHESIS BASED ON THE CONTINUOUS WAVELET TRANSFORM: A SINUSOIDAL PLUS TRANSIENT MODEL ADDITIVE SYNTHESIS BASED ON THE CONTINUOUS WAVELET TRANSFORM: A SINUSOIDAL PLUS TRANSIENT MODEL José R. Beltrán and Fernando Beltrán Department of Electronic Engineering and Communications University of

More information

APPLICATION OF DISCRETE WAVELET TRANSFORM TO FAULT DETECTION

APPLICATION OF DISCRETE WAVELET TRANSFORM TO FAULT DETECTION APPICATION OF DISCRETE WAVEET TRANSFORM TO FAUT DETECTION 1 SEDA POSTACIOĞU KADİR ERKAN 3 EMİNE DOĞRU BOAT 1,,3 Department of Electronics and Computer Education, University of Kocaeli Türkiye Abstract.

More information

Artificial Neural Networks approach to the voltage sag classification

Artificial Neural Networks approach to the voltage sag classification Artificial Neural Networks approach to the voltage sag classification F. Ortiz, A. Ortiz, M. Mañana, C. J. Renedo, F. Delgado, L. I. Eguíluz Department of Electrical and Energy Engineering E.T.S.I.I.,

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

Feature Extraction of Human Lip Prints

Feature Extraction of Human Lip Prints Journal of Current Computer Science and Technology Vol. 2 Issue 1 [2012] 01-08 Corresponding Author: Samir Kumar Bandyopadhyay, Department of Computer Science, Calcutta University, India. Email: skb1@vsnl.com

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

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

Spectral analysis of voltages and currents during different modes of ferroresonance in switchgear

Spectral analysis of voltages and currents during different modes of ferroresonance in switchgear International Journal of Smart Grid and Clean Energy Spectral analysis of voltages and currents during different modes of ferroresonance in switchgear Zaipatimah Ali a,b*, Vladimir Terzija b a Universiti

More information

Fault Detection and Diagnosis-A Review

Fault Detection and Diagnosis-A Review Fault Detection and Diagnosis-A Review Karan Mehta 1, Dinesh Kumar Sharma 2 1 IV year Student, Department of Electronic Instrumentation and Control, Poornima College of Engineering 2 Assistant Professor,

More information

COMPARITIVE STUDY OF IMAGE DENOISING ALGORITHMS IN MEDICAL AND SATELLITE IMAGES

COMPARITIVE STUDY OF IMAGE DENOISING ALGORITHMS IN MEDICAL AND SATELLITE IMAGES COMPARITIVE STUDY OF IMAGE DENOISING ALGORITHMS IN MEDICAL AND SATELLITE IMAGES Jyotsana Rastogi, Diksha Mittal, Deepanshu Singh ---------------------------------------------------------------------------------------------------------------------------------

More information

License Plate Localisation based on Morphological Operations

License Plate Localisation based on Morphological Operations License Plate Localisation based on Morphological Operations Xiaojun Zhai, Faycal Benssali and Soodamani Ramalingam School of Engineering & Technology University of Hertfordshire, UH Hatfield, UK Abstract

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

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

Student (ECE), Muffakham Jah College of Engineering and Technology, Hyderabad, India 3

Student (ECE), Muffakham Jah College of Engineering and Technology, Hyderabad, India 3 TRAFFIC DENSITY BASED SIGNAL DURATION MODULATION Sushanth Chintalapati 1, Shashank Vishnu Conjeevaram 2, Arshad Shareef Shaik 3, Nazeer Unnisa 4 1 Student (ECE), Muffakham Jah College of Engineering and

More information

ROBOT VISION. Dr.M.Madhavi, MED, MVSREC

ROBOT VISION. Dr.M.Madhavi, MED, MVSREC ROBOT VISION Dr.M.Madhavi, MED, MVSREC Robotic vision may be defined as the process of acquiring and extracting information from images of 3-D world. Robotic vision is primarily targeted at manipulation

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

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

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