SlideShare a Scribd company logo
P.Srinivasa Rao et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1051-1056

RESEARCH ARTICLE

www.ijera.com

OPEN ACCESS

Pattern Recognition Approach for Fault Identification in Power
Transmission Lines
P.Srinivasa Rao1 and B.Baddu Naik2
Abstract
This paper presents an improved algorithm for fault detection and classification of transmission line fault
current signals using MATLAB/SIMULINK. The proposed algorithm presents a fault discrimination method
based on the three-phase current and voltage waveforms measured when fault events occur in the power
transmission-line network. The algorithm for fault classification employs wavelet multi resolution analysis
(MRA) to overcome the difficulties associated with conventional voltage and current based measurements due
to effect of factors such as fault inception angle, fault impedance and fault distance. The proposed algorithm for
fault location, different from conventional algorithms that are based on deterministic computations on a welldefined model to be protected, employs wavelet transform. The wavelet transform captures the dynamic
characteristics of the non-stationary transient fault signals using wavelet MRA coefficients.
Index Terms– Wavelet transforms Multi resolution analysis (MRA), Fault classification, Transmission lines.
I.
INTRODUCTION
Faults on transmission line can be caused by
lightning strikes, flashover on contaminated insulator
surface, broken conducting line, short circuit between
conducting lines, etc. Electromagnetic transients in
power systems result from a variety of disturbances on
transmission lines, such as faults, are extremely
important [2]. A fault occurs when two or more
conductors come in contact with each other or ground
in three Phase systems, faults are classified as Single
line-to-ground faults, Line-to-line faults, Double lineto-ground faults, and three phase faults. For it is at
such times that the power system components are
subjected to the greatest stresses from excessive
currents These faults give rise to serious damage on
power system equipment. Fault which occurs on
transmission lines not only effects the equipment but
also the power quality. So, it is necessary to determine
the fault type and location on the line and clear the
fault as soon as possible in order not to cause such
damages. Flashover, lightning strikes, birds, wind,
snow and ice-load lead to short circuits. Deformation
of insulator materials also leads to short circuit faults.
It is essential to detect the fault quickly and separate
the faulty section of the transmission line. Locating
ground faults quickly is very important for safety,
economy and power quality. Wavelet theory is the
mathematics, which deals with building a model for
non-stationary signals, using a set of components that
look like small waves, called wavelets. It has become
a well-known useful tool since its introduction,
especially in signal and image processing.

II.

WAVELET TRANSFORMS

Wavelet Transform represents the signal as a
sum of wavelets at different locations and scales.
Wavelet is a wave form of effectively limited duration

www.ijera.com

with an average value of zero. Wavelet is asymmetric
and irregular wave. Fig.2.1. represents the typical
wavelet. Sharp changes can be better analyzed with an
irregular wavelet than using a smooth sinusoid.

Fig.2.1. Representation of the typical wavelet.
By using wavelets, the sub band information
regarding different harmonics can be extracted from
the original signal. Db4 as mother wavelet and 12.5
KHz as the sampling frequency decompose the signal
and calculate the summation coefficients. The fault
current signals are non stationary in nature. Therefore,
conventional Fourier transform and short time Fourier
transforms are inadequate to deal with such signals.
The Wavelet theory and its applications are rapidly
developing fields in applied mathematics and signal
analysis. The wavelet transform is a tool that divides
up data into different frequency components, and then
evaluates each component with a resolution matched
to its scale. The wavelet transform is useful in
analyzing the transient phenomena associated with
transmission-line faults and/or switching operations.
Wavelet analysis is the breaking up of a signal into
shifted and scaled version of the original (or mother)
wavelet. Scaling a wavelet means stretching (or
compressing) it. Shifting a wavelet simply means
delaying its onset [10].

1051 | P a g e
P.Srinivasa Rao et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1051-1056
Analogous to the relationship between
continuous Fourier transform (FT) and Discrete
Fourier Transform (DFT), the continuous wavelet
transform (CWT) has a digitally implement able
counterpart known as the Discrete Wavelet Transform
(DWT).

III.

FAULTS CLASSIFICATION USING
WAVELET TRANSFORM

The discrete wavelet transform (DWT) is
normally implemented by Mallat’s algorithm its
formulation is related to filter bank theory. Wavelet
transform is largely due to this technique, which can
be efficiently implemented by using only two filters,
one high pass (HP) and one low pass (LP) at level (k).
The results are down-sampled by a factor two and the
same two filters are applied to the output of the low
pass filter from the previous stage. The high pass filter
is derived from the wavelet function (mother wavelet)
and measures the details in a certain input. The low
pass filter on the other hand delivers a smoothed
version of the input signal and is derived from a
scaling function, associated to the mother wavelet [9]
& [10].
Given a function f ( t ) , its continuous wavelet
transform (WT) will be calculated as follows:

DWTX ( m, n; Y ) 

www.ijera.com

signal recorded from a physical measuring device.
This signal is to be decomposed into a detailed and
smoothed representation.
From the MRA technique, the decomposed
signals at scale 1 are c1(n) and d1(n) ,where c1(n) is the
smoothed version of the original signal (or
approximation), and d1(n) is the detailed
representation of the original signal c0(n) in the form
of wavelet transform coefficients.
They are defined as

Where h (n) and g (n) are the associated filter
coefficients that decompose c 0 (n) in to c 1 (n) and
d1(n) respectively. That means in first stage
decomposition the original signal is divided into two
halves of frequency bandwidth. The next higher scale
decomposition is now based on the signal c 1(n). The
decomposed signal at scale 2 is given by



 x(u ) y

m, n

(u )



Where Yn, m (u) = sm/2 Y (sm0 , u − nt0). The most
natural choice (s0 = 2, t0 = 1) corresponds to the
dyadic sampling of the time-scale plane. Using such a
sampling we obtain that the family of atoms Yn, m (u),
m, n, Z form an orthonormal basis.

Higher scale decompositions are performed in the
same way as described above. Thus the procedure is
repeated until the signal is decomposed to a predefined certain level. The set of signals thus attained
represent the same original signal, but all
corresponding to different frequency bands.

Signal
L1
L2

H1
H2

Fig.3.1.Discreet Wavelet Transform (DWT)
representation of a Signal.
Splitting of MRA subspaces:
G 0(z) = 1 /2 g 0 [k]z k
G 1(z) = 1/2 g 1 [k]z k
3.1. Wavelet Decomposition Scheme by MultiResolution Analysis:
In MRA, wavelet functions and scaling
functions are used as building blocks to decompose
and construct the signal at different resolution levels.
The wavelet function will generate the detail version
of the decomposed signal and the scaling function will
generate the approximated version of the decomposed
signal. That is wavelet function constitutes the high
pass digital filter and the scaling function constitutes
low pass digital filter. Let c0 (n) be a discrete –time
www.ijera.com

Fig.3.2. Representation of Multi-Resolution Analysis.

1052 | P a g e
P.Srinivasa Rao et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1051-1056

↓2

G0

Down sampled LPF
signal

Sn
signal

↓2

G1

Down sampled HPF
signal

Fig.3.3. Channel analysis filter bank
Down sampled LPF
signal

↑2

G’0

Sn
Down sampled HPF
signal

Reconstructed
signal
↑2

G’1

