NOISE REDUCTION OF PARTIAL DISCHARGE SIGNALS USING LINEAR PREDICTION AND WAVELET TRANSFORM

Size: px
Start display at page:

Download "NOISE REDUCTION OF PARTIAL DISCHARGE SIGNALS USING LINEAR PREDICTION AND WAVELET TRANSFORM"

Transcription

1 NOISE REDUCTION OF PARTIAL DISCHARGE SIGNALS USING LINEAR PREDICTION AND WAVELET TRANSFORM Babak Badrzadeh and S.M.Shahrtash Department of electrical engineering Iran University of Science and Technology Tehran Iran IRAN Abstract: Partial discharges are caused by various defects such as voids, shield protrusions, contaminants, advanced stages of water tree, etc and known the main cause of breakdown in insulation materials. Partial discharge (PD) location is a powerful and useful tool for the maintenance and operation of electrical power distribution cables. This paper describes the application of two digital signal-processing techniques (Linear prediction and Discrete Wavelet Transform) to partial discharge site location. These techniques have been used for both on-line and off-line PD location. Results show the effectiveness of these algorithms and by applying them to the acquired signal one obtain almost the true shape of PD signal under noisy conditions. Key words:- Wavelet transform- linear prediction-detection and location-condition monitoring-partial discharge-cable 1. INTRODUCTION The distribution of power in industrial complexes often relies in medium voltage shielded power cable systems. Power outages due to failure of cables or their accessories during operation could cause the forced interruption of critical processes, but in the current climate of electricity de-regulation; it is not acceptable anymore due to outage cost. It is therefore important to know the state of health of the cable network (as one of the asset) in an electricity supply system. Owing to faulty manufacturing processes or, to aging after several years of service, shielded high voltage power cables may develop various defects such as electrical tree or water tree within their insulation layer [1]. If the electric stress applied is high enough, these defects may cause PD. Locating PD sites in underground power cables is a powerful and useful tool for evaluating their conditions [2-3]. The incipient defects, which can lead to failure of the cable in service, are thus located. It is also possible to identify high-risk sections of circuits in advance and to replace just the few defective meters [4]. Thus one can prioritize different problem feeders and replace or repair them in according to asset management programs [4]. As a result, The reliability of a plant can be substantially improved if potential cable failure sites could be identified and corrected after their installation. On the other hand, if a cable were being monitored, an outage had to plan because current technology requires the cable to be taken out of circuit (Off-line testing). This, of course, means outage cost, a cost, which is unnecessary if the results of health check, was fine. Electricity companies would like to be able to do the health check on-line, thus removing the outage cost. While evaluating the location of PD, one encounters two major problems; first, the significant reduction of the of reflected pulse, as it travels for a long segment of the cable and broadens (As shown later, for PD location, one should identify amplitude first and second reflection of PD pulses form far end of the cable)[5]. The reduction in the amplitude caused by attenuation often makes it very difficult to trace the reflected pulse. The distortion of the pulse worsens with the time, causing a shift of the pulse maximum. All these lead to a decline in the location accuracy [5]. The second problem is the external disturbances such as radio and TV station broadcasting, corona, PD produced by other high voltage equipment and that occur during the on-site measurement [6]. The first problem is not very serious and can be solved by appropriate selection of sensor s bandwidth [5], but the second is very important and one must suppress the noise for accurate PD Location. As yet, various methods of noise reduction have been developed and proven successful in on-line and off-line PD measurements such as correlation[1], adaptive filtering [2-3], etc. However, in these techniques, it is necessary to measure the noise prior to a measurement (Closed-loop noise reduction) thus computational time increasing dramatically [6]. For implementing on-line measurement it is necessary to

