Wavelet-Based Event Detection Method Using PMU Data
Wavelet-Based Event Detection Method Using PMU Data
I. I NTRODUCTION
ONITORING wide area power systems has become an
important issue for the reliable operation of modern
power systems that have become complicated by developments
of new technology including increase in energy demands,
renewable resource, and high-voltage dc (HVDC) transmission. In order to provide the information to prevent or relieve
the serious malfunctions in power systems, wide area monitoring systems have been implemented to have a capability
of detecting abrupt symptoms in real-time. Implementation of
phasor measurement units (PMUs) is considered one of the
most efficient real-time monitoring devices as it can improve
the ability to monitor wide area of the electric power grid. For
Manuscript received March 18, 2015; revised July 29, 2015 and
August 30, 2015; accepted September 1, 2015. This work was supported
in part by the National Research Foundation (NRF) of Korea through
the Ministry of Science, Information and Communications Technologies,
and Future Planning under Grant NRF-2014R1A2A1A01004780 and
Grant NRF-2012M2A8A4055236, and in part by the Korea Electric
Power Corporation Research Institute through the Korea Electrical
Engineering and Science Research Institute under Grant R13TA20.
Paper no. TSG-00317-2015. (Corresponding author: Yong-June Shin.)
The authors are with the School of Electrical and Electronic Engineering,
Yonsei University, Seoul 120-749, Korea (e-mail: yongjune@yonsei.ac.kr).
Color versions of one or more of the figures in this paper are available
online at http://ieeexplore.ieee.org.
Digital Object Identifier 10.1109/TSG.2015.2478421
example, the root mean square (RMS) data of voltage and current can be obtained at the rate of 30 or 60 samples/s by PMU
system, while they are acquired at the rate of 4 or 5 samples/s
in the traditional supervisory control and data acquisition system [1]. Therefore, signals measured by PMU are expected
to have a precision high enough to represent events that contribute to the serious malfunctions in power systems such as
large area blackout [2], [3].
Nevertheless, nonstationary characteristics in PMU data
make detection task difficult because there is no tendency
or fundamental frequency in PMU signals. There have been
numerous discussions about event detection to determine the
event occurrences that are represented in PMU signals [4], [5].
Examples of event detection techniques include voltage and
frequency stability diversities between each moving average
value [6], linear principal component analysis based approach
to analyze dimensional reduction of synchrophasor data [7],
and geographical visualization of PMU data [8]. This paper
is also motivated by the needs of automated real-time monitoring for synchrophasor data to enable potential applications
of power system monitoring such as [9] and [10], and proposes a PMU-based event detection technique to have robust
automatic detection capability.
The wavelet technique is an efficient signal processing
technique for PMU data that exhibit nonstationary characteristics [11]. While, there is a fair amount of research regarding
wavelet-based detection techniques for sinusoidal signals such
as [12][15], application to PMU signal requires additional
research effort because of differences in signal characteristics. Instead of harmonic analysis, a principle of wavelet-based
detection is based on abrupt changes in wavelet coefficients
caused by events such as generator trip or voltage controls.
Furthermore, in order to improve detection performance by
reducing the false alarm, we propose a normalization of variant signatures caused by instant time [16], [17] and zonal
difference in power system [18], [19].
As an application of event detection technique, detected
events can be recognized into unexpected real power events
such as generator trips, line faults, failure of substation, etc.
or automated power system control includes compensation
from capacitors, reactors, or generators. Classification is also
important with respect to power system operation as event
classification enables system to determine whether system
should take additional actions or not. In other words, real
power events require optimized actions to relieve the serious
c 2015 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission.
1949-3053
See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.
2
Fig. 1.
1
1 t
(Pm,1 + Ptie )e 2H1
(3)
2H1
1
2 t
2 (t) =
(Ptie )e 2H2
(4)
2H2
where (3) and (4) represent the frequency variations in
areas 1 and 2, respectively. From the solution of (3) and (4),
variations of frequency 1 and 2 clearly have negative steady state error. On the other hand, the interaction
between voltage and frequency controls is weak and relationship between voltage and frequency has not been thoroughly
analyzed [11], [22]. Instead, by linearizing swing equation and
voltage magnitude relation, we obtain estimation of V that
is defined as the variation of bus voltage caused by real power
event as follows:
1 (t) =
V(x) = f (x)i
(5)
where x indicates the bus locations, V(x) is the voltage variation at the bus indicated by x, i is rotor angle deviation of
ith area bus caused by frequency deviation, and f (x) is location related Jacobian function [23]. From the development of
equations that indicate the indirect relation between the voltage and real power, we can conclude that the frequency signal
functions as an indicator of real power event occurrences.
Unlike real power events, reactive power events are caused
by generators, capacitors, or reactors, and primarily affects the
local voltage magnitudes [25], [26]. Reactive power events are
hard to explain using a reduced model, therefore, we consider
the multiple buses at each area. Reactive power injection in the
ith area is considered as one of the reactive power events, and
total reactive power injections are determined by the weighted
linear combination of generated compensation values in electrical area. The local reactive power compensation at the ith
area can be formulated by [25]
Qi =
b
j=1
PFj D(V(x))
(6)
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.
KIM et al.: WAVELET-BASED EVENT DETECTION METHOD USING PMU DATA
(a)
that wavelet has advantages in application to nonstationary signals; due to the fact that wavelet bases are obtained by scaled
and translated versions of a time-localized bases. In wavelet
analysis, expansions of a signal s(t) are represented by coefficients j,k , scale factor j, and translation factor k of designed
basis as follows [32]:
j,k j,k (t)
(7)
s(t) =
k
(b)
Fig. 2. Real-world PMUs data including generator trip event (event 1).
(a) Voltage signal. (b) Frequency signal.
2
2
n=
h0 (n)(2t n)
(8)
h1 (n)(2t n)
(9)
n=
k
dj (k)j,k (t)
(10)
k j=j0
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.
4
(a)
(a)
(b)
(c)
(b)
(d)
Fig. 3. Wavelet decomposition of event 1 voltage signal provided in Fig. 2(a).
(a) Voltage signal. (b) d2 coefficients. (c) d1 coefficients. (d) d0 coefficients.
(11)
(12)
Then, we define the modified wavelets energy (MWE) function to calculate the RMS value of detail coefficients in moving
window as follows:
Nj
J
1
dj,k [n]2
MWE(n; N, J) =
(13)
N
j=1 k=1
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.
KIM et al.: WAVELET-BASED EVENT DETECTION METHOD USING PMU DATA
Fig. 6.
Fig. 5.
(a)
(b)
Fig. 7. Real-world PMUs data including event 2 case. (a) Voltage signal.
(b) Frequency signal.
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.
6
Fig. 8.
Application of real power event provided in Fig. 7. (a) Voltage MWE. (b) Frequency MWE.
Fig. 9.
Application of real power event provided in Fig. 7. (a) Voltage NWE. (b) Frequency NWE.
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.
KIM et al.: WAVELET-BASED EVENT DETECTION METHOD USING PMU DATA
Fig. 10.
Application of reactive power event provided in Fig. 7. (a) Voltage NWE. (b) Frequency NWE.
(a)
(a)
(b)
(b)
Fig. 11. Peak values of NWE at real power event point. (a) Voltage data.
(b) Frequency data.
Fig. 12. Peak value of NWE at reactive power event point. (a) Voltage data.
(b) Frequency data.
[Fig. 9(a)] for the event 2 case. In the event 2 case, voltage
signals measured at P10P13 PMUs have a high disturbance
at ambient time. For this reason, P10P13 PMUs in Fig. 8(a)
have notably high values for the entire observation time, and
those high value in ambient time will be the cause of invalid
detections. Whereas, there is no notable value in NWE for
ambient time excepting the event at around 60 min as shown
in Fig. 9(a). It means that NWE is more effective detector
to improve detection reliability than MWE considering the
application to real-world data.
Beside the successful detection of the real power event, a
reactive power event is also detected as a high value of NWE
between 4.48 and 29.00 at around 10 min, and plotted over
the time and PMU number in Fig. 10. From the observation
of Fig. 10, the voltage data of zone 2 are detected as an event.
As shown in Figs. 2 and 7, there is no sharp signature in the
frequency signal of the reactive power event case, thus there
is no detected point in Fig. 10(b). It also shares context that
frequency works well as a real power event indicator discussed
in Section II.
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.
8
into one zone. For this reason, the estimation of event location is more accurate in reactive power event than real power
events. Nevertheless, the reactive power events case has the
limitation that events can only be detected in the monitoring
area unlike real power event. Regarding the frequency analysis,
Fig. 12(b) shows that reactive power events barely influence
the frequency as discussed in Section II.
The successful detection results of event 2 case are illustrated through Figs. 812. Owing to the limited space, we
cannot present results of other events, but the proposed algorithm can successfully detect and classify the real-world events
similar to the event that we discussed in this paper. As a result
we can prove the efficacy of proposed detection method and
their application to Korea power system.
VI. C ONCLUSION
In this paper, monitoring the time-synchronized voltage and
frequency signal is proposed as a method for determining the
event occurrence and classifying event types. For this purpose, normalized value of the wavelet coefficient energy is
proposed as a criterion for determining event occurrence, and
is defined as an NWE function. The proposed NWE is applied
to real-world PMU event data set that includes generator trip
event cases and reactive power events. Results are presented
then with 3-D graphics to be plotted over the time and PMU
number, and results indicate that the proposed technique can
provide a robust detection of power system events. Besides
the detection of event occurrences, one can obtain the localized information of events that include event types and zonal
information of event occurrences via the proposed method.
Thus, the proposed method can be considered as a successful real-time monitoring tool on PMU, and has the possibility
to become real-time event location estimator and event classifier. In future works, we will demonstrate the more specified
relationship between NWE and event locations, which will be
used to find event locations.
R EFERENCES
[1] S. G. Ghiocel et al., Phasor-measurement-based state estimation for
synchrophasor data quality improvement and power transfer interface
monitoring, IEEE Trans. Power Syst., vol. 29, no. 2, pp. 881888,
Mar. 2014.
[2] J. De La Ree, V. Centeno, J. S. Thorp, and A. G. Phadke, Synchronized
phasor measurement applications in power systems, IEEE Trans.
Smart Grid, vol. 1, no. 1, pp. 2027, Jun. 2010.
[3] Y. V. Makarov et al., PMU-based wide-area security assessment:
Concept, method, and implementation, IEEE Trans. Smart Grid, vol. 3,
no. 3, pp. 13251331, Sep. 2012.
[4] F. Hashiesh, H. E. Mostafa, A. R. Khatib, I. Helal, and M. M. Mansour,
An intelligent wide area synchrophasor based system for predicting and
mitigating transient instabilities, IEEE Trans. Smart Grid, vol. 3, no. 2,
pp. 645652, Jun. 2012.
[5] E. Cotilla-Sanchez, P. D. H. Hines, and C. M. Danforth, Predicting
critical transitions from time series synchrophasor data, IEEE Trans.
Smart Grid, vol. 3, no. 4, pp. 18321840, Dec. 2012.
[6] K. Seethalekshmi, S. N. Singh, and S. C. Srivastava, A synchrophasor
assisted frequency and voltage stability based load shedding scheme for
self healing of power system, IEEE Trans. Smart Grid, vol. 2, no. 2,
pp. 221230, Jun. 2011.
[7] L. Xie, Y. Chen, and P. R. Kumar, Dimensionality reduction of synchrophasor data for early event detection: Linearized analysis, IEEE
Trans. Power Syst., vol. 29, no. 6, pp. 27842794, Nov. 2014.
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.
KIM et al.: WAVELET-BASED EVENT DETECTION METHOD USING PMU DATA
Gyul Lee (S15) received the B.S. degree in electrical engineering from Yonsei University, Seoul,
Korea, in 2015, where he is pursuing the M.S./Ph.D.
degree with the Power IT Laboratory, School of
Electrical Engineering.
He is participating in the power system analysis
team. His current research interests include power
system data management algorithm, such as compression of synchrophasor data and big data analysis for data mining from advanced power quality
monitoring devices.