Fig.3.4. Channel synthesis filter bank
Wavelet transforms converts amplitude
versus time signal to scale versus time signal. Wavelet
is a waveform of effectively limited duration that has
an average value of zero. The actual implementation
of discrete wavelet transform is done by multi
resolution analysis. By MRA, a signal can be analyzed
is decomposed into a smooth approximation. The
approximation is further decomposed into an
approximation and a detail and the process is
repeated. The decomposition of signal is obtained by
successive high pass and low pass filtering of the time
domain signal. The successive stages of
decomposition are known as levels and the above
procedure is known as sub band coding. The sub band
information is useful for fault classification.
The transmission line faults in power system are
usually classified as Symmetrical faults and
Unsymmetrical faults. A three-phase fault is called a
symmetrical type of fault. In a three phase fault, all
the three phases are short circuited.
There may be two situations—all the three phases
may be short circuited to the ground or may be shortcircuited without involving the ground. Single-phase
to ground, two phase to ground, phase to phase short
circuits; single phase open circuit and two phase open
circuit are unsymmetrical types of faults [1].

IV.

FAULT CASES STUDY AND
RESULTS

A 3 phase transmission line rated 400kV and
length of line is 300km has been considered for the
case study. The circuit diagram of the transmission
line fault analysis is shown in Fig.4.1.

Fig.4.1. Sample power system network
The fault analysis of transmission lines
involves transient phenomena. Therefore, the positive,
negative and zero sequence parameters of the source
as well as transmission lines are necessary.
www.ijera.com

www.ijera.com

Table: 4.1. Sequence Parameters of Source and Line
The various line parameters pertaining to
Source
Positive, negative sequence 0.45+j5
parameters
Zero sequence
0.675+j7.5
(Impedance Ω)
Line Inductance
Positive, negative sequence 0.95
(mH/km)
Zero sequence
3.25
Line capacitance Positive, negative sequence 0.0124
(µF/km)
Zero sequence
0.0084
Line resistance Positive, negative sequence 0.0234
(Ω/km)
Zero sequence
0.3885
source as well as transmission line are shown in table.
An active load of 500MW and a reactive load of
20MVAR (inductive) are used for the analysis.
The fault may appear at any instant of time,
and thus voltage or current ranging from 0 to 360
degrees. The angle at which fault occurs is called fault
inception angle and it effects the amplitude of fault
current. The fault distance changes then
corresponding line impedance changes which is going
change the fault current. Fault resistance also affects
the fault current. Fault resistance increases fault
current decreases [1].
The faults currents are generated using
MATLAB shown in figures for fault condition of
L-G, L-L, and L-L-L. More ever, the sampling time
considered in the analysis is 80us, which correspond
to a sampling frequency of 12.5 kHz, and the total
number of wavelet levels considered is 10.
Therefore a 10th level wavelet output
corresponds to a frequency band of 6.25-12.5 kHz.
Down sampling by two at each succeeding level will
lead to a 3rd level output corresponding to a
frequency band of 97-195 Hz,i.e. it includes 2nd and
3rd Harmonics components which are predominant in
case of transmission line faults. The wavelet toolbox
in MATLAB has been used for DWT operation.
Different decomposition levels such as a3
(Approximation at level three); detail levels one, two,
three, represented as d1, d2, d3, respectively can be
extracted using wavelet toolbox. The tables give
summations of wavelet coefficients of 3 rd values for
current in phases A, B and C respectively for L-L-L
fault for different fault inception angles and fault
locations. Similarly we can tabulate for other type of
fault also. For all other faults such as single line to
ground (L-G), double line to ground (L-L-G), double
line (L-L), and three phase symmetrical (L-L-L)
faults also have been extensively investigated for
about 1000 simulations with different values of fault
impedance value and fault inception angles. Thus it
was verified that the algorithm consistently yielded
right classification and all cases have not been
reported as it would turn to be voluminous [1].
Different types of power system faults are
created using simulation model as shown, at different
fault distances having different fault inception angles
with different fault resistance. The wave forms are
shown below.
1053 | P a g e
P.Srinivasa Rao et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1051-1056

Fig.4.2. Ia, Ib, Ic for LG Fault at D==200Km, FIA=600

In order to reduce the computational burden
the sampling frequency should not be too high but it
should be high enough to capture the information of
fault. By randomly shifting the point of fault on
transmission line, more number of simulations was
being carried out. The generated current signal for
each case is analyzed using wavelet transform. A
sampling frequency of 12.5 kHz is selected.
Daubechies wavelet Db4 is used as mother wavelet
since it has good performance results for power
system fault analysis. Detail coefficients of fault
current signal in 6th level (d6), gives the frequency
components corresponding to second and third
harmonics. On this basis, summation of 6th level detail
coefficients of the three phase currents Ia , Ib and Ic are
being used for the purpose of detection and
classification of faults in the transmission line.

V.

Fig.4.3. Ia, Ib, Ic for LL Fault at D==200Km,
FIA=600.

www.ijera.com

FAULT DETECTION AND
CLASSIFICATION ALGORITHM

In the simulation model, different types of
faults are created at different FIA. The current wave
forms are shown in the figures. Let Sa, Sb, Sc be the
summation of sixth level detail coefficients for current
signals for A, B, C phases respectively. Tables (5.1. to
5.4.) show the values of Sa, Sb, Sc for different types
of faults.

Fig.4.4.. Ia, Ib, Ic for LLG Fault at D==200Km,
FIA=600.

Fig.4.5. Ia, Ib, Ic for LLL Fault at D==200Km,
FIA=600.
Fig.5.1.Algorithm for Transmission line fault
classification
www.ijera.com

1054 | P a g e
P.Srinivasa Rao et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1051-1056
From these tables it is observed that the
magnitudes of Sa, Sb, Sc increases whenever any fault
occurs in a transmission line. Based on the sampling
rate the signal is divided into 12 decomposition levels.
Among different levels only 6th level is consider for
analysis because the frequency corresponding to this
level is covering 2nd and 3rd harmonics which are
dominant in the fault conditions. Based on 6th level
detail coefficients, an efficient algorithm proposed [1].
The transmission line faults in a power
system are usually classified as L-G, L-L-G, L-L and
L-L-L. Let Sa, Sb, Sc be the coefficients obtained from
the summation of 6th level wavelet detail coefficients
for currents in phases A, B and C. When the algebraic
sum of Sa, Sb, Sc is zero, then it can be either L-L-L or
L-L. To differentiate these two, the summation of any
two phases is zero, and remaining healthy coefficient
is very small value in L-L fault. Algebraic sum is not
equal to zero, then it be either L-G or L-L-G. If the
absolute values of any two coefficients are equal and
much smaller than absolute value of remaining
coefficients, then it is L-G fault. If the absolute value
of any two coefficients is not equal to zero and is
always much higher than the absolute value of
remaining coefficients, then it is an L-L-G. The results
tabulated show the efficiency of the fault
classification of algorithm using db4 wavelet for
different fault locations, fault resistances and FIA and
the algorithm was verified.
Table: 5.1. L-G fault with different fault distances the
values of Sa, Sb, Sc with FIA= 600
10(km)

50(km)

100(km)

150(km)

200(km)

Sa

15.1059

4.9285

2.8547

2.1022

1.7146

Sb

-0.0126

0.0132

0.0171

0.0173

0.0192

Sc

-0.0977

-0.0717

-0.0680

-0.0679

-0.0659

The summation of detail coefficients of all
three phases sum is not equal to zero for L-G and L-LG, which is used to discriminate L-G, L-L-G from LL and L-L-L. Faulty phase summation value is very
high compared to healthy phases. Healthy phase
summation values are almost equal.
Table: 5.2. L-L-G fault with different fault distances
the values of Sa, Sb, Sc with FIA=600
10(km)

50(km)

100(km)

150(km)

200(km)

Sa

15.7126

5.9805

3.6592

2.7750

2.3212

Sb

4.3505

0.3525

-0.1435

-0.3453

-0.4294

Sc

-0.1454

-0.1748

-0.1912

-0.2064

-0.2219

www.ijera.com

www.ijera.com