2 keep computational time as low as possible. For this purpose, Open-loop noise reduction techniques such as wavelets has been proposed [6].It is no need to determine the reference noise in theses techniques, thus reducing the computational time to lowest values. In this paper we focus on two digital filters: Linear Prediction (LPC) and Discrete Wavelet Transform (DWT). 2 NOISE REDUCTION 2.1 LINEAR PREDICTION Linear prediction is a powerful technique for predicting a signal, which is, in this study, corrupted by noise. This algorithm predicts the following sample with a certain probability by valuing the previous samples.fig.1 shows the schematic diagram of LPC for PD detection and/or location. For a signal or a class of signal (s(n)) the estimated value by linear predictor of order N is[2]: s p (n)= N i=α i s(n-i) (1) The optimum predictor is the one that minimize the mean square prediction error [2]: E= e 2 (n)=? [(s(n)-? N i=1α i s(n-i))] 2 =min (2) The coefficients of the predictor α i are to be determined from degree N so that the expected value of the prediction fault signal E goes to zero [2]: E/ α i =0 (3) This equation leads to calculation of auto-correlation function of the signal, but description of calculation procedure would get beyond the scope of this paper. Fig.1 schematic diagram of PD detection by LPC 2.2 WAVELET TRANSFORM WAVELET THEORY Fourier analysis is a mathematical tool for transforming our view of the signal from time-based to frequencybased but this technique has a serious drawback. In transforming to the frequency domain, time information is lost [7]. This drawback is very important for nonstationary signals such as PD. In an effort to correct this deficiency Gabor approved the Short-Time Fourier Transform (STFT) analysis [7]. The STFT compromise between time and frequency information, but its drawback is that once you choose a particular size for the time window, the window is the same for all frequencies. Many signals require variable window size to determine more accurately either time or frequency. To overcome the limitation of Fourier methods, the Wavelet analysis is a variable windowing technique and allows the use of long time intervals where we want more precise low-frequency information and shorter regions where we want high frequency components. For digital implementation of wavelets we use from DWT that is given by [7]: DWT(m,n)= (a 0 m ) -0.5 f(k)[ψ((n-ka 0 m )/(a 0 m ))] (4) Where ψ(k) and f(k) are wavelet function(mother wavelet) and original signal, a m 0 and ka m 0 are scaling and translation constants, respectively and k,m are integer variables. Wavelets are formed using high- and low-pass FIR filters (Fig.2)[7]. In this figure the arrows denote downsampling by 2. Outputs of these high- and low-pass-filters can mathematically be expressed by [7]: y HP [k]= u[m].g[2k-m] y LP [k]= u[m].h [2k-m] Where u denotes original signal and g, h denote high- and low-pass FIR filters, respectively. DWT permits decomposition into the sum of approximation (high-scale, low frequency components) and details (low-scale, high frequency components) elements. In other words, detail and approximation elements relate to high- and low-pass filters, respectively. The Inverse DWT (IDWT) is then used to reconstruct the signal to the original signal with no loss of information (Fig.3)[7]. In this figure the arrows denote up-sampling by 2.Outputs of high- and low-pass filters in reconstruction stage can be expressed by [7]: u[m]= {y HP (k).g[2k-m]+y LP (k).h[2k-m] (6) (5)

3 If x(t) >λ; then δ λ H =x(t) ; else δ λ H =0 (7) And the soft threshold signal is [8]: If x(t) >λ then; δ λ S =SGN(x(t)(x(t)-λ));else δ λ S =0 (8) Fig.2 Dyadic wavelet decomposition Fig.3 Dyadic wavelet reconstruction The type of wavelet used is determined by the decomposition filters. Any type of mother wavelet can be used in the wavelet analysis, but we have experimentally chosen to use db9 in all the transformations.fig.4 shows the db9 mother wavelets. Fig.4 db9 mother wavelet WAVELET DE-NOISING The general de-noising procedure involves three steps. The basic version of the procedure follows the steps described below: 1.decompose Choose a wavelet, choose a level N (2-10), and compute the wavelet decomposition of the signal at level N. 2.Threshold detail coefficients For each level from 1 to N, select a threshold and apply soft thresholding to the detail coefficients. 3.Reconstruct Compute wavelet reconstruction using the original approximation coefficients of the level N and the modified (after thresholding) detail coefficients of levels from 1 to N.Two points must be addressed: how to choose threshold, and how to perform thresholding.let λ denote threshold. The hard threshold signal is [8]: Where SGN denotes sign function. The hard procedure creates discontinuities at x=± λ, while the soft procedure dose not, as a result, it is advisable to use soft thresholding for de-noising. In this method the key is the step two: numerical choice of the threshold λ. The choice is critical, if the threshold is to small or to large. Either the result of de-noising is dissatisfied or the large distortion can be caused. There are four selection rules that are as follows [10]: rigsure : adaptive threshold selection using principle of Stein s Unbiased Risk Estimate (SURE) heursure: heuristic variant of the first option sqtwolog: universal threshold minimaxi: minimax threshold but by using these rules,the noise is not completely removed and for best performance, it would better to select the thresholds manually. 3. PD LOCATION PROCEDURE Energize the cable with an appropriate excitation voltage and increase the voltage level until a PD is detected or the maximum pre-established is reached. Reduce the voltage to zero after a very short dwell time. reader is referred to [11] for further information. 3.1 OFF-LINE PD LOCATION This is explained by means of Fig.5. Assume that PD occurs at a point C along a cable AB. The PD pulse splits into two identical pulses that travel in opposite directions. The pulse traveling left reaches the near end, A, and is recorded as the first pulse on the figure. The pulse travelling in the opposite direction is entirely reflected at point B and travels back to point A where it is recorded as the second pulse on the figure. The pulse that had reached point A first is reflected at A, then at B and returns back to A after having traveled one round trip along the cable. It is recorded on the figure as the third pulse. The unknown distance AC can be given by the following equation [11]. AC=(t 1 /t 2 ) AB (9)

4 Fig.5 Principle of PD location by reflectometry 3.2 ON-LINE PD LOCATION The principle of Reflectometry can be readily applied if both cable ends are disconnected from the system and if the cable section has no branching. The arrival time PD location method illustrated in Fig.6 can be applied even when the cable ends are not disconnected from the system and whenever the cable is branched. Capacitate or inductive sensors, installed at both ends, detect the arrival times, t 1 and t 2, of the PD pulse. Knowing the total cable length, L, and the propagation velocity, v, the location, x, of the PD site can be determined as follows [11]: x=1/2[v(t 1 -t 2 )+L] (10) are first decomposed into eight levels using db9 wavelet (Figs 11,12). In these figures a 8,d 1 -d 8 denote approximate and detail coefficients at different levels. The first five scales are omitted as they contain mostly noise, thus, wavelets coefficients are set to zero for these scales. Soft thresholding are performed on scales 6,7 and 8 since the PD pulses are prominent in those scales (We don t use from a 8 in threshoding). After soft threshing process, the signals are reconstructed using IDWT with the results as illustrated in Figs. 13,14. In these cases calculation show that the PDs are located and meters from near end of the cables. 4.2 ON-LINE PD LOCATION In this case, data are recorded from both ends of the cable (say end A, B) during in-service PD measurements of a 1.4-km, 11 kv cable [12]. The velocity of propagation and sampling rate are 168 m/µsec and 50 sample/µsec.the real PD site is located 1110 meters from near end of the cable. Fig. 15 shows the signal that recorded from end A of cable. Wavelet de-noising procedure is similar to previous and we don t repeat it. Figs. 16,17 show the de-noised signals of end A and end B of the cable, respectively. By applying (10) to these signals,pd location has been determined meters from near end of the cable. Fig.6 Principle of PD location by arrival time method 4. SIMULATION RESULTS 4.1. OFF-LINE PD LOCATION In this case, PD signals are recorded from 6 and 10 kv cables [1]. Figs.7, 8 show these signals respectively. Both cables have the length of 600 meters. The real PDs are located 160 and 110 meters from near end of the 10 and 6kV cables, respectively. We first apply LPC technique to extract actual PD signals from these raw signals. Figs.9, 10 show de-noised signals. For the best performance of LPC, the prediction order (N) is set experimentally to 34. According to Figs.9, 10 and by using (9), PD locations can be determined and meters from near end of 10,6 kv cables, respectively.in wavelet de-noising method, the signals Fig.7 PD signal from 10 kv cable Without LPC filtering Fig.8 PD signal from 6 kvcable Without LPC filtering

5 Fig.9 PD signal from 10 kv cable With LPC filtering Fig.13 PD signal from 10 kv cable Fig.10 PD signal from 6 kvcable With LPC filtering Fig.14 PD signal from 6 kv cable Fig.11 Decomposition of PD signal of Fig.7 into Eight levels Fig.15. PD signal of end A of a 11 kv cable Without wavelet de-noising Fig.12 Decomposition of PD signal of Fig.8 into Eight levels Fig.16. PD signal of end A of a 11 kv cable

6 dielectric power cable and implications thereof for PD location, IEEE Electrical Insulation Magazine, Vol.12, No.1, pp.9-16, Jan/Feb Fig.17. PD signal of end B of a 11 kv cable 6. CONCLUSION This paper has presented two methods for PD location in cable networks. In off-line PD location, PDs has located by TDR principle (One end measurement) and noise suppressed by LPC and DWT. Results show the effectiveness of both algorithms, while in on-line PD location, PDs located by arrival time (Two end measurement) method and results shoe the effectiveness of DWT noise suppression (LPC isn t an effective technique in on-line PD location). 7. REFERENCES [1] R.Villefrance, Mobile system for assessment of AC high voltage cables, Ph.D. thesis, Technical University of Denmark, Feb [2] H.Borsi, Digital location of partial discharges in HV cables, IEEE Trans. On Electrical Insulation, Vol.27, No.1, pp.28-36, Feb [3] H.N.Bidhendi, Q.Su, Partial discharge location on power cables using linear prediction IEEE 5 th International Conference on Properties and Applications of Dielectric Materials, Seoul, Korea, May [6] I.Shim, J.J.Soraghan, W.H.Siew, Digital signal processing applied to the detection of partial discharge: An Overview, IEEE Electrical Insulation Magazine, Vol.16, No.3, pp.6-12, May/June [7] Wavelet toolbox for using with MATLAB, MATWORKS inc., [8] I.Shim, J.J.Soraghan, W.H.Siew, Detection of PD utilizing digital signal processing methods, part3: open loop noise reduction IEEE Electrical Insulation Magazine, Vol.17, No.1, pp6-13, Jan/Feb [9] I.Shim, J.J.Soraghan, W.H.Siew, F.McPherson, K.Sludden, Robust partial discharge measurement in MV cable networks using discrete wavelet transform IEEE Power Engineering Society Winter meeting, pp , [10] W.Xiaorang, G.Zungjun, S.Yong, Y.Zhang, Extraction of partial discharge pulse via wavelet shrinkage, IEEE 6 th International Conference on Properties and Applications of Dielectric Materials, China, pp , June [11] M.S.Mashikian, Partial discharge site location, selected topics, ICC Meeting, Fall [12] I.Shim, J.J.Soraghan, W.H.Siew, Partial discharge location on high voltage cables, IEE High Voltage Engineering Symposium, August [4] C.M.Walton, Detecting and locating MV failure before it occurs, Experience with live line partial discharge detection on underground paper insulated 11kv cables in London, IEE CIRED.2001 Conference, June [5] S.Boggs, A.Pathak, P.Walker, Partial discharge XXII: High frequency attenuation in shielded solid

THE PROPAGATION OF PARTIAL DISCHARGE PULSES IN A HIGH VOLTAGE CABLE

THE PROPAGATION OF PARTIAL DISCHARGE PULSES IN A HIGH VOLTAGE CABLE THE PROPAGATION OF PARTIAL DISCHARGE PULSES IN A HIGH VOLTAGE CABLE Z.Liu, B.T.Phung, T.R.Blackburn and R.E.James School of Electrical Engineering and Telecommuniications University of New South Wales

More information

Practical aspects of PD localization for long length Power Cables

Practical aspects of PD localization for long length Power Cables Practical aspects of PD localization for long length Power Cables M. Wild, S. Tenbohlen University of Stuttgart Stuttgart, Germany manuel.wild@ieh.uni-stuttgart.de E. Gulski, R. Jongen onsite hv technology

More information

ANALYSIS OF PARTIAL DISCHARGE SIGNALS USING DIGITAL SIGNAL PROCESSING TECHNIQUES

ANALYSIS OF PARTIAL DISCHARGE SIGNALS USING DIGITAL SIGNAL PROCESSING TECHNIQUES ANALYSIS OF PARTIAL DISCHARGE SIGNALS USING DIGITAL SIGNAL PROCESSING TECHNIQUES A Thesis Submitted in Partial Fulfillment of the Requirements for the Award of the Degree of Master of Technology in Power

More information

Application of Wavelet Transform Technique for Extraction of Partial Discharge Signal in a Transformer

Application of Wavelet Transform Technique for Extraction of Partial Discharge Signal in a Transformer International Journal of Engineering Studies. ISSN 0975-6469 Volume 8, Number 2 (2016), pp. 247-258 Research India Publications http://www.ripublication.com Application of Wavelet Transform Technique for

More information

LEVEL DEPENDENT WAVELET SELECTION FOR DENOISING OF PARTIAL DISCHARGE SIGNALS SIMULATED BY DEP AND DOP MODELS

LEVEL DEPENDENT WAVELET SELECTION FOR DENOISING OF PARTIAL DISCHARGE SIGNALS SIMULATED BY DEP AND DOP MODELS International Journal of Industrial Electronics and Electrical Engineering, ISSN: 47-698 Volume-, Issue-9, Sept.-014 LEVEL DEPENDENT WAVELET SELECTION FOR DENOISING OF PARTIAL DISCHARGE SIGNALS SIMULATED

More information

Online Localisation of Partial Discharge Using Pulse Propagation Parameters in Medium Voltage Cable Network

Online Localisation of Partial Discharge Using Pulse Propagation Parameters in Medium Voltage Cable Network 2015 17th UKSIM-AMSS International Conference on Modelling and Simulation Online Localisation of Partial Discharge Using n Parameters in Medium Voltage Cable Network Tauqeer Ahmed Shaikh, Abdulrehman Al-Arainy,

More information

WAVELET TRANSFORM ANALYSIS OF PARTIAL DISCHARGE SIGNALS. B.T. Phung, Z. Liu, T.R. Blackburn and R.E. James

WAVELET TRANSFORM ANALYSIS OF PARTIAL DISCHARGE SIGNALS. B.T. Phung, Z. Liu, T.R. Blackburn and R.E. James WAVELET TRANSFORM ANALYSIS OF PARTIAL DISCHARGE SIGNALS B.T. Phung, Z. Liu, T.R. Blackburn and R.E. James School of Electrical Engineering and Telecommunications University of New South Wales, Australia

More information

PARTIAL DISCHARGE LOCATION Selected Topics

PARTIAL DISCHARGE LOCATION Selected Topics PARTIAL DISCHARGE LOCATION Selected Topics M.S. Mashikian IMCORP ICC Meeting - Fall 2000 TOPICS TESTING PHILOSOPHY Excitation Voltage Test Voltage Level METHOD OF REFLECTOMETRY METHOD OF ARRIVAL TIME TESTING

More information

Nonlinear Filtering in ECG Signal Denoising

Nonlinear Filtering in ECG Signal Denoising Acta Universitatis Sapientiae Electrical and Mechanical Engineering, 2 (2) 36-45 Nonlinear Filtering in ECG Signal Denoising Zoltán GERMÁN-SALLÓ Department of Electrical Engineering, Faculty of Engineering,

More information

Testing and PD Diagnosis of MV Cable Systems with DAC Voltage Educational Session May St Pete Beach, Fl

Testing and PD Diagnosis of MV Cable Systems with DAC Voltage Educational Session May St Pete Beach, Fl Testing and PD Diagnosis of MV Cable Systems with DAC Voltage Educational Session May 26 2011 St Pete Beach, Fl HDW ELECTRONICS, INC. THE BEST IN CABLE FAULT LOCATING TECHNOLOGY by Henning Oetjen Frank

More information

ON-LINE PARTIAL DISCHARGE TESTING OF SOME OF THE WORST PERFORMING CIRCUITS ON A UTILITY DISTRIBUTION SYSTEM

ON-LINE PARTIAL DISCHARGE TESTING OF SOME OF THE WORST PERFORMING CIRCUITS ON A UTILITY DISTRIBUTION SYSTEM ON-LINE PARTIAL DISCHARGE TESTING OF SOME OF THE WORST PERFORMING CIRCUITS ON A UTILITY DISTRIBUTION SYSTEM D. Clark¹ R. Mackinlay² M. Seltzer-Grant² S. Goodfellow² Lee Renforth² Jamie McWilliam³ and Roger

More information

Long lengths transmission power cables on-site testing up to 500 kv by damped AC voltages

Long lengths transmission power cables on-site testing up to 500 kv by damped AC voltages Long lengths transmission power cables on-site testing up to 500 kv by damped AC voltages Paul P. SEITZ, Ben QUAK, Seitz Instruments AG, Niederrohrdorf, Switzerland, pps@seitz-instruments.ch Edward GULSKI,

More information

USING DAMPED AC VOLTAGES

USING DAMPED AC VOLTAGES MODERN & TESTING DIAGNOSIS OF POWER CABLES USING DAMPED AC VOLTAGES BY EDWARD GULSKI AND ROGIER JONGEN, Onsite HV Solutions ag, Switzerland AND RALPH PATTERSON, Power Products & Solutions LLC, United States

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

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

Enhancement of Speech Signal by Adaptation of Scales and Thresholds of Bionic Wavelet Transform Coefficients

Enhancement of Speech Signal by Adaptation of Scales and Thresholds of Bionic Wavelet Transform Coefficients ISSN (Print) : 232 3765 An ISO 3297: 27 Certified Organization Vol. 3, Special Issue 3, April 214 Paiyanoor-63 14, Tamil Nadu, India Enhancement of Speech Signal by Adaptation of Scales and Thresholds

More information

Investigation of PD Detection on XLPE Cables

Investigation of PD Detection on XLPE Cables Investigation of PD Detection on XLPE Cables Hio Nam O, T.R. Blackburn and B.T. Phung School of Electrical Engineering and Telecommunications The University New South Wales, Australia Abstract- The insulation

More information

The Application of Partial Discharge Measurement and Location on CGIS

The Application of Partial Discharge Measurement and Location on CGIS International Journal on Electrical Engineering and Informatics Volume 4, Number 3, October 2012 The Application of Partial Discharge Measurement and Location on CGIS Min-Yen Chiu¹, Keng-Wei Liang¹, Chang-Hsing

More information

ARM BASED WAVELET TRANSFORM IMPLEMENTATION FOR EMBEDDED SYSTEM APPLİCATİONS

ARM BASED WAVELET TRANSFORM IMPLEMENTATION FOR EMBEDDED SYSTEM APPLİCATİONS ARM BASED WAVELET TRANSFORM IMPLEMENTATION FOR EMBEDDED SYSTEM APPLİCATİONS 1 FEDORA LIA DIAS, 2 JAGADANAND G 1,2 Department of Electrical Engineering, National Institute of Technology, Calicut, India

More information

Non-intrusive Measurement of Partial Discharge and its Extraction Using Short Time Fourier Transform

Non-intrusive Measurement of Partial Discharge and its Extraction Using Short Time Fourier Transform > REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER (DOUBLE-CLICK HERE TO EDIT) < 1 Non-intrusive Measurement of Partial Discharge and its Extraction Using Short Time Fourier Transform Guomin Luo

More information

Abstract. 1 Introduction

Abstract. 1 Introduction Using optical couplers to monitor the condition of electricity infrastructure S.G. Swingler, L. Hao, P.L. Lewin and D.J. Swaffield The Tony Davies High Voltage Laboratory, University of Southampton, Southampton

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

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

Partial Discharge Monitoring and Diagnosis of Power Generator

Partial Discharge Monitoring and Diagnosis of Power Generator Partial Discharge Monitoring and Diagnosis of Power Generator Gao Wensheng Institute of High Voltage & insulation tech. Electrical Eng. Dept., Tsinghua University Wsgao@tsinghua.edu.cn Currently preventive

More information

Wavelet Transform. From C. Valens article, A Really Friendly Guide to Wavelets, 1999

Wavelet Transform. From C. Valens article, A Really Friendly Guide to Wavelets, 1999 Wavelet Transform From C. Valens article, A Really Friendly Guide to Wavelets, 1999 Fourier theory: a signal can be expressed as the sum of a series of sines and cosines. The big disadvantage of a Fourier

More information

Introduction to Wavelet Transform. Chapter 7 Instructor: Hossein Pourghassem

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

More information

Suppression of Pulse Interference in Partial Discharge Measurement Based on Phase Correlation and Waveform Characteristics

Suppression of Pulse Interference in Partial Discharge Measurement Based on Phase Correlation and Waveform Characteristics Journal of Energy and Power Engineering 9 (215) 289-295 doi: 1.17265/1934-8975/215.3.8 D DAVID PUBLISHING Suppression of Pulse Interference in Partial Discharge Measurement Based on Phase Correlation and

More information

SMART CABLE GUARD A TOOL FOR ON-LINE MONITORING AND LOCATION OF PD S AND FAULTS IN MV CABLES ITS APPLICATION AND BUSINESS CASE

SMART CABLE GUARD A TOOL FOR ON-LINE MONITORING AND LOCATION OF PD S AND FAULTS IN MV CABLES ITS APPLICATION AND BUSINESS CASE SMART CABLE GUARD A TOOL FOR ON-LINE MONITORING AND LOCATION OF PD S AND FAULTS IN MV CABLES ITS APPLICATION AND BUSINESS CASE Fred STEENNIS Paul WAGENAARS Denny HARMSEN DNV GL the Netherlands DNV GL the

More information

Analysis of Partial Discharge Detection in Power Cable by WTST-NST Filter Technology

Analysis of Partial Discharge Detection in Power Cable by WTST-NST Filter Technology Proceedings of the th WSEAS International Conference on Automatic Control, Modelling and Simulation Analysis of Partial Discharge Detection in Power Cable by WTST-NST Filter Technology HUI WANG, CHENGJUN

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

PERMANENT ON-LINE MONITORING OF MV POWER CABLES BASED ON PARTIAL DISCHARGE DETECTION AND LOCALISATION AN UPDATE

PERMANENT ON-LINE MONITORING OF MV POWER CABLES BASED ON PARTIAL DISCHARGE DETECTION AND LOCALISATION AN UPDATE PERMANENT ON-LINE MONITORING OF MV POWER CABLES BASED ON PARTIAL DISCHARGE DETECTION AND LOCALISATION AN UPDATE Fred STEENNIS, KEMA, (the Netherlands), fred.steennis@kema.com Peter VAN DER WIELEN, KEMA,

More information

Partial discharge diagnostics on very long and branched cable circuits

Partial discharge diagnostics on very long and branched cable circuits 11 Nordic Insulation Symposium Stockholm, June 11-13, 2001 Partial discharge diagnostics on very long and branched cable circuits Nico van Schaik, E. Fred Steennis, Wim Boone and Dick M. van Aartrijk KEMA

More information

IEEE Transactions on Power Delivery. 15(2) P.467-P

IEEE Transactions on Power Delivery. 15(2) P.467-P Title Author(s) Citation Detection of wide-band E-M signals emitted from partial discharge occurring in GIS using wavelet transform Kawada, Masatake; Tungkanawanich, Ampol; 河崎, 善一郎 ; 松浦, 虔士 IEEE Transactions

More information

Removal of ocular artifacts from EEG signals using adaptive threshold PCA and Wavelet transforms

Removal of ocular artifacts from EEG signals using adaptive threshold PCA and Wavelet transforms Available online at www.interscience.in Removal of ocular artifacts from s using adaptive threshold PCA and Wavelet transforms P. Ashok Babu 1, K.V.S.V.R.Prasad 2 1 Narsimha Reddy Engineering College,

More information

Investigations on a Combined Resonance/VLF HV Test System Partial Discharge (PD) characteristics at VLF and DAC voltages

Investigations on a Combined Resonance/VLF HV Test System Partial Discharge (PD) characteristics at VLF and DAC voltages Investigations on a Combined Resonance/VLF HV Test System Partial Discharge (PD) characteristics at VLF and DAC voltages F. Petzold, H.T. Putter, D. Götz, H. Schlapp, S. Markalous SebaKMT GmbH Baunach/Radeburg,

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

Multi-Resolution Wavelet Analysis for Chopped Impulse Voltage Measurements

Multi-Resolution Wavelet Analysis for Chopped Impulse Voltage Measurements Multi-Resolution Wavelet Analysis for Chopped Impulse Voltage Measurements EMEL ONAL Electrical Engineering Department Istanbul Technical University 34469 Maslak-Istanbul TURKEY onal@elk.itu.edu.tr http://www.elk.itu.edu.tr/~onal

More information

PD Testing Considerations for MV Plant Cables

PD Testing Considerations for MV Plant Cables PD Testing Considerations for MV Plant Cables Cable Testing Philosophy Damage Mistake Aging Repair Manufacturing Transportation Installation Operation Power frequency 50/60 Hz Power frequency 50/60 Hz

More information

Coherence and time-frequency analysis of impulse voltage and current measurements

Coherence and time-frequency analysis of impulse voltage and current measurements Coherence and time-frequency analysis of impulse voltage and current measurements Jelena Dikun Electrical Engineering Department, Klaipeda University, Klaipeda, Lithuania Emel Onal Electrical Engineering

More information

Partial Discharge Theory, Modeling and Applications To Electrical Machines

Partial Discharge Theory, Modeling and Applications To Electrical Machines Partial Discharge Theory, Modeling and Applications To Electrical Machines V. Vahidinasab, A. Mosallanejad, A. Gholami Department of Electrical Engineering Iran University of Science and Technology (IUST)

More information

Sound pressure level calculation methodology investigation of corona noise in AC substations

Sound pressure level calculation methodology investigation of corona noise in AC substations International Conference on Advanced Electronic Science and Technology (AEST 06) Sound pressure level calculation methodology investigation of corona noise in AC substations,a Xiaowen Wu, Nianguang Zhou,

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

Why partial discharge testing makes good sense

Why partial discharge testing makes good sense Why partial discharge testing makes good sense PD measurement and analysis have proven to be reliable for detecting defects in the insulation system of electrical assets before major damage or a breakdown

More information

ICC PES Spring 2011 Meeting, Educational Session Luigi Testa, Alfred Mendelsohn

ICC PES Spring 2011 Meeting, Educational Session Luigi Testa, Alfred Mendelsohn The use of pulse shape in PD testing of cable systems using VLF ICC PES Spring 2011 Meeting, Educational Session Luigi Testa, Alfred Mendelsohn 1 Introduction Hipot VLF testing of power cable systems is

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

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

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

More information

FAULT DETECTION, CLASSIFICATION AND LOCATION ON AN UNDERGROUND CABLE NETWORK USING WAVELET TRANSFORM

FAULT DETECTION, CLASSIFICATION AND LOCATION ON AN UNDERGROUND CABLE NETWORK USING WAVELET TRANSFORM 90 FAULT DETECTION, CLASSIFICATION AND LOCATION ON AN UNDERGROUND CABLE NETWORK USING WAVELET TRANSFORM Hashim Hizam, Jasronita Jasni, Mohd Zainal Abidin Ab Kadir, Wan Fatinhamamah Wan Ahmad Department

More information

Extending the Functionality of On-line PD Monitoring Equipment for MV Power Cables

Extending the Functionality of On-line PD Monitoring Equipment for MV Power Cables 24 th Nordic Insulation Symposium on Materials, Components and Diagnostics 152 Extending the Functionality of On-line PD Monitoring Equipment for MV Power Cables Y. Li 1, P.A.A.F. Wouters 1, P. Wagenaars

More information

EFFECT OF INTEGRATION ERROR ON PARTIAL DISCHARGE MEASUREMENTS ON CAST RESIN TRANSFORMERS. C. Ceretta, R. Gobbo, G. Pesavento

EFFECT OF INTEGRATION ERROR ON PARTIAL DISCHARGE MEASUREMENTS ON CAST RESIN TRANSFORMERS. C. Ceretta, R. Gobbo, G. Pesavento Sept. 22-24, 28, Florence, Italy EFFECT OF INTEGRATION ERROR ON PARTIAL DISCHARGE MEASUREMENTS ON CAST RESIN TRANSFORMERS C. Ceretta, R. Gobbo, G. Pesavento Dept. of Electrical Engineering University of

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

Software for Partial Discharge and Localization

Software for Partial Discharge and Localization 48 PIERS Proceedings, Taipei, March 25 28, 2013 Software for Partial Discharge and Localization M. Cap, P. Drexler, P. Fiala, and R. Myska Department of Theoretical and Experimental Electrical Engineering

More information

International Journal of Advance Engineering and Research Development. Comparison of Partial Discharge Detection Techniques of Transformer

International Journal of Advance Engineering and Research Development. Comparison of Partial Discharge Detection Techniques of Transformer Scientific Journal of Impact Factor(SJIF): 3.134 International Journal of Advance Engineering and Research Development Volume 2,Issue 7, July -2015 e-issn(o): 2348-4470 p-issn(p): 2348-6406 Comparison

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

A DUAL TREE COMPLEX WAVELET TRANSFORM CONSTRUCTION AND ITS APPLICATION TO IMAGE DENOISING

A DUAL TREE COMPLEX WAVELET TRANSFORM CONSTRUCTION AND ITS APPLICATION TO IMAGE DENOISING A DUAL TREE COMPLEX WAVELET TRANSFORM CONSTRUCTION AND ITS APPLICATION TO IMAGE DENOISING Sathesh Assistant professor / ECE / School of Electrical Science Karunya University, Coimbatore, 641114, India

More information

Ensemble Empirical Mode Decomposition: An adaptive method for noise reduction

Ensemble Empirical Mode Decomposition: An adaptive method for noise reduction IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735. Volume 5, Issue 5 (Mar. - Apr. 213), PP 6-65 Ensemble Empirical Mode Decomposition: An adaptive

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

NEW MV CABLE ACCESSORY WITH EMBEDDED SENSOR TO CHECK PARTIAL DISCHARGE ACTIVITY

NEW MV CABLE ACCESSORY WITH EMBEDDED SENSOR TO CHECK PARTIAL DISCHARGE ACTIVITY NEW MV CABLE ACCESSORY WITH EMBEDDED SENSOR TO CHECK PARTIAL DISCHARGE ACTIVITY Lorenzo PERETTO Luigi FODDAI Simone ORRU Luigi PUDDU Altea Switzerland ENEL Italy ENEL Italy REPL Italy lperetto@alteasolutions.com

More information

IRIS POWER PDTracII. Continuous On-line Partial Discharge Monitoring for Motors, Generators, Dry Type Transformers, and Air-Insulated Switchgear.

IRIS POWER PDTracII. Continuous On-line Partial Discharge Monitoring for Motors, Generators, Dry Type Transformers, and Air-Insulated Switchgear. IRIS POWER PDTracII Continuous On-line Partial Discharge Monitoring for Motors, Generators, Dry Type Transformers, and Air-Insulated Switchgear. We have not found another test method that produces as much

More information

Robust Voice Activity Detection Based on Discrete Wavelet. Transform

Robust Voice Activity Detection Based on Discrete Wavelet. Transform Robust Voice Activity Detection Based on Discrete Wavelet Transform Kun-Ching Wang Department of Information Technology & Communication Shin Chien University kunching@mail.kh.usc.edu.tw Abstract This paper

More information

Diagnostic testing of cast resin transformers

Diagnostic testing of cast resin transformers Paper of the Month Diagnostic testing of cast resin transformers Author Michael Krüger, OMICRON, Austria michael.krueger@omiconenergy.com Christoph Engelen, OMICRON, Austria christoph.engelen@omicronenergy.com

More information

VU Signal and Image Processing. Torsten Möller + Hrvoje Bogunović + Raphael Sahann

VU Signal and Image Processing. Torsten Möller + Hrvoje Bogunović + Raphael Sahann 052600 VU Signal and Image Processing Torsten Möller + Hrvoje Bogunović + Raphael Sahann torsten.moeller@univie.ac.at hrvoje.bogunovic@meduniwien.ac.at raphael.sahann@univie.ac.at vda.cs.univie.ac.at/teaching/sip/17s/

More information

Optimization of DWT parameters for jamming excision in DSSS Systems

Optimization of DWT parameters for jamming excision in DSSS Systems Optimization of DWT parameters for jamming excision in DSSS Systems G.C. Cardarilli 1, L. Di Nunzio 1, R. Fazzolari 1, A. Fereidountabar 1, F. Giuliani 1, M. Re 1, L. Simone 2 1 University of Rome Tor

More information

IMPROVING THE MATERIAL ULTRASONIC CHARACTERIZATION AND THE SIGNAL NOISE RATIO BY THE WAVELET PACKET

IMPROVING THE MATERIAL ULTRASONIC CHARACTERIZATION AND THE SIGNAL NOISE RATIO BY THE WAVELET PACKET 17th World Conference on Nondestructive Testing, 25-28 Oct 28, Shanghai, China IMPROVING THE MATERIAL ULTRASONIC CHARACTERIZATION AND THE SIGNAL NOISE RATIO BY THE WAVELET PACKET Fairouz BETTAYEB 1, Salim

More information

CHAPTER 3 WAVELET TRANSFORM BASED CONTROLLER FOR INDUCTION MOTOR DRIVES

CHAPTER 3 WAVELET TRANSFORM BASED CONTROLLER FOR INDUCTION MOTOR DRIVES 49 CHAPTER 3 WAVELET TRANSFORM BASED CONTROLLER FOR INDUCTION MOTOR DRIVES 3.1 INTRODUCTION The wavelet transform is a very popular tool for signal processing and analysis. It is widely used for the analysis

More information

Signal-to-Noise Ratio Enhancement Based on Wavelet Filtering in Ultrasonic Testing

Signal-to-Noise Ratio Enhancement Based on Wavelet Filtering in Ultrasonic Testing Signal-to-Noise Ratio Enhancement Based on Wavelet Filtering in Ultrasonic Testing Vaclav Matz, Radislav Smid, Stanislav Starman, Marcel Kreidl Czech Technical University, Department of Measurement, Faculty

More information

IRIS POWER TGA-B. Periodic Online Partial Discharge Monitoring Instrument for Turbine Generators and Motors

IRIS POWER TGA-B. Periodic Online Partial Discharge Monitoring Instrument for Turbine Generators and Motors IRIS POWER TGA-B Periodic Online Partial Discharge Monitoring Instrument for Turbine Generators and Motors We have not found another test method that produces as much decision support data for generator

More information

IRIS POWER PDTracII. Continuous On-line Partial Discharge Monitoring for Motors, Generators, Dry Type Transformers, and Air-Insulated Switchgear.

IRIS POWER PDTracII. Continuous On-line Partial Discharge Monitoring for Motors, Generators, Dry Type Transformers, and Air-Insulated Switchgear. IRIS POWER PDTracII Continuous On-line Partial Discharge Monitoring for Motors, Generators, Dry Type Transformers, and Air-Insulated Switchgear. We have not found another test method that produces as much

More information

A Reflectometer for Cable Fault Location with Multiple Pulse Reflection Method

A Reflectometer for Cable Fault Location with Multiple Pulse Reflection Method 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com A Reflectometer for Cable Fault Location with Multiple Pulse Reflection Method Zheng Gongming Electronics & Information School, Yangtze University,

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

technology, Algiers, Algeria.

technology, Algiers, Algeria. NON LINEAR FILTERING OF ULTRASONIC SIGNAL USING TIME SCALE DEBAUCHEE DECOMPOSITION F. Bettayeb 1, S. Haciane 2, S. Aoudia 2. 1 Scientific research center on welding and control, Algiers, Algeria, 2 University

More information

International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015)

