A System For The Generation and Detection of Elect
A System For The Generation and Detection of Elect
net/publication/229007775
CITATIONS READS
0 2,517
6 authors, including:
All content following this page was uploaded by Carlos León on 15 May 2014.
1 2
School of Computer Science and Engineering IRNAS
Electronic Technology Department Campus Reina Mercedes
Avda, Reina Mercedes s/n P.O. Box 1052
41012 Seville (Spain) 41080 Seville (Spain)
contact email: [email protected] phone: 34-954624711
Abstract. Power Quality is defined as the study of the damage suddenly. Harmonics, sometimes referred to as
quality of electric power lines. The detection and electrical pollution, are distortions of the normal voltage
classification of the different disturbances which cause waveforms found in ac transmission, which can arise at
power quality problems is a difficult task which requires a virtually any point in a power system. While harmonics
high level of engineering expertise. Thus, neural networks can be as destructive as transients, often the greatest
are usually a good choice for the detection and damage from these distortions lies in the loss of
classification of these disturbances. This paper describes a credibility of the power utilities vis-a-vis their customers.
powerful system, developed by the Institute for Natural The classification and identification of each one of the
Resources and Agrobiology at the Scientific Research disturbances is normally carried out from standards and
Council (CSIC) and the Electronic Technology recommendations depending on where the utilities operate
Department at the University of Seville, for the generation (IEEE in the United States, UNE in Spain, etc).
and detection (by means of neural networks) of electrical
disturbances.
Key Words
1.- Introduction
Power Quality
442-286 180
Neural Networks on Power Quality
HEADER
For the detection and classification of disturbances, ANNs Name: Impulse-01.txt
can be combined with mathematical analysis such as Ideal cycles: 5
Fourier and Wavelet transforms for the generation of Sampling period (ms): 0.156250
signal features which serve as inputs in the network [5]. END HEADER
Thus, feature extraction by wavelet transforms provides -28.171582
an unique characteristic which can represent every single -12.934081
PQ disturbance at different resolutions using the 2.334579
technique called multi-resolution signal decomposition or 17.597614
multi resolution analysis. In this way, while the detection 32.818256
of the power quality signals has tended to be easy, their 47.959835
classification is still a difficult task in which ANNs play 62.985875
an important role [6][7][8]. 77.860176
92.546906
Pattern recognition in ANNs generally requires 107.010682
preprocessing of data, feature extraction and final 121.216659
classification. One of the most important tasks in the ...
design and development process of an ANN is to generate
an adequate number of training patterns in order to Figure 2.- File from the Electrical Pattern Generator
approximate future inputs. Sometimes an optimal design
of the ANN is found but the limited number of train The type of disturbances includes: impulse, oscillation,
patterns does not give good results. In particular, in PQ a sag, swell, interruption, undervoltage, overvoltage,
great numbers of electrical patterns are necessary due to harmonics and frequency variations. In amplitude
the multiple combinations of different disturbances which disturbances (impulses, sags, swells, interruptions,
can coincide in one or various samples. Another undervoltages and overvoltages), the tool allows us that
additional problem with ANNs applied to PQ is the parameters such as amplitude, start time, final time, rising
impossibility of getting real patterns directly from the and falling slope, be configured. The edition of harmonics
power line due to the irregularity in the apparition of allows the configuration of amplitude and phases as far as
disturbances. forty harmonic levels including the possibility of adding
them an offset.
2.- Electrical Pattern Generator
For the task of training neural networks for the detection
and classification of electrical disturbances we are
developing an electrical pattern generator. The objective
of this generator is to create an unlimited number of
patterns to be used by a classification system.
181
40 40
X ( t )= A + ∑ Ai sin 2πif c t + ϕ i + B + ∑ B j sin( 2πjf m t + ϕ j
)
i =1
j =1
(3)
which shows the harmonic content and frequency
modulation.
40
M (t )= B + ∑B
j =1
j sin( 2 π jf m t + ϕ j ) (2)
• B: DC term (V).
• Bj: Amplitude of the jth harmonic of signal (V)
• fm: Fundamental frequency (Hz)
• φi: Phase of the ith harmonic (Rad) Figure 7.- Overvoltage and swell model
Considering (1) and (2) the resultant signal would end up • p: initial sample of the trapeze
as: • pip: slope of the initial ramp
182
• pfp: slope of the final ramp 3.- Electrical disturbances classifier based on
• n1: number of samples of the initial ramp Neural Networks.
• n2: number of samples of the final ramp
• t: number of samples when the climb is reached
• select: total number of samples In addition to the generation system, we have developed a
first version of a system for the detection and
classification of electrical disturbances. The system is a
detector of power line disturbances based on artificial
intelligence techniques (in particular, a first version based
on ANNs). We have used the previously described
Electrical Pattern Generator in order to carry out the ANN
training. At the moment, we have generated around one
thousand patterns of electrical signals which include all
the above-mentioned disturbances.
Figure 8.- Overvoltage
The detection system uses Wavelet transform of the
4.- Transients acquired signal for the generation of signal features
[5][6][7][8]. The aim of feature extraction by Wavelet
The electrical pattern generator models transients as a transforms was to provide an unique characteristic which
damped sine through a superposed exponential function, can represent every single PQ disturbance.
which is added to X(t) at a certain point.
For programming tasks we have used the MATLAB tool
which has some powerful toolboxes (specialized
functions) of signal, Wavelets and Neural Networks.
Output
Capa
layer
Hidden de salida
Input
Capa Capas
layers
de layer
entrada ocultas
183
The kind of ANN is a multilayer perceptron with 3 hidden Thus, we have developed an electrical pattern generator
layers with 20, 14 and 8 neurons respectively. We have which is capable of generating common disturbances
reached this structure after testing a great number of which can be found in a power line with the aim of
different numbers of neurons and layers. Although we making the training of neural networks easier. Besides,
have tested other kinds of structures like LVQ and RBF at we have developed a first version of a classifier system
the moment the best results have been reached with the based on ANNs.
perceptron.
184
[6] R. Daniels, Power quality monitoring using neural Acknowledgements
networks, Proc.1st Int. Forum Applications Neural
Networks Power Syst., 1991, pp. 195–197. The work described in this paper has been supported by
[7] C. Xiangxun, Wavelet-based Measurement and the Spanish Ministry of Science and Technology (MCYT:
Classification of Power Quality Disturbances, Power Ministerio de Ciencia y Tecnología) through project
Engineering Society Winter Meeting, 2002, vol. 2, 2002. reference number DPI2002-04420-C03-03.
[8] D. Borrás, M. Castilla, N. Moreno and J.C. Montaño,
Wavelet and neural structure: a new tool for diagnostic of
power system disturbances, IEEE Trans. on Industry
Applications, Vol. 37, No. 1, pp. 184-190, 2001.
185