The summation of detail coefficients sum is
not equal to zero and all three phases have different
summation values (summation coefficients of any two
phases is not equal), which is used to discriminate
L-G from L-L-G.
Table: 5.3. L-L fault with different fault distances the
values of Sa, Sb, Sc with FIA=600
10(km)
50(km)
100(km) 150(km)
200(km)
Sa

5.3812

2.8239

1.9327

1.5714

1.3852

Sb

-5.3613

-2.8041

-1.9129

-1.5514

-1.3652

Sc

-0.0199

-0.0197

-0.0198

-0.0199

-0.0199

The summation coefficients in any two
phases are equal and the third healthy phase value is
very less compared to two faulty phases.
Table: 5.4. L-L-L fault with different fault distances
the values of Sa, Sb, Sc with FIA=600
10(km)
50(km)
100(km)
150(km)

200(km)

Sa

23.9728

10.0702

6.0231

4.4194

3.5874

Sb

12.3156

4.4424

2.1780

1.2965

0.8346

Sc

-36.2884

-14.5126

-8.2011

-5.7159

-4.4220

The summation of detail coefficients of three phases
sum is zero but all three phase summation values are
different, in L-L fault two phases have a same value,
which is used to discriminate L-L from L-L-L.

VI.

CONCLUSION

Wavelet multi resolution analysis is found to
be most suitable for extracting the information from
transient fault signals. Second and third order
harmonics are dominant in the fault signals and are
hence chosen for the analysis (d6 coefficients) and
Db4 as mother wavelet. Using wavelet MRA
technique, the summation of detail coefficients for
sixth level are extracted from the current signal. From
the magnitude of detail coefficient summations, the
presence of fault in a particular phase is detected. A
generalized algorithm based on wavelets has been
verified for the classification of transmission line
faults. The most important of this algorithm is
independent of fault location, impedance and
inception angle. S-Transform is an extension to the
idea of wavelet transform, and is based on a moving
and scalable localizing Gaussian window. It can be
used for the detection of power system fault analysis.

1055 | P a g e
P.Srinivasa Rao et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1051-1056
REFERENCES
[1].

M. Jayabharata Reddy, and D.K. Mohanta,
“A wavelet-fuzzy combined approach
forclassification and location of transmission
line faults “,International journal of
Electrical Power and Energy system, Volume
29, Issue 9, pp 669-678, November 2007.
[2]. P. Chiradeja and C. Pothisarn “Identification
of the Fault Location for Three- Terminal
Transmission Lines using Discrete Wavelet
Transforms” IEEE T&D Asia 2009.
[3].
Jianyin liu, Zhong Zheng “ Fault Location
and Type Identification on Transmission
Line Using a Novel Traveling Wave
Method” 2012 International Conference on
High Voltage Engineering and Application,
Shanghai, China, September 17-20, 20129781-4673-4746-4/12/$31.00 ©2012 IEEE 290.
[4].
Shao Wenquan, Suonan Jiale “Single-phase
Permanent Fault Detection for Reactored
EHV/UHV Transmission Lines” 978-1-42446255-1/11/$26.00 ©2011 IEEE.
[5].
A. Jamehbozorg and S. M. Shahrtash “A
Decision Tree-Based Method for Fault
Classification
in
Double-Circuit
Transmission Lines” IEEE Transactions On
Power Delivery, Vol. 25, No. 4, October
2010.
[6].
Zhengyou He, Ling Fu, Sheng Lin, and
Zhiqian
Bo
“Fault
Detection
and
Classification in EHV Transmission Line
Based on Wavelet Singular Entropy” IEEE
Transactions On Power Delivery, Vol. 25,
No. 4, October 2010.
[7]. Chul-Hwan Kim, Hyun Kim, Young-Hun
Ko, Sung-Hyun Byun, Raj K. Aggarwal, and
Allan T. Johns, “A Novel Fault-Detection
Technique of High-Impedance Arcing Faults
in Transmission Lines Using the Wavelet
Transform” EEE Transactions on Power
Delivery VOL. 17, NO. 4, OCTOBER 2002.
[8]. D. Chanda, N. K. Kishore, A. K. Sinha, “A
Wavelet Multi resolution Analysis for
Location of Faults on Transmission Lines”,
Electrical Power & Energy Systems, Vol. 25,
pp.59-69, October, 2003.
[9]. T. M. Lai, L. A. Snider, E. Lo, Member,and
D.
Sutanto,
“High-Impedance
Fault
Detection Using Discrete Wavelet Transform
and Frequency Range and RMS Conversion”
IEEE Transactions on Power DelieveryY,
VOL. 20, NO. 1, JANUARY 2005.
[10]. Fernando H. Magnago and Ali Abur, “Fault
Location
Using
Wavelets”
IEEE
Transactions on Power Delivery, Vol. 13,
No. 4, October 1998.

www.ijera.com

www.ijera.com

[11]. S.A.Shaaban and Prof.Takashi Hiyama,
“Transmission Line Faults Classification
Using Wavelet Transform” Proceedings of
the 14th International Middle East Power
Systems Conference (MEPCON’10), Cairo
University, Egypt, December 19-21, 2010,
Paper ID 225.
[12]. T. B. Littler and d. J. Morrow, "Wavelets for
the Analysis and Compression of Power
System Disturbances," IEEE Transactions on
Power Delivery, vol. 14, pp. 358-364, Apr.
1999.
[13]. A.H. OSMAN, O.P. MALIK, "Protection of
Parallel Transmission Lines Using Wavelet
Transform", IEEE Transactions on Power
Delivery .vol. 19, no. 1, pp. 49-55, 2004.
[14]. J Liang S Elangovan and J B X Devotta “ A
Wavelet Multiresolution analysis approach
to fault detection and classification in
transmission lines” Electrical power and
energy systems, vol 20, No 5, pp 327332,1998.
[15]. O. A. S. Youssef, "Fault Classification Based
On Wavelet Transforms," IEEE T&D
Conference., Atlanta, GA, Oct. 28- Nov. 2,
2001.
1. Srinivasa Rao Pasarla is currently
Pursuing M. Tech in Power system
control and automation, Department
of Electrical Engineering, P.V.P
Siddhartha Institute of Technology,
Vijayawada, A.P., INDIA.
Email: srinu.pasarla@gmail.com
2 Baddu Naik. B received The
B.Tech.degree in electrical and
electronics engineering from P.V.P
Siddhartha Institute of Technology,
and M.Tech. Degree in power system
with high voltage engineering from the Jawaharlal
Nehru technological university Kakinada, A.P.,
INDIA.
Presently he has been working as a assistant
professor in the Electrical Engineering Department in
P.V.P Siddhartha Institute of Technology. His main
research areas include power system deregulation,
FACTS, power system protection.
Email: baddunaik@gmail.com

1056 | P a g e

More Related Content

What's hot

Rake
RakeRake
Rake
AJAL A J
 
Practical Active Filter Design
Practical Active Filter Design Practical Active Filter Design
Practical Active Filter Design
Sachin Mehta
 
J0413056061
J0413056061J0413056061
J0413056061
ijceronline
 
Eqalization and diversity
Eqalization and diversityEqalization and diversity
Eqalization and diversity
erindrasen
 
Equalisation, diversity, coding.
Equalisation, diversity, coding.Equalisation, diversity, coding.
Equalisation, diversity, coding.
Vrince Vimal
 
1999 si pi_dws_training_course
1999 si pi_dws_training_course1999 si pi_dws_training_course
1999 si pi_dws_training_course
Piero Belforte
 
Removal of Clutter by Using Wavelet Transform For Wind Profiler
Removal of Clutter by Using Wavelet Transform For Wind ProfilerRemoval of Clutter by Using Wavelet Transform For Wind Profiler
Removal of Clutter by Using Wavelet Transform For Wind Profiler
IJMER
 
EC-8491 communication theory
EC-8491 communication theoryEC-8491 communication theory
EC-8491 communication theory
GOWTHAMMS6
 