International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) International Conference on Information Sciences Machinery Materials and Energy (ICISMME 2015) Research on the visual detection device of partial discharge visual imaging precision positioning WANG Tian-zheng

More information

OFFLINE PD DIAGNOSTICS USING SEVERAL EXCITATION VOLTAGES

OFFLINE PD DIAGNOSTICS USING SEVERAL EXCITATION VOLTAGES OFFLINE PD DIAGNOSTICS USING SEVERAL EXCITATION VOLTAGES Hein PUTTER Frank PETZOLD Philipp LEGLER Megger Germany Megger Germany Megger - Germany hein.putter@megger.com frank.petzold@megger.com philipp.legler@megger.com

More information

Application of Wavelet Transform to Process Electromagnetic Pulses from Explosion of Flexible Linear Shaped Charge

Application of Wavelet Transform to Process Electromagnetic Pulses from Explosion of Flexible Linear Shaped Charge 21 3rd International Conference on Computer and Electrical Engineering (ICCEE 21) IPCSIT vol. 53 (212) (212) IACSIT Press, Singapore DOI: 1.7763/IPCSIT.212.V53.No.1.56 Application of Wavelet Transform

More information

Comparison of De-Noising Methods used for EMAT Signals

Comparison of De-Noising Methods used for EMAT Signals ECNDT 26 - Tu..3.5 Comparison of De-Noising Methods used for EMAT Signals Václav MATZ, Radislav ŠMÍD, Marcel KREIDL, CTU, FEE, Prague, Czech Republic Stanislav ŠTARMAN, STARMANS electronics s.r.o. Abstract.