Ec8491 communication theory
Ec8491 communication theoryEc8491 communication theory
Ec8491 communication theory
<> $
 
An Introduction to Crosstalk Measurements
An Introduction to Crosstalk MeasurementsAn Introduction to Crosstalk Measurements
An Introduction to Crosstalk Measurements
Rohde & Schwarz North America
 
Design and Analysis of Active Bandpass Filter
Design and Analysis of Active Bandpass FilterDesign and Analysis of Active Bandpass Filter
Design and Analysis of Active Bandpass Filter
Kyla Marino
 
A seminar on INTRODUCTION TO MULTI-RESOLUTION AND WAVELET TRANSFORM
A seminar on INTRODUCTION TO MULTI-RESOLUTION AND WAVELET TRANSFORMA seminar on INTRODUCTION TO MULTI-RESOLUTION AND WAVELET TRANSFORM
A seminar on INTRODUCTION TO MULTI-RESOLUTION AND WAVELET TRANSFORM
मनीष राठौर
 
Ao4103236259
Ao4103236259Ao4103236259
Ao4103236259
IJERA Editor
 
Channel Equalisation
Channel EqualisationChannel Equalisation
Channel Equalisation
Poonan Sahoo
 
Wireless Channel Impairment Mitigation Techniques
Wireless Channel Impairment Mitigation TechniquesWireless Channel Impairment Mitigation Techniques
Wireless Channel Impairment Mitigation Techniques
mohammedalimahdi
 
Ec 2401 wireless communication unit 2
Ec 2401 wireless communication   unit 2Ec 2401 wireless communication   unit 2
Ec 2401 wireless communication unit 2
JAIGANESH SEKAR
 
Introduction To Wireless Fading Channels
Introduction To Wireless Fading ChannelsIntroduction To Wireless Fading Channels
Introduction To Wireless Fading Channels
Nitin Jain
 
An Algorithm Based On Discrete Wavelet Transform For Faults Detection, Locati...
An Algorithm Based On Discrete Wavelet Transform For Faults Detection, Locati...An Algorithm Based On Discrete Wavelet Transform For Faults Detection, Locati...
An Algorithm Based On Discrete Wavelet Transform For Faults Detection, Locati...
paperpublications3
 
Small Scale Multi path measurements
Small Scale Multi path measurements Small Scale Multi path measurements
Small Scale Multi path measurements
Siva Ganesan
 
Implementation of Wireless Channel Model in MATLAB: Simplified
Implementation of Wireless Channel Model in MATLAB: SimplifiedImplementation of Wireless Channel Model in MATLAB: Simplified
Implementation of Wireless Channel Model in MATLAB: Simplified
Rosdiadee Nordin
 

What's hot (20)

Rake
RakeRake
Rake
 
Practical Active Filter Design
Practical Active Filter Design Practical Active Filter Design
Practical Active Filter Design
 
J0413056061
J0413056061J0413056061
J0413056061
 
Eqalization and diversity
Eqalization and diversityEqalization and diversity
Eqalization and diversity
 
Equalisation, diversity, coding.
Equalisation, diversity, coding.Equalisation, diversity, coding.
Equalisation, diversity, coding.
 
1999 si pi_dws_training_course
1999 si pi_dws_training_course1999 si pi_dws_training_course
1999 si pi_dws_training_course
 
Removal of Clutter by Using Wavelet Transform For Wind Profiler
Removal of Clutter by Using Wavelet Transform For Wind ProfilerRemoval of Clutter by Using Wavelet Transform For Wind Profiler
Removal of Clutter by Using Wavelet Transform For Wind Profiler
 
EC-8491 communication theory
EC-8491 communication theoryEC-8491 communication theory
EC-8491 communication theory
 
Ec8491 communication theory
Ec8491 communication theoryEc8491 communication theory
Ec8491 communication theory
 
An Introduction to Crosstalk Measurements
An Introduction to Crosstalk MeasurementsAn Introduction to Crosstalk Measurements
An Introduction to Crosstalk Measurements
 
Design and Analysis of Active Bandpass Filter
Design and Analysis of Active Bandpass FilterDesign and Analysis of Active Bandpass Filter
Design and Analysis of Active Bandpass Filter
 
A seminar on INTRODUCTION TO MULTI-RESOLUTION AND WAVELET TRANSFORM
A seminar on INTRODUCTION TO MULTI-RESOLUTION AND WAVELET TRANSFORMA seminar on INTRODUCTION TO MULTI-RESOLUTION AND WAVELET TRANSFORM
A seminar on INTRODUCTION TO MULTI-RESOLUTION AND WAVELET TRANSFORM
 
Ao4103236259
Ao4103236259Ao4103236259
Ao4103236259
 
Channel Equalisation
Channel EqualisationChannel Equalisation
Channel Equalisation
 
Wireless Channel Impairment Mitigation Techniques
Wireless Channel Impairment Mitigation TechniquesWireless Channel Impairment Mitigation Techniques
Wireless Channel Impairment Mitigation Techniques
 
Ec 2401 wireless communication unit 2
Ec 2401 wireless communication   unit 2Ec 2401 wireless communication   unit 2
Ec 2401 wireless communication unit 2
 
Introduction To Wireless Fading Channels
Introduction To Wireless Fading ChannelsIntroduction To Wireless Fading Channels
Introduction To Wireless Fading Channels
 
An Algorithm Based On Discrete Wavelet Transform For Faults Detection, Locati...
An Algorithm Based On Discrete Wavelet Transform For Faults Detection, Locati...An Algorithm Based On Discrete Wavelet Transform For Faults Detection, Locati...
An Algorithm Based On Discrete Wavelet Transform For Faults Detection, Locati...
 
Small Scale Multi path measurements
Small Scale Multi path measurements Small Scale Multi path measurements
Small Scale Multi path measurements
 
Implementation of Wireless Channel Model in MATLAB: Simplified
Implementation of Wireless Channel Model in MATLAB: SimplifiedImplementation of Wireless Channel Model in MATLAB: Simplified
Implementation of Wireless Channel Model in MATLAB: Simplified
 

Viewers also liked

Ft3510171021
Ft3510171021Ft3510171021
Ft3510171021
IJERA Editor
 
Fr3510071011
Fr3510071011Fr3510071011
Fr3510071011
IJERA Editor
 
Ev35854858
Ev35854858Ev35854858
Ev35854858
IJERA Editor
 
Em35787792
Em35787792Em35787792
Em35787792
IJERA Editor
 
Fk35963966
Fk35963966Fk35963966
Fk35963966
IJERA Editor
 
Fv3510271037
Fv3510271037Fv3510271037
Fv3510271037
IJERA Editor
 
Gv3512031207
Gv3512031207Gv3512031207
Gv3512031207
IJERA Editor
 
Ha3512291233
Ha3512291233Ha3512291233
Ha3512291233
IJERA Editor
 
Hg3512751279
Hg3512751279Hg3512751279
Hg3512751279
IJERA Editor
 
Gw3512081212
Gw3512081212Gw3512081212
Gw3512081212
IJERA Editor
 
Gq3511781181
Gq3511781181Gq3511781181
Gq3511781181
IJERA Editor
 
Gk3511271132
Gk3511271132Gk3511271132
Gk3511271132
IJERA Editor
 
Gl3511331144
Gl3511331144Gl3511331144
Gl3511331144
IJERA Editor
 
Gg3511071112
Gg3511071112Gg3511071112
Gg3511071112
IJERA Editor
 
Gh3511131117
Gh3511131117Gh3511131117
Gh3511131117
IJERA Editor
 
Gj3511231126
Gj3511231126Gj3511231126
Gj3511231126
IJERA Editor
 
Gc3510651086
Gc3510651086Gc3510651086
Gc3510651086
IJERA Editor
 