More information

PARTIAL DISCHARGE DETECTION AND LOCATION IN TRANSFORMERS BY PERFORMING PARTIAL DISCHARGE TESTS IN OIL USING UHF SENSORS

PARTIAL DISCHARGE DETECTION AND LOCATION IN TRANSFORMERS BY PERFORMING PARTIAL DISCHARGE TESTS IN OIL USING UHF SENSORS PARTIAL DISCHARGE DETECTION AND LOCATION IN TRANSFORMERS BY PERFORMING PARTIAL DISCHARGE TESTS IN OIL USING UHF SENSORS by K.K.JEMBU KAILAS and W. ADITHYA KUMAR L&T CONSTRUCTION L&T CONSTRUCTION KKJK@LNTECC.COM

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

Enhanced Locating Method for Cable Fault Using Wiener Filter

Enhanced Locating Method for Cable Fault Using Wiener Filter Universal Journal of Electrical and Electronic Engineering 3(4): 107-111, 2015 DOI: 10.13189/ujeee.2015.030401 http://www.hrpub.org Enhanced Locating Method for Cable Fault Using Wiener Filter Jeong Jae

More information

Comparison of measurement methods for partial discharge measurement in power cables

Comparison of measurement methods for partial discharge measurement in power cables Comparison of measurement methods for partial discharge measurement in power cables L. W. van Veen Supervisor: Prof. dr. J. J. Smit Daily supervisor: Dr.ir. A. Rodrigo Mor April 2014 INTELLIGENT ELECTRICAL

More information

Directional Sensing for Online PD Monitoring of MV Cables Wagenaars, P.; van der Wielen, P.C.J.M.; Wouters, P.A.A.F.; Steennis, E.F.

Directional Sensing for Online PD Monitoring of MV Cables Wagenaars, P.; van der Wielen, P.C.J.M.; Wouters, P.A.A.F.; Steennis, E.F. Directional Sensing for Online PD Monitoring of MV Cables Wagenaars, P.; van der Wielen, P.C.J.M.; Wouters, P.A.A.F.; Steennis, E.F. Published in: Nordic Insulation Symposium, Nord-IS 05 Published: 01/01/2005

More information

Partial Discharge Source Classification and De-Noising in Rotating Machines Using Discrete Wavelet Transform and Directional Coupling Capacitor

Partial Discharge Source Classification and De-Noising in Rotating Machines Using Discrete Wavelet Transform and Directional Coupling Capacitor J. Electromagnetic Analysis & Applications, 2009, 2: 92-96 doi:10.4236/jemaa.2009.12014 Published Online June 2009 (www.scirp.org/journal/jemaa) 1 Partial Discharge Source Classification and De-Noising

More information

Keywords Decomposition; Reconstruction; SNR; Speech signal; Super soft Thresholding.

Keywords Decomposition; Reconstruction; SNR; Speech signal; Super soft Thresholding. Volume 5, Issue 2, February 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Speech Enhancement

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