Fx3510401044
Fx3510401044Fx3510401044
Fx3510401044
IJERA Editor
 
Gt3511931198
Gt3511931198Gt3511931198
Gt3511931198
IJERA Editor
 
Gz3512221228
Gz3512221228Gz3512221228
Gz3512221228
IJERA Editor
 

Viewers also liked (20)

Ft3510171021
Ft3510171021Ft3510171021
Ft3510171021
 
Fr3510071011
Fr3510071011Fr3510071011
Fr3510071011
 
Ev35854858
Ev35854858Ev35854858
Ev35854858
 
Em35787792
Em35787792Em35787792
Em35787792
 
Fk35963966
Fk35963966Fk35963966
Fk35963966
 
Fv3510271037
Fv3510271037Fv3510271037
Fv3510271037
 
Gv3512031207
Gv3512031207Gv3512031207
Gv3512031207
 
Ha3512291233
Ha3512291233Ha3512291233
Ha3512291233
 
Hg3512751279
Hg3512751279Hg3512751279
Hg3512751279
 
Gw3512081212
Gw3512081212Gw3512081212
Gw3512081212
 
Gq3511781181
Gq3511781181Gq3511781181
Gq3511781181
 
Gk3511271132
Gk3511271132Gk3511271132
Gk3511271132
 
Gl3511331144
Gl3511331144Gl3511331144
Gl3511331144
 
Gg3511071112
Gg3511071112Gg3511071112
Gg3511071112
 
Gh3511131117
Gh3511131117Gh3511131117
Gh3511131117
 
Gj3511231126
Gj3511231126Gj3511231126
Gj3511231126
 
Gc3510651086
Gc3510651086Gc3510651086
Gc3510651086
 
Fx3510401044
Fx3510401044Fx3510401044
Fx3510401044
 
Gt3511931198
Gt3511931198Gt3511931198
Gt3511931198
 
Gz3512221228
Gz3512221228Gz3512221228
Gz3512221228
 

Similar to Fz3510511056

Shunt Faults Detection on Transmission Line by Wavelet
Shunt Faults Detection on Transmission Line by WaveletShunt Faults Detection on Transmission Line by Wavelet
Shunt Faults Detection on Transmission Line by Wavelet
paperpublications3
 
Sub519
Sub519Sub519
A230108
A230108A230108
G010144450
G010144450G010144450
G010144450
IOSR Journals
 
Detection and Location of Faults in 11KV Underground Cable by using Continuou...
Detection and Location of Faults in 11KV Underground Cable by using Continuou...Detection and Location of Faults in 11KV Underground Cable by using Continuou...
Detection and Location of Faults in 11KV Underground Cable by using Continuou...
IOSR Journals
 
Ih3514441454
Ih3514441454Ih3514441454
Ih3514441454
IJERA Editor
 
Lp3619931999
Lp3619931999Lp3619931999
Lp3619931999
IJERA Editor
 
C231924
C231924C231924
Signal-Energy Based Fault Classification of Unbalanced Network using S-Transf...
Signal-Energy Based Fault Classification of Unbalanced Network using S-Transf...Signal-Energy Based Fault Classification of Unbalanced Network using S-Transf...
Signal-Energy Based Fault Classification of Unbalanced Network using S-Transf...
idescitation
 
I0423056065
I0423056065I0423056065
I0423056065
ijceronline
 
Power Quality Identification Using Wavelet Transform: A Review
Power Quality Identification Using Wavelet Transform: A ReviewPower Quality Identification Using Wavelet Transform: A Review
Power Quality Identification Using Wavelet Transform: A Review
paperpublications3
 
Transient Monitoring Function based Fault Classifier for Relaying Applications
Transient Monitoring Function based Fault Classifier for Relaying Applications Transient Monitoring Function based Fault Classifier for Relaying Applications
Transient Monitoring Function based Fault Classifier for Relaying Applications
IJECEIAES
 
Advance technology in power systems
Advance technology in power systemsAdvance technology in power systems
Advance technology in power systems
mkanth
 
Advance technology in power systems
Advance technology in power systemsAdvance technology in power systems
Advance technology in power systems
mkanth
 
Z35149151
Z35149151Z35149151
Z35149151
IJERA Editor
 
WAVELET- FUZZY BASED MULTI TERMINAL TRANSMISSION SYSTEM PROTECTION SCHEME IN ...
WAVELET- FUZZY BASED MULTI TERMINAL TRANSMISSION SYSTEM PROTECTION SCHEME IN ...WAVELET- FUZZY BASED MULTI TERMINAL TRANSMISSION SYSTEM PROTECTION SCHEME IN ...
WAVELET- FUZZY BASED MULTI TERMINAL TRANSMISSION SYSTEM PROTECTION SCHEME IN ...
Wireilla
 
WAVELET- FUZZY BASED MULTI TERMINAL TRANSMISSION SYSTEM PROTECTION SCHEME IN ...
WAVELET- FUZZY BASED MULTI TERMINAL TRANSMISSION SYSTEM PROTECTION SCHEME IN ...WAVELET- FUZZY BASED MULTI TERMINAL TRANSMISSION SYSTEM PROTECTION SCHEME IN ...
WAVELET- FUZZY BASED MULTI TERMINAL TRANSMISSION SYSTEM PROTECTION SCHEME IN ...
ijfls
 
Icaee paper id 116.pdf
Icaee paper id 116.pdfIcaee paper id 116.pdf
Icaee paper id 116.pdf
shariful islam
 
Wavelet energy moment and neural networks based particle swarm optimisation f...
Wavelet energy moment and neural networks based particle swarm optimisation f...Wavelet energy moment and neural networks based particle swarm optimisation f...
Wavelet energy moment and neural networks based particle swarm optimisation f...
journalBEEI
 
A New Approach for Classification of Fault in Transmission Line with Combinat...
A New Approach for Classification of Fault in Transmission Line with Combinat...A New Approach for Classification of Fault in Transmission Line with Combinat...
A New Approach for Classification of Fault in Transmission Line with Combinat...
International Journal of Power Electronics and Drive Systems
 

Similar to Fz3510511056 (20)

Shunt Faults Detection on Transmission Line by Wavelet
Shunt Faults Detection on Transmission Line by WaveletShunt Faults Detection on Transmission Line by Wavelet
Shunt Faults Detection on Transmission Line by Wavelet
 
Sub519
Sub519Sub519
Sub519
 
A230108
A230108A230108
A230108
 
G010144450
G010144450G010144450
G010144450
 
Detection and Location of Faults in 11KV Underground Cable by using Continuou...
Detection and Location of Faults in 11KV Underground Cable by using Continuou...Detection and Location of Faults in 11KV Underground Cable by using Continuou...
Detection and Location of Faults in 11KV Underground Cable by using Continuou...
 
Ih3514441454
Ih3514441454Ih3514441454
Ih3514441454
 
Lp3619931999
Lp3619931999Lp3619931999
Lp3619931999
 
C231924
C231924C231924
C231924
 
Signal-Energy Based Fault Classification of Unbalanced Network using S-Transf...
Signal-Energy Based Fault Classification of Unbalanced Network using S-Transf...Signal-Energy Based Fault Classification of Unbalanced Network using S-Transf...
Signal-Energy Based Fault Classification of Unbalanced Network using S-Transf...
 
I0423056065
I0423056065I0423056065
I0423056065
 
Power Quality Identification Using Wavelet Transform: A Review
Power Quality Identification Using Wavelet Transform: A ReviewPower Quality Identification Using Wavelet Transform: A Review
Power Quality Identification Using Wavelet Transform: A Review
 