ANALYSIS OF PARTIAL DISCHARGE SIGNALS USING STOCKWELL TRANSFORM

ANALYSIS OF PARTIAL DISCHARGE SIGNALS USING STOCKWELL TRANSFORM ANALYSIS OF PARTIAL DISCHARGE SIGNALS USING STOCKWELL TRANSFORM A THESIS SUBMITTED IN PARTIAL FULFILMENT OF THE REQUIREMENTS FOR THE DEGREE OF Master of Technology in Industrial Electronics Submitted by

More information

HV AC TESTING OF SUPER-LONG CABLES

HV AC TESTING OF SUPER-LONG CABLES HV AC TESTING OF SUPER-LONG CABLES Stefan SCHIERIG, (Germany), schierig@highvolt.de Peter COORS, (Germany), coors@highvolt.de Wolfgang HAUSCHILD, IEC, CIGRE, (Germany), hauschild@highvolt.de ABSTRACT The

More information

Multi scale modeling and simulation of the ultrasonic waves interfacing with welding flaws in steel material

Multi scale modeling and simulation of the ultrasonic waves interfacing with welding flaws in steel material Multi scale modeling and simulation of the ultrasonic waves interfacing with welding flaws in steel material Fairouz BETTAYEB Research centre on welding and control, BP: 64, Route de Delly Brahim. Chéraga,