Transient Monitoring Function based Fault Classifier for Relaying Applications
Transient Monitoring Function based Fault Classifier for Relaying Applications Transient Monitoring Function based Fault Classifier for Relaying Applications
Transient Monitoring Function based Fault Classifier for Relaying Applications
 
Advance technology in power systems
Advance technology in power systemsAdvance technology in power systems
Advance technology in power systems
 
Advance technology in power systems
Advance technology in power systemsAdvance technology in power systems
Advance technology in power systems
 
Z35149151
Z35149151Z35149151
Z35149151
 
WAVELET- FUZZY BASED MULTI TERMINAL TRANSMISSION SYSTEM PROTECTION SCHEME IN ...
WAVELET- FUZZY BASED MULTI TERMINAL TRANSMISSION SYSTEM PROTECTION SCHEME IN ...WAVELET- FUZZY BASED MULTI TERMINAL TRANSMISSION SYSTEM PROTECTION SCHEME IN ...
WAVELET- FUZZY BASED MULTI TERMINAL TRANSMISSION SYSTEM PROTECTION SCHEME IN ...
 
WAVELET- FUZZY BASED MULTI TERMINAL TRANSMISSION SYSTEM PROTECTION SCHEME IN ...
WAVELET- FUZZY BASED MULTI TERMINAL TRANSMISSION SYSTEM PROTECTION SCHEME IN ...WAVELET- FUZZY BASED MULTI TERMINAL TRANSMISSION SYSTEM PROTECTION SCHEME IN ...
WAVELET- FUZZY BASED MULTI TERMINAL TRANSMISSION SYSTEM PROTECTION SCHEME IN ...
 
Icaee paper id 116.pdf
Icaee paper id 116.pdfIcaee paper id 116.pdf
Icaee paper id 116.pdf
 
Wavelet energy moment and neural networks based particle swarm optimisation f...
Wavelet energy moment and neural networks based particle swarm optimisation f...Wavelet energy moment and neural networks based particle swarm optimisation f...
Wavelet energy moment and neural networks based particle swarm optimisation f...
 
A New Approach for Classification of Fault in Transmission Line with Combinat...
A New Approach for Classification of Fault in Transmission Line with Combinat...A New Approach for Classification of Fault in Transmission Line with Combinat...
A New Approach for Classification of Fault in Transmission Line with Combinat...
 

Recently uploaded

Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 

Recently uploaded (20)

Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 

Fz3510511056

  • 1. P.Srinivasa Rao et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1051-1056 RESEARCH ARTICLE www.ijera.com OPEN ACCESS Pattern Recognition Approach for Fault Identification in Power Transmission Lines P.Srinivasa Rao1 and B.Baddu Naik2 Abstract This paper presents an improved algorithm for fault detection and classification of transmission line fault current signals using MATLAB/SIMULINK. The proposed algorithm presents a fault discrimination method based on the three-phase current and voltage waveforms measured when fault events occur in the power transmission-line network. The algorithm for fault classification employs wavelet multi resolution analysis (MRA) to overcome the difficulties associated with conventional voltage and current based measurements due to effect of factors such as fault inception angle, fault impedance and fault distance. The proposed algorithm for fault location, different from conventional algorithms that are based on deterministic computations on a welldefined model to be protected, employs wavelet transform. The wavelet transform captures the dynamic characteristics of the non-stationary transient fault signals using wavelet MRA coefficients. Index Terms– Wavelet transforms Multi resolution analysis (MRA), Fault classification, Transmission lines. I. INTRODUCTION Faults on transmission line can be caused by lightning strikes, flashover on contaminated insulator surface, broken conducting line, short circuit between conducting lines, etc. Electromagnetic transients in power systems result from a variety of disturbances on transmission lines, such as faults, are extremely important [2]. A fault occurs when two or more conductors come in contact with each other or ground in three Phase systems, faults are classified as Single line-to-ground faults, Line-to-line faults, Double lineto-ground faults, and three phase faults. For it is at such times that the power system components are subjected to the greatest stresses from excessive currents These faults give rise to serious damage on power system equipment. Fault which occurs on transmission lines not only effects the equipment but also the power quality. So, it is necessary to determine the fault type and location on the line and clear the fault as soon as possible in order not to cause such damages. Flashover, lightning strikes, birds, wind, snow and ice-load lead to short circuits. Deformation of insulator materials also leads to short circuit faults. It is essential to detect the fault quickly and separate the faulty section of the transmission line. Locating ground faults quickly is very important for safety, economy and power quality. Wavelet theory is the mathematics, which deals with building a model for non-stationary signals, using a set of components that look like small waves, called wavelets. It has become a well-known useful tool since its introduction, especially in signal and image processing. II. WAVELET TRANSFORMS Wavelet Transform represents the signal as a sum of wavelets at different locations and scales. Wavelet is a wave form of effectively limited duration www.ijera.com with an average value of zero. Wavelet is asymmetric and irregular wave. Fig.2.1. represents the typical wavelet. Sharp changes can be better analyzed with an irregular wavelet than using a smooth sinusoid. Fig.2.1. Representation of the typical wavelet. By using wavelets, the sub band information regarding different harmonics can be extracted from the original signal. Db4 as mother wavelet and 12.5 KHz as the sampling frequency decompose the signal and calculate the summation coefficients. The fault current signals are non stationary in nature. Therefore, conventional Fourier transform and short time Fourier transforms are inadequate to deal with such signals. The Wavelet theory and its applications are rapidly developing fields in applied mathematics and signal analysis. The wavelet transform is a tool that divides up data into different frequency components, and then evaluates each component with a resolution matched to its scale. The wavelet transform is useful in analyzing the transient phenomena associated with transmission-line faults and/or switching operations. Wavelet analysis is the breaking up of a signal into shifted and scaled version of the original (or mother) wavelet. Scaling a wavelet means stretching (or compressing) it. Shifting a wavelet simply means delaying its onset [10]. 1051 | P a g e
  • 2. P.Srinivasa Rao et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1051-1056 Analogous to the relationship between continuous Fourier transform (FT) and Discrete Fourier Transform (DFT), the continuous wavelet transform (CWT) has a digitally implement able counterpart known as the Discrete Wavelet Transform (DWT). III. FAULTS CLASSIFICATION USING WAVELET TRANSFORM The discrete wavelet transform (DWT) is normally implemented by Mallat’s algorithm its formulation is related to filter bank theory. Wavelet transform is largely due to this technique, which can be efficiently implemented by using only two filters, one high pass (HP) and one low pass (LP) at level (k). The results are down-sampled by a factor two and the same two filters are applied to the output of the low pass filter from the previous stage. The high pass filter is derived from the wavelet function (mother wavelet) and measures the details in a certain input. The low pass filter on the other hand delivers a smoothed version of the input signal and is derived from a scaling function, associated to the mother wavelet [9] & [10]. Given a function f ( t ) , its continuous wavelet transform (WT) will be calculated as follows: DWTX ( m, n; Y )  www.ijera.com signal recorded from a physical measuring device. This signal is to be decomposed into a detailed and smoothed representation. From the MRA technique, the decomposed signals at scale 1 are c1(n) and d1(n) ,where c1(n) is the smoothed version of the original signal (or approximation), and d1(n) is the detailed representation of the original signal c0(n) in the form of wavelet transform coefficients. They are defined as Where h (n) and g (n) are the associated filter coefficients that decompose c 0 (n) in to c 1 (n) and d1(n) respectively. That means in first stage decomposition the original signal is divided into two halves of frequency bandwidth. The next higher scale decomposition is now based on the signal c 1(n). The decomposed signal at scale 2 is given by   x(u ) y m, n (u )  Where Yn, m (u) = sm/2 Y (sm0 , u − nt0). The most natural choice (s0 = 2, t0 = 1) corresponds to the dyadic sampling of the time-scale plane. Using such a sampling we obtain that the family of atoms Yn, m (u), m, n, Z form an orthonormal basis. Higher scale decompositions are performed in the same way as described above. Thus the procedure is repeated until the signal is decomposed to a predefined certain level. The set of signals thus attained represent the same original signal, but all corresponding to different frequency bands. Signal L1 L2 H1 H2 Fig.3.1.Discreet Wavelet Transform (DWT) representation of a Signal. Splitting of MRA subspaces: G 0(z) = 1 /2 g 0 [k]z k G 1(z) = 1/2 g 1 [k]z k 3.1. Wavelet Decomposition Scheme by MultiResolution Analysis: In MRA, wavelet functions and scaling functions are used as building blocks to decompose and construct the signal at different resolution levels. The wavelet function will generate the detail version of the decomposed signal and the scaling function will generate the approximated version of the decomposed signal. That is wavelet function constitutes the high pass digital filter and the scaling function constitutes low pass digital filter. Let c0 (n) be a discrete –time www.ijera.com Fig.3.2. Representation of Multi-Resolution Analysis. 1052 | P a g e
  • 3. P.Srinivasa Rao et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1051-1056 ↓2 G0 Down sampled LPF signal Sn signal ↓2 G1 Down sampled HPF signal Fig.3.3. Channel analysis filter bank Down sampled LPF signal ↑2 G’0 Sn Down sampled HPF signal Reconstructed signal ↑2 G’1 Fig.3.4. Channel synthesis filter bank Wavelet transforms converts amplitude versus time signal to scale versus time signal. Wavelet is a waveform of effectively limited duration that has an average value of zero. The actual implementation of discrete wavelet transform is done by multi resolution analysis. By MRA, a signal can be analyzed is decomposed into a smooth approximation. The approximation is further decomposed into an approximation and a detail and the process is repeated. The decomposition of signal is obtained by successive high pass and low pass filtering of the time domain signal. The successive stages of decomposition are known as levels and the above procedure is known as sub band coding. The sub band information is useful for fault classification. The transmission line faults in power system are usually classified as Symmetrical faults and Unsymmetrical faults. A three-phase fault is called a symmetrical type of fault. In a three phase fault, all the three phases are short circuited. There may be two situations—all the three phases may be short circuited to the ground or may be shortcircuited without involving the ground. Single-phase to ground, two phase to ground, phase to phase short circuits; single phase open circuit and two phase open circuit are unsymmetrical types of faults [1]. IV. FAULT CASES STUDY AND RESULTS A 3 phase transmission line rated 400kV and length of line is 300km has been considered for the case study. The circuit diagram of the transmission line fault analysis is shown in Fig.4.1. Fig.4.1. Sample power system network The fault analysis of transmission lines involves transient phenomena. Therefore, the positive, negative and zero sequence parameters of the source as well as transmission lines are necessary. www.ijera.com www.ijera.com Table: 4.1. Sequence Parameters of Source and Line The various line parameters pertaining to Source Positive, negative sequence 0.45+j5 parameters Zero sequence 0.675+j7.5 (Impedance Ω) Line Inductance Positive, negative sequence 0.95 (mH/km) Zero sequence 3.25 Line capacitance Positive, negative sequence 0.0124 (µF/km) Zero sequence 0.0084 Line resistance Positive, negative sequence 0.0234 (Ω/km) Zero sequence 0.3885 source as well as transmission line are shown in table. An active load of 500MW and a reactive load of 20MVAR (inductive) are used for the analysis. The fault may appear at any instant of time, and thus voltage or current ranging from 0 to 360 degrees. The angle at which fault occurs is called fault inception angle and it effects the amplitude of fault current. The fault distance changes then corresponding line impedance changes which is going change the fault current. Fault resistance also affects the fault current. Fault resistance increases fault current decreases [1]. The faults currents are generated using MATLAB shown in figures for fault condition of L-G, L-L, and L-L-L. More ever, the sampling time considered in the analysis is 80us, which correspond to a sampling frequency of 12.5 kHz, and the total number of wavelet levels considered is 10. Therefore a 10th level wavelet output corresponds to a frequency band of 6.25-12.5 kHz. Down sampling by two at each succeeding level will lead to a 3rd level output corresponding to a frequency band of 97-195 Hz,i.e. it includes 2nd and 3rd Harmonics components which are predominant in case of transmission line faults. The wavelet toolbox in MATLAB has been used for DWT operation. Different decomposition levels such as a3 (Approximation at level three); detail levels one, two, three, represented as d1, d2, d3, respectively can be extracted using wavelet toolbox. The tables give summations of wavelet coefficients of 3 rd values for current in phases A, B and C respectively for L-L-L fault for different fault inception angles and fault locations. Similarly we can tabulate for other type of fault also. For all other faults such as single line to ground (L-G), double line to ground (L-L-G), double line (L-L), and three phase symmetrical (L-L-L) faults also have been extensively investigated for about 1000 simulations with different values of fault impedance value and fault inception angles. Thus it was verified that the algorithm consistently yielded right classification and all cases have not been reported as it would turn to be voluminous [1]. Different types of power system faults are created using simulation model as shown, at different fault distances having different fault inception angles with different fault resistance. The wave forms are shown below. 1053 | P a g e
  • 4. P.Srinivasa Rao et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1051-1056 Fig.4.2. Ia, Ib, Ic for LG Fault at D==200Km, FIA=600 In order to reduce the computational burden the sampling frequency should not be too high but it should be high enough to capture the information of fault. By randomly shifting the point of fault on transmission line, more number of simulations was being carried out. The generated current signal for each case is analyzed using wavelet transform. A sampling frequency of 12.5 kHz is selected. Daubechies wavelet Db4 is used as mother wavelet since it has good performance results for power system fault analysis. Detail coefficients of fault current signal in 6th level (d6), gives the frequency components corresponding to second and third harmonics. On this basis, summation of 6th level detail coefficients of the three phase currents Ia , Ib and Ic are being used for the purpose of detection and classification of faults in the transmission line. V. Fig.4.3. Ia, Ib, Ic for LL Fault at D==200Km, FIA=600. www.ijera.com FAULT DETECTION AND CLASSIFICATION ALGORITHM In the simulation model, different types of faults are created at different FIA. The current wave forms are shown in the figures. Let Sa, Sb, Sc be the summation of sixth level detail coefficients for current signals for A, B, C phases respectively. Tables (5.1. to 5.4.) show the values of Sa, Sb, Sc for different types of faults. Fig.4.4.. Ia, Ib, Ic for LLG Fault at D==200Km, FIA=600. Fig.4.5. Ia, Ib, Ic for LLL Fault at D==200Km, FIA=600. Fig.5.1.Algorithm for Transmission line fault classification www.ijera.com 1054 | P a g e
  • 5. P.Srinivasa Rao et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1051-1056 From these tables it is observed that the magnitudes of Sa, Sb, Sc increases whenever any fault occurs in a transmission line. Based on the sampling rate the signal is divided into 12 decomposition levels. Among different levels only 6th level is consider for analysis because the frequency corresponding to this level is covering 2nd and 3rd harmonics which are dominant in the fault conditions. Based on 6th level detail coefficients, an efficient algorithm proposed [1]. The transmission line faults in a power system are usually classified as L-G, L-L-G, L-L and L-L-L. Let Sa, Sb, Sc be the coefficients obtained from the summation of 6th level wavelet detail coefficients for currents in phases A, B and C. When the algebraic sum of Sa, Sb, Sc is zero, then it can be either L-L-L or L-L. To differentiate these two, the summation of any two phases is zero, and remaining healthy coefficient is very small value in L-L fault. Algebraic sum is not equal to zero, then it be either L-G or L-L-G. If the absolute values of any two coefficients are equal and much smaller than absolute value of remaining coefficients, then it is L-G fault. If the absolute value of any two coefficients is not equal to zero and is always much higher than the absolute value of remaining coefficients, then it is an L-L-G. The results tabulated show the efficiency of the fault classification of algorithm using db4 wavelet for different fault locations, fault resistances and FIA and the algorithm was verified. Table: 5.1. L-G fault with different fault distances the values of Sa, Sb, Sc with FIA= 600 10(km) 50(km) 100(km) 150(km) 200(km) Sa 15.1059 4.9285 2.8547 2.1022 1.7146 Sb -0.0126 0.0132 0.0171 0.0173 0.0192 Sc -0.0977 -0.0717 -0.0680 -0.0679 -0.0659 The summation of detail coefficients of all three phases sum is not equal to zero for L-G and L-LG, which is used to discriminate L-G, L-L-G from LL and L-L-L. Faulty phase summation value is very high compared to healthy phases. Healthy phase summation values are almost equal. Table: 5.2. L-L-G fault with different fault distances the values of Sa, Sb, Sc with FIA=600 10(km) 50(km) 100(km) 150(km) 200(km) Sa 15.7126 5.9805 3.6592 2.7750 2.3212 Sb 4.3505 0.3525 -0.1435 -0.3453 -0.4294 Sc -0.1454 -0.1748 -0.1912 -0.2064 -0.2219 www.ijera.com www.ijera.com The summation of detail coefficients sum is not equal to zero and all three phases have different summation values (summation coefficients of any two phases is not equal), which is used to discriminate L-G from L-L-G. Table: 5.3. L-L fault with different fault distances the values of Sa, Sb, Sc with FIA=600 10(km) 50(km) 100(km) 150(km) 200(km) Sa 5.3812 2.8239 1.9327 1.5714 1.3852 Sb -5.3613 -2.8041 -1.9129 -1.5514 -1.3652 Sc -0.0199 -0.0197 -0.0198 -0.0199 -0.0199 The summation coefficients in any two phases are equal and the third healthy phase value is very less compared to two faulty phases. Table: 5.4. L-L-L fault with different fault distances the values of Sa, Sb, Sc with FIA=600 10(km) 50(km) 100(km) 150(km) 200(km) Sa 23.9728 10.0702 6.0231 4.4194 3.5874 Sb 12.3156 4.4424 2.1780 1.2965 0.8346 Sc -36.2884 -14.5126 -8.2011 -5.7159 -4.4220 The summation of detail coefficients of three phases sum is zero but all three phase summation values are different, in L-L fault two phases have a same value, which is used to discriminate L-L from L-L-L. VI. CONCLUSION Wavelet multi resolution analysis is found to be most suitable for extracting the information from transient fault signals. Second and third order harmonics are dominant in the fault signals and are hence chosen for the analysis (d6 coefficients) and Db4 as mother wavelet. Using wavelet MRA technique, the summation of detail coefficients for sixth level are extracted from the current signal. From the magnitude of detail coefficient summations, the presence of fault in a particular phase is detected. A generalized algorithm based on wavelets has been verified for the classification of transmission line faults. The most important of this algorithm is independent of fault location, impedance and inception angle. S-Transform is an extension to the idea of wavelet transform, and is based on a moving and scalable localizing Gaussian window. It can be used for the detection of power system fault analysis. 1055 | P a g e
  • 6. P.Srinivasa Rao et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1051-1056 REFERENCES [1]. M. Jayabharata Reddy, and D.K. Mohanta, “A wavelet-fuzzy combined approach forclassification and location of transmission line faults “,International journal of Electrical Power and Energy system, Volume 29, Issue 9, pp 669-678, November 2007. [2]. P. Chiradeja and C. Pothisarn “Identification of the Fault Location for Three- Terminal Transmission Lines using Discrete Wavelet Transforms” IEEE T&D Asia 2009. [3]. Jianyin liu, Zhong Zheng “ Fault Location and Type Identification on Transmission Line Using a Novel Traveling Wave Method” 2012 International Conference on High Voltage Engineering and Application, Shanghai, China, September 17-20, 20129781-4673-4746-4/12/$31.00 ©2012 IEEE 290. [4]. Shao Wenquan, Suonan Jiale “Single-phase Permanent Fault Detection for Reactored EHV/UHV Transmission Lines” 978-1-42446255-1/11/$26.00 ©2011 IEEE. [5]. A. Jamehbozorg and S. M. Shahrtash “A Decision Tree-Based Method for Fault Classification in Double-Circuit Transmission Lines” IEEE Transactions On Power Delivery, Vol. 25, No. 4, October 2010. [6]. Zhengyou He, Ling Fu, Sheng Lin, and Zhiqian Bo “Fault Detection and Classification in EHV Transmission Line Based on Wavelet Singular Entropy” IEEE Transactions On Power Delivery, Vol. 25, No. 4, October 2010. [7]. Chul-Hwan Kim, Hyun Kim, Young-Hun Ko, Sung-Hyun Byun, Raj K. Aggarwal, and Allan T. Johns, “A Novel Fault-Detection Technique of High-Impedance Arcing Faults in Transmission Lines Using the Wavelet Transform” EEE Transactions on Power Delivery VOL. 17, NO. 4, OCTOBER 2002. [8]. D. Chanda, N. K. Kishore, A. K. Sinha, “A Wavelet Multi resolution Analysis for Location of Faults on Transmission Lines”, Electrical Power & Energy Systems, Vol. 25, pp.59-69, October, 2003. [9]. T. M. Lai, L. A. Snider, E. Lo, Member,and D. Sutanto, “High-Impedance Fault Detection Using Discrete Wavelet Transform and Frequency Range and RMS Conversion” IEEE Transactions on Power DelieveryY, VOL. 20, NO. 1, JANUARY 2005. [10]. Fernando H. Magnago and Ali Abur, “Fault Location Using Wavelets” IEEE Transactions on Power Delivery, Vol. 13, No. 4, October 1998. www.ijera.com www.ijera.com [11]. S.A.Shaaban and Prof.Takashi Hiyama, “Transmission Line Faults Classification Using Wavelet Transform” Proceedings of the 14th International Middle East Power Systems Conference (MEPCON’10), Cairo University, Egypt, December 19-21, 2010, Paper ID 225. [12]. T. B. Littler and d. J. Morrow, "Wavelets for the Analysis and Compression of Power System Disturbances," IEEE Transactions on Power Delivery, vol. 14, pp. 358-364, Apr. 1999. [13]. A.H. OSMAN, O.P. MALIK, "Protection of Parallel Transmission Lines Using Wavelet Transform", IEEE Transactions on Power Delivery .vol. 19, no. 1, pp. 49-55, 2004. [14]. J Liang S Elangovan and J B X Devotta “ A Wavelet Multiresolution analysis approach to fault detection and classification in transmission lines” Electrical power and energy systems, vol 20, No 5, pp 327332,1998. [15]. O. A. S. Youssef, "Fault Classification Based On Wavelet Transforms," IEEE T&D Conference., Atlanta, GA, Oct. 28- Nov. 2, 2001. 1. Srinivasa Rao Pasarla is currently Pursuing M. Tech in Power system control and automation, Department of Electrical Engineering, P.V.P Siddhartha Institute of Technology, Vijayawada, A.P., INDIA. Email: srinu.pasarla@gmail.com 2 Baddu Naik. B received The B.Tech.degree in electrical and electronics engineering from P.V.P Siddhartha Institute of Technology, and M.Tech. Degree in power system with high voltage engineering from the Jawaharlal Nehru technological university Kakinada, A.P., INDIA. Presently he has been working as a assistant professor in the Electrical Engineering Department in P.V.P Siddhartha Institute of Technology. His main research areas include power system deregulation, FACTS, power system protection. Email: baddunaik@gmail.com 1056 | P a g e