More information

CONDITION MONITORING OF MEDIUM VOLTAGE ELECTRICAL CABLES BY MEANS OF PARTIAL DISCHARGE MEASUREMENTS

CONDITION MONITORING OF MEDIUM VOLTAGE ELECTRICAL CABLES BY MEANS OF PARTIAL DISCHARGE MEASUREMENTS 136 CONDITION MONITORING OF MEDIUM VOLTAGE ELECTRICAL CABLES BY MEANS OF PARTIAL DISCHARGE MEASUREMENTS H. van Jaarsveldt* and R. Gouws** School of Electrical, Electronic and Computer Engineering, North-West

More information

EE216B: VLSI Signal Processing. Wavelets. Prof. Dejan Marković Shortcomings of the Fourier Transform (FT)

EE216B: VLSI Signal Processing. Wavelets. Prof. Dejan Marković Shortcomings of the Fourier Transform (FT) 5//0 EE6B: VLSI Signal Processing Wavelets Prof. Dejan Marković ee6b@gmail.com Shortcomings of the Fourier Transform (FT) FT gives information about the spectral content of the signal but loses all time

More information

Pre location: Impulse-Current-Method (ICE)

Pre location: Impulse-Current-Method (ICE) 1 ICE (Impulse current method three phased 2 1.1 Ionisation delay time 2 1.2 DIRECT MODE 2 1.3 Output impedance of the generator 2 Surge generator as impulse source 3 High voltage test set as impulse source

More information

CHAPTER 5 CONCEPT OF PD SIGNAL AND PRPD PATTERN

CHAPTER 5 CONCEPT OF PD SIGNAL AND PRPD PATTERN 75 CHAPTER 5 CONCEPT OF PD SIGNAL AND PRPD PATTERN 5.1 INTRODUCTION Partial Discharge (PD) detection is an important tool for monitoring insulation conditions in high voltage (HV) devices in power systems.

More information

Aspects of PD interpretation in HV power cables. by Edward Gulski, Piotr Cichecki, Rogier Jongen

Aspects of PD interpretation in HV power cables. by Edward Gulski, Piotr Cichecki, Rogier Jongen Aspects of PD interpretation in HV power cables by Edward Gulski, Piotr Cichecki, Rogier Jongen General There are several aspects having influence on the diagnostic information and the condition judgment

More information

SPEECH ENHANCEMENT USING A ROBUST KALMAN FILTER POST-PROCESSOR IN THE MODULATION DOMAIN. Yu Wang and Mike Brookes

SPEECH ENHANCEMENT USING A ROBUST KALMAN FILTER POST-PROCESSOR IN THE MODULATION DOMAIN. Yu Wang and Mike Brookes SPEECH ENHANCEMENT USING A ROBUST KALMAN FILTER POST-PROCESSOR IN THE MODULATION DOMAIN Yu Wang and Mike Brookes Department of Electrical and Electronic Engineering, Exhibition Road, Imperial College London,

More information

Fundamentals of Partial Discharge in the Context of Field Cable Testing Key words: Partial discharge, power cable, electrical testing

Fundamentals of Partial Discharge in the Context of Field Cable Testing Key words: Partial discharge, power cable, electrical testing Fundamentals of Partial Discharge in the Context of Field Cable Testing Key words: Partial discharge, power cable, electrical testing Steven Boggs, University of Connecticut and University of Toronto John

More information

Application Note. Detection of Partial Discharge Using Ultrasound. Detection of Partial Discharge Using Ultrasound. Problem. iriss.

Application Note. Detection of Partial Discharge Using Ultrasound. Detection of Partial Discharge Using Ultrasound. Problem. iriss. Detection of Partial Discharge Using Ultrasound Problem In electrical systems, especially above 1,000 Volts, sufficient and properly maintained equipment insulation helps ensure equipment longevity. However,

More information

Wind profile detection of atmospheric radar signals using wavelets and harmonic decomposition techniques

Wind profile detection of atmospheric radar signals using wavelets and harmonic decomposition techniques ATMOSPHERIC SCIENCE LETTERS Atmos. Sci. Let. : () Published online 7 January in Wiley InterScience (www.interscience.wiley.com). DOI:./asl.7 Wind profile detection of atmospheric radar signals using wavelets

More information

Analysis Of Induction Motor With Broken Rotor Bars Using Discrete Wavelet Transform Princy P 1 and Gayathri Vijayachandran 2

Analysis Of Induction Motor With Broken Rotor Bars Using Discrete Wavelet Transform Princy P 1 and Gayathri Vijayachandran 2 Analysis Of Induction Motor With Broken Rotor Bars Using Discrete Wavelet Transform Princy P 1 and Gayathri Vijayachandran 2 1 Dept. Of Electrical and Electronics, Sree Buddha College of Engineering 2

More information

Effect of Shielded Distribution Cable on Very Fast Transients

Effect of Shielded Distribution Cable on Very Fast Transients IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 15, NO. 3, JULY 2000 857 Effect of Shielded Distribution Cable on Very Fast Transients Li-Ming Zhou and Steven Boggs, Fellow, IEEE Abstract Fast transients in

More information

NOISE REDUCTION AND SOURCE RECOGNITION OF PARTIAL DISCHARGE SIGNALS IN GAS-INSULATED SUBSTATION

NOISE REDUCTION AND SOURCE RECOGNITION OF PARTIAL DISCHARGE SIGNALS IN GAS-INSULATED SUBSTATION NOISE REDUCTION AND SOURCE RECOGNITION OF PARTIAL DISCHARGE SIGNALS IN GAS-INSULATED SUBSTATION JIN JUN NATIONAL UNIVERSITY OF SINGAPORE 2005 NOISE REDUCTION AND SOURCE RECOGNITION OF PARTIAL DISCHARGE

More information

Wavelet Transform. From C. Valens article, A Really Friendly Guide to Wavelets, 1999

Wavelet Transform. From C. Valens article, A Really Friendly Guide to Wavelets, 1999 Wavelet Transform From C. Valens article, A Really Friendly Guide to Wavelets, 1999 Fourier theory: a signal can be expressed as the sum of a, possibly infinite, series of sines and cosines. This sum is

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

Partial Discharge Measurements on 110kV Current Transformers. Case Study. Results

Partial Discharge Measurements on 110kV Current Transformers. Case Study. Results 2016 International Conference on Electrical Engineering and Automation (ICEEA 2016) ISBN: 978-1-60595-407-3 Partial Discharge Measurements on 110kV Current Transformers. Case Study. Results Cristian DAN

More information