Next Article in Journal
Lightning Protection of Floating Photovoltaic Power Plants—Simulation Analysis of Sample Solutions
Next Article in Special Issue
Study on the Measurement Technique and Judgment Procedure of Ultrasonic Corona Imaging Equipment
Previous Article in Journal
A Review of Non-Residential Building Renovation and Improvement of Energy Efficiency: Office Buildings in Finland, Sweden, Norway, Denmark, and Germany
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Improved Methods for UHF Localization of Partial Discharge in Air-Insulated Substations

School of Engineering, Cardiff University, Queen’s Buildings, The Parade, Cardiff CF24 3AA, UK
*
Author to whom correspondence should be addressed.
Energies 2023, 16(10), 4221; https://doi.org/10.3390/en16104221
Submission received: 26 April 2023 / Revised: 12 May 2023 / Accepted: 18 May 2023 / Published: 20 May 2023

Abstract

:
A time-difference-of-arrival-based partial discharge (PD) location system that utilises prior knowledge of substation layout is presented. We propose a new time delay estimator that employs onset detection techniques and demonstrate, through experimental results, that it is at least 2.8 times more accurate than other conventional estimators. Using knowledge of a substation’s layout, we develop a minimum mean-square-error (MMSE)-based location estimator and an algorithm that optimises antenna placement to maximise location accuracy in regions occupied by high-voltage equipment. Simulation results show that a system that uses the proposed techniques is 5.9 times more accurate than a more conventional system in a high-noise environment.

1. Introduction

Partial discharge (PD) detection and localization is often used for identifying early insulation damage in high-voltage (HV) equipment. Numerous PD testing methods are available, including acoustic, electrical, and optical techniques. However, such methods typically have poor scalability or need cumbersome connections to the equipment under test. UHF methods have instead been used for less invasive, on-line PD monitoring [1]. These methods locate PDs by measuring the time difference of arrival (TDOA) of electromagnetic waves emitted from a partial discharge to a set of four antennas with known positions. The main downside to this method is its poor location accuracy. Localization is very highly dependent on the TDOA measurements, especially when the discharge location is not surrounded by the antenna array. Due to this, the method used to obtain the time delay estimates should be highly accurate.
Many early UHF PD location systems were focused on detecting faults in gas-insulated substations or HV cables [2,3,4]. Due to the structural simplicity of those problems, PDs were only located along a single dimension. On the other hand, localizing PD in air-insulated substations often requires 3D positioning, which allows more room for localisation errors. To address this, new methods need to be developed to increase localization accuracy for air-insulated PD location systems.
In [5], it was shown that a first peak time delay estimator outperforms the more common cross-correlation method. This is partly due to the fact that since the line-of-sight signal is always the first to arrive to the antenna, algorithms based on signal start time detection are less susceptible to multipath errors than those based on signal correlation. With this idea in mind, we propose a novel time delay estimation algorithm based on onset detection techniques.
Most UHF PD location systems make no restrictions on where a PD might be located [5,6]. In a substation, it is reasonable to assume that PDs can only originate from areas that are occupied by HV equipment. In this paper, we assume prior knowledge on potential sources of partial discharge. Using this information, we make two improvements over more conventional techniques. Firstly, an MMSE-based location estimator is developed by imposing a prior distribution on discharge location. Secondly, antenna array placement is optimised to yield high location accuracy in a region of interest. This is accomplished by maximizing the determinant of the Fisher information matrix (FIM) in that region using numerical methods.
Previous work on the optimisation of sensor placement for TDOA problems by maximising either the trace [7] or the determinant [8] of the FIM looked only at optimising those quantities at one point with unconstrained sensor placement. In those cases, analytic conditions for optimality were derived. In this paper, we look at the problem of maximising the determinant of the FIM in a given region with the sensors constrained to a sphere with a given radius. This problem is intended to model the case where we wish to optimise the placement of antennas that are connected to an oscilloscope with finite-length cables to give the best location accuracy in areas occupied by HV equipment. A stochastic projected gradient (SPG) method is used to solve this problem numerically. The antenna placements given by the SPG algorithm tend to be highly irregular, making it difficult to set up the antennas in a real environment. To help with this process, we also propose a calibration method for setting up a desired coordinate system and finding antenna positions in that system.
To summarize, the work to follow contains the following contributions in chronological order:
  • A novel TDOA estimator;
  • An MMSE-based PD location estimator;
  • A numerical scheme for optimising antenna placement;
  • An antenna position calibration scheme.

2. TDOA Estimation

Time difference measurements for PD are usually acquired using cross-correlation, thresholding, peak value, or some combination of the three [6]. Multipath effects can result in significant errors when using these techniques. Multipath components superpose with the line-of-sight signal in such a way that the signals received at any two antennas are not simply time-shifted versions of one another.
By noting that the line-of-sight signal is always the first to reach an antenna, we can minimise multipath effects by looking only in a small neighbourhood of the signal start time. To achieve this, we use an onset detection algorithm followed by cross-correlation in a small region of the onset.
The onset algorithm used is based on detecting increases in the signal’s local energy content [9]. For a signal w ( t ) , define
E [ w ] = d d t ( w h T ) 2 0
where
h T ( t ) = cos 2 ( π t / T ) | t | < T / 2 0 | t | T / 2
is the Hann window function with width T, | x | 0 = x + | x | 2 is the signal rectifier, and f g denotes the cross-correlation of f with g.
This function represents the rate of change of local energy content. As seen in Figure 1, an onset present in the signal w ( t ) usually results in a peak in E [ w ] . The onset of w ( t ) can then be identified as the time when the energy content of the signal begins to increase. In other words, the onset corresponds to the lowest point on the first peak identified in E [ w ] . We can locate this point using two thresholds and some simple criteria.
Given a signal w ( t ) , the algorithm used to find the onset ω ( w ) proceeds as follows:
  • From E [ w ] , find upper and lower bounds B = max E [ w ] ( t ) / 3 and b = max E [ w ] ( t ) / 20 .
  • Find the earliest time t 1 for which E [ w ] ( t 1 ) B .
  • Obtain t 2 by repeatedly decrementing t 1 by the sampling time t s until E [ w ] ( t 2 ) b and
    2 E [ w ] ( t 2 ) E [ w ] ( t 2 + t s ) > E [ w ] ( t 2 t s )
  • Return ω ( w ) = t 2 + T / 4 .
The values chosen for the upper and lower bounds were found to work well in practice. The constant T / 4 is used to compensate for the effect the window function width has on shifting the peak of E [ w ] .
This method has the added benefit of denoising the signal, as can be seen by how E [ w ] is almost identically zero before the onset.
The window width T should be optimised to attain good selectivity while maintaining noise immunity. In practice, a value of T = 4 ns was found to produce satisfactory results.
For signals w i ( t ) , w j ( t ) , the time difference measurement t ^ i , j is then given by
t ^ i , j = ω i , j + arg max t [ ϵ , ϵ ] w i w j ( ω i , j + t )
where ω i , j = ω ( w i ) ω ( w j ) and ϵ is the corelation window size.
This assumes that each signal measures the UHF radiation from one and only one discharge. Separate methods should be used for the detection and separation of UHF PD signals.

3. Location Estimation

Given four antennas with known locations r 1 , r 2 , r 3 , r 4 and TDOAs t i , j , the point of discharge x satisfies
d 1 d 2 = c · t 1 , 2 d 2 d 3 = c · t 2 , 3 d 3 d 4 = c · t 3 , 4
where d i = | x r i | and c = 3 × 10 8 is the speed of light in free space.
Closed-form solutions of (5) exist, assuming we have exact TDOAs [10]. Measurement noise causes acquired TDOA values t ^ i , j to deviate from true values t i , j . When noise is significant, closed-form solutions may produce significant errors or yield no roots altogether. In this section, we propose a minimum mean-squared-error (MMSE)-based location estimator that utilises prior knowledge of a substation’s layout.
We assume prior knowledge of potential PD locations, x S I R 3 . For simplicity, assume S is the union of disjoint cuboids.
S = i = 1 n × j = 1 3 [ a i , j , b i , j ] = i = 1 n S i
The measured TDOAs T ^ = [ t ^ 1 , 2 , t ^ 2 , 3 , t ^ 3 , 4 ] are assumed to be normally distributed with mean T = [ t 1 , 2 , t 2 , 3 , t 3 , 4 ] and covariance Σ given by
Σ = 2 σ 2 σ 2 0 σ 2 2 σ 2 σ 2 0 σ 2 2 σ 2
assuming errors in onset detection are normally distributed with zero mean and variance σ 2 .
The covariance calculation is reasonably accurate since the correlation term in (2) is usually much smaller than the onset term ω i , j if ϵ is small; therefore, we can assume that errors in T ^ result mostly from errors in onset detection.
For simplicity, we assume that the measurement noise σ 2 is fixed for all discharge and antenna positions. Given an antenna at point r and a point of discharge x, one would expect the noise σ 2 to increase with | r x | due to the reduction in UHF measurement SNR and depend on ( r x ) through antenna directivity. In other words, we assume that the antennas r i are isotropic and neglect the dependence of UHF SNR on distance to antenna.
Given a measurement T ^ , the posterior distribution is then given by
p ( x | T ^ ) I S ( x ) · exp 1 2 Δ T Σ 1 Δ T
where Δ T i = T ^ i d i + d i + 1 and I S is the indicator function on S.
The Metropolis-Hastings algorithm is used to obtain samples X 1 , , X l from distribution (8) [11]. The position estimator x ^ ( T ^ ) is obtained by first finding the region S m S that contains the largest number of samples, then taking an average of the samples in that region,
x ^ ( T ^ ) = 1 | J | i J X i
where J = { i : X i S m } .
This method ensures that x ^ S as the standard MMSE estimator E ( x | T ^ ) may yield estimates that are outside S.

4. Optimising Antenna Placement

Every antenna array placement has better location accuracy in certain directions than others. As we are looking for PD in S, the antenna array placement should be optimised to yield the best location accuracy in that region.
The Cramer–Rao lower bound (CRLB) provides a lower bound on the covariance of any unbiased estimator. The CRLB matrix for a TDOA position estimator is known to be
C = c 2 ( U Σ 1 U T ) 1
with
U = u 1 u 2 u 2 u 3 u 3 u 4
where u i = x r i d i is the unit vector from r i to x [7].
To maximise location accuracy in a region S, we look to find R = [ r 1 r 2 r 3 r 4 ] T , which minimises S | C | subject to constraints | r i | L . This is equivalent to maximising S | U | 2 , which we do here.
A stochastic projected gradient (SPG) algorithm is used to solve this optimisation problem. An initial point R 0 satisfying problem constraints is chosen randomly, then repeatedly updated using the rule
R n + 1 = P R n + α N i = 1 N R | U ( x i , n ) | 2 ( R n )
where x i , j S are resampled at every iteration. The function P ( R ) = [ P ( r 1 ) P ( r 2 ) P ( r 3 ) P ( r 4 ) ] T projects every point onto the constraint region
P ( r ) = r | r | L L r | r | | r | > L .
Using Jacobi’s formula to calculate the gradient yields
( R | U ( x ) | 2 ) i , j = 2 | U ( x ) | · ( R | U ( x ) | ) i , j
= 2 | U ( x ) | 2 · t r U 1 · U R i , j
with
U R i , j = D i , j u 1 D i , j u 2 D i , j u 2 D i , j u 3 D i , j u 3 D i , j u 4
where D i , j u k = δ i , k d k · Q j ( u k T u k I ) , Q j = [ δ 1 , j , δ 2 , j , δ 3 , j ] , and δ i , k is the Kronecker delta.
The above algorithm does not guarantee a global minimum of S | C | , as the optimisation problem is non-convex. For more reliable results, the algorithm could be ran multiple times with different initial conditions before taking the best result.
An example set S, along with its optimised antenna placements are shown in Figure 2.

5. Antenna Position Calibration

Obtaining accurate measurements of antenna positions R while also maintaining a reasonable coordinate system (usually with the x–y plane parallel to the ground and the z-axis pointing to the sky) is difficult for all but the simplest antenna configurations. This is partially why many similar UHF PD location systems [12,13] resort to placing antennas in a rectangle despite the tetrahedron antenna placement being arguably more optimal [7]. To simplify this process, we propose a scheme for setting up a coordinate system and finding antenna positions in that system.
We assume that a portable source of UHF signals is available; this could, for example, be a piezoelectric discharge generator or an additional antenna with a signal generator. Aside from being used for the calibration procedure to follow, a portable UHF source could also be used for identifying the coordinates of any point in space, which would be helpful in mapping out the regions S i .
The following steps are required for the calibration process:
  • Obtain measurements d i , j = | r i r j | of the distances between the antennas. This could be carried out manually using a tape measure or radiometrically by generating a signal from one antenna and finding the time of flight to other antennas.
  • Place the UHF signal source at point p 0 , which will act as the origin. Generate a signal from that point, which can then be measured by the antennas to obtain a set of 3 TDOA values using the onset algorithm.
  • Place the UHF signal source at a point p 1 such that the vector p 1 p 0 points in the desired positive x direction. Obtain TDOA values as in 2.
  • Place the UHF signal source at any point p 2 on the desired x–y plane such that its y-coordinate is positive. Obtain TDOA values.
From the measurements d i , we can obtain an intermediate set of antenna positions,
R I = 0 0 0 x 2 0 0 x 3 d 1 , 3 2 x 3 2 0 x 4 y 4 d 1 , 4 2 x 4 2 y 4 2
where
x i = d 1 , i 2 d 2 , i 2 + d 1 , 2 2 2 d 1 , 2
y 4 = d 2 , 4 2 d 3 , 4 2 + ( x 4 x 3 ) 2 ( x 4 x 2 ) 2 + d 1 , 3 2 x 3 2 2 d 1 , 3 2 x 3 2
It can be shown that antenna positions R I satisfy the measurements d i , j .
Using the TDOA measurements acquired, the positions of points p i in the intermediate coordinate system can be deduced. The desired coordinate system has the points p i , as shown in Figure 3. We can then define a distance-preserving transformation, T, which takes the intermediate system to the desired one. The transformation T is given by
T ( x ) = R 2 R 1 ( x p 0 )
with
R i = ( w i ) i I [ v i ] × + 1 ( w i ) i | v i | 2 ( v i T v i ) v i = w i × Q i w 1 = p 1 , 0 / | p 1 , 0 | w 2 = h / | h | , h = [ 0 , R 1 ( p 2 , 0 ) 2 , R 1 ( p 2 , 0 ) 3 ]
where p i , j = p i p j and [ v ] × is the cross-product matrix of v.
The antenna positions R in the desired coordinate system are then given by
R = T ( R I )
with the understanding that T acts on R I in a row-wise fashion.
When compared with the more intuitive method of finding antenna positions by measuring lengths in orthogonal directions, the proposed method uses only antenna-to-antenna measurements, which are simpler to acquire in practice.

6. Results

A combination of experimental and simulation results were used to compare the methods presented in this paper with other popular techniques.

6.1. Simulation Results

A simulation of random PDs in a 10 m × 10 m × 10 m region with L = 1 m was carried out, with the antennas placed in the centre of the cube region. The regions S i were randomly chosen with random side lengths in the range 0 < b i , j a i , j < 2 . Monte Carlo trials were used to estimate the average localization errors for every substation layout S. These errors were then averaged over multiple random layouts to obtain an overall average.
Two simulations were conducted, including one for comparing location estimators and another for studying the performance of the SPG algorithm.
Maximum likelihood (ML) estimators are the most common type of location estimators [14,15]. We compared the MMSE location estimator presented in Section 3 with a maximum likelihood estimator restricted over the set S
x ^ M L ( T ^ ) = arg max x S p ( x | T ^ ) .
The ML estimate was computed using gradient ascent. The algorithm was carried out once for every region S i using an initial condition from that region. Of those solutions, the one that maximized the posterior distribution was chosen as the location estimate.
As shown in Figure 4, the MMSE estimator outperforms the ML estimator by a significant margin for large values of σ . Increasing the number of samples used for the MMSE estimator increases accuracy by bringing the calculated region average closer to the true average. For small values of σ , the distribution (8) has a sharper peak, which the sampling algorithm fails to accurately represent, resulting in poor MMSE accuracy.
It is known that placing antennas as the vertices of a tetrahedron maximises the trace of the FIM at the centre of the tetrahedron [7]. We compare the performance of configurations given by the SPG algorithm to the tetrahedron placement with vertices on the unit sphere.
The location estimator used is a version of the closed-form solution given in [10], which has been adapted for the problem in (5). Unlike the ML or MMSE estimators used above, the closed-form solution has no upper bound on localization errors for a given substation, which results in some position estimates with anomalously large errors. To minimise this effect, we use the median error for a layout instead of the mean.
Optimal arrays were obtained by running the SPG algorithm three times and taking the best result.
As shown in Figure 5, the optimal configurations obtained from the SPG algorithm were consistently better than the tetrahedron configuration. The dependence of tetrahedron configuration errors on the number of regions is due to how roots of (5) were chosen.

6.2. Experimental Results

A piezoelectric discharge generator was used generate EM radiation in the frequency range typically emitted by a partial discharge. These data were captured on a 1 GHz, 2.5 GS/s oscilloscope, which was connected, using equal length coaxial cables, to a set of 3 monopole antennas with a high sensitivity in the UHF range. These waveforms were then used to compare the method described in Section 2 to other common methods of obtaining TDOA measurements. A typical UHF measurement is shown in Figure 6.
As is shown in Figure 7, three antennas were placed in positions (0,0), (0,−1), and (2,−1). PDs were placed in positions (1,−1), (3,−1), (−1.5,−0.5), (4,−0.5), and (−3,0). Both antenna and PD positions were placed at a fixed height such that they were all coplanar. For every discharge, two time difference measurements were taken. Measurements with an error larger than 5 ns between the two time difference values were discarded.
Besides the algorithm presented in Section 2, the following time delay estimation algorithms were used:
  • Onset: Similar to (4) but without the correlation stage, i.e., t ^ i , j = ω i , j
  • Denoise + First peak: Applies wavelet denoising, then takes the difference between first peaks [5].
  • Threshold: Difference between the earliest times that go above the threshold m a x | w ( t ) | / 4 .
  • Correlation: t ^ i , j = arg max t w i w j ( t ) .
The two onset algorithms were proposed in this paper. The other three estimators are commonly used in similar systems.
All signals were 5× upsampled using cubic splines before being passed to a time delay estimator.
The results in Table 1 show that the denoise + first peak method outperforms signal correlation, which is in agreement with what was reported in [5]. The onset techniques provide a significant improvement in accuracy over the other algorithms. A window size of ϵ = 1.2 ns was used for the onset + correlation algorithm. Larger values of ϵ tended to perform worse than the regular onset algorithm.

7. Case Study

The main downside to the techniques presented here is their dependence on certain prior information. The SPG algorithm requires prior knowledge of the set S, and the location estimator x ^ ( T ^ ) requires knowledge of both S and the noise statistic σ . The set S would have to be determined through substation measurements, while σ could either be estimated empirically, as occurred in Table 1, or deduced by fitting the measured data to a clustering model, similar to what occurred in [16].
To justify the additional demands of these methods, we compared the system proposed in this paper with a more conventional system that does not require the prior information mentioned above.
The layout S used in this case study is shown in Figure 8; it is based on the dimensions of regions occupied by electrical plant items in an open-air substation in the UK. Antennas are restricted to a sphere of radius L = 5 m. For simplicity, line-of-sight considerations are neglected.
The conventional system used here consists of the closed-form location estimator in [10] with a tetrahedral antenna placement. The proposed system uses the MMSE estimator (9), with antenna placements given by the SPG algorithm.
As in Section 6, results were gathered using Monte Carlo trials. Mean error values were obtained by averaging the median square error for a set of simulated PDs over different antenna configurations given by the SPG algorithm.
As could be seen in Figure 9, the combination of both the SPG algorithm and the MMSE location estimator result in significant improvements in location accuracy. For the noise range shown, the conventional system is, on average, 4.5 times less accurate than the proposed system, with a maximum error 5.9 times greater for the highest noise simulation.
Areas occupied by HV equipment are typically inhomogeneous. This means that the point of discharge no longer satisfies Equation (5), so estimates of position inside HV equipment are very unreliable. Due to this, identifying which piece of equipment contains the fault might be more relevant than looking at absolute errors in localization.
The problem of equipment identification may be modelled as the identification of the discharge region S i , which contains the PD. From the MMSE estimator (9), the discharge region could be estimated to be the region S m , which contains the largest number of PD samples drawn. For conventional location estimators, the discharge region is estimated as the region closest to the PD position calculated.
Using these estimates, we can find the rate of discharge region identification for both systems.
As seen in Figure 10, the proposed system again outperforms the conventional system with an average identification rate 42% higher over the noise range shown.

8. Conclusions and Future Work

The onset-based TDOA estimator presented here has been shown to be more than twice as accurate as other established techniques.
By utilising prior knowledge of substation layout, we developed an MMSE-based location estimator that yields more accurate estimates than the commonly used maximum likelihood estimator in high-noise situations. The antenna placements given by the SPG algorithm presented were shown to be consistently more accurate than the tetrahedron antenna placement and provided a more significant improvement in accuracy when the measurement noise was high. Combining the MMSE-based estimator and the optimised antenna placement resulted in a system that was 5.9 times more accurate than a conventional system in the highest measurement noise simulation conducted. This improvement in accuracy might justify the additional prior information required by the methods presented here. If this is the case, it can lead the way for more accurate fault localization systems that can utilise the geometry of their surrounding environment.
To simplify the problem of PD location, we assumed that all antennas had a line of sight to the point of discharge and neglected the dependence of measurement noise on antenna and discharge positions. Future work could look to include these effects in the problem formulated in Section 3 to potentially derive better methods for PD positioning and antenna placement. Additional research could also look to use UHF signal strength measurements to aid in PD positioning.

Author Contributions

Conceptualization, A.R. (Ahmed Rashwan) and A.R. (Alistair Reid); methodology, A.R. (Ahmed Rashwan) and A.R. (Alistair Reid); software, A.R. (Ahmed Rashwan); validation, A.R. (Ahmed Rashwan) and A.R. (Alistair Reid); formal analysis, A.R. (Ahmed Rashwan); investigation, A.R. (Ahmed Rashwan); resources, A.R. (Alistair Reid); data curation, A.R. (Ahmed Rashwan); writing—original draft preparation, A.R. (Ahmed Rashwan); writing—review and editing, A.R. (Ahmed Rashwan) and A.R. (Alistair Reid); visualization, A.R. (Ahmed Rashwan); supervision, A.R. (Alistair Reid); funding acquisition, A.R. (Alistair Reid). All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

Available upon request.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Xavier, G.V.R.; Silva, H.S.; da Costa, E.G.; Serres, A.J.R.; Carvalho, N.B.; Oliveira, A.S.R. Detection, Classification and Location of Sources of Partial Discharges Using the Radiometric Method: Trends, Challenges and Open Issues. IEEE Access 2021, 9, 110787–110810. [Google Scholar] [CrossRef]
  2. Masaki, K.; Sakakibara, T.; Murase, H.; Akazaki, M.; Uehara, K.; Menju, S. On-site measurement for the development of on-line partial discharge monitoring system in GIS. IEEE Trans. Power Deliv. 1994, 9, 805–810. [Google Scholar] [CrossRef]
  3. Pearson, J.S.; Farish, O.; Hampton, B.F.; Judd, M.D.; Templeton, D.; Pryor, B.W.; Welch, I.M. Partial discharge diagnostics for gas insulated substations. IEEE Trans. Dielectr. Electr. Insul. 1995, 2, 893–905. [Google Scholar] [CrossRef]
  4. Mashikian, M.S. Preventive maintenance testing of shielded power cable systems. IEEE Trans. Ind. Appl. 2002, 38, 736–743. [Google Scholar] [CrossRef]
  5. Sinaga, H.H.; Phung, B.T.; Blackburn, T.R. Partial discharge localization in transformers using UHF detection method. IEEE Trans. Dielectr. Electr. Insul. 2012, 19, 1891–1900. [Google Scholar] [CrossRef]
  6. Moore, P.J.; Portugues, I.E.; Glover, I.A. Radiometric location of partial discharge sources on energized high-Voltage plant. IEEE Trans. Power Deliv. 2005, 20, 2264–2272. [Google Scholar] [CrossRef]
  7. Yang, B.; Scheuing, J. Cramer-Rao bound and optimum sensor array for source localization from time differences of arrival. In Proceedings of the ICASSP ’05, IEEE International Conference on Acoustics, Speech, and Signal Processing, Philadelphia, PA, USA, 18–23 March 2005; Volume 4, pp. iv/961–iv/964. [Google Scholar] [CrossRef]
  8. Bishop, A.N.; Fidan, B.; Anderson, B.D.O.; Pathirana, P.N.; Dogancay, K. Optimality Analysis of Sensor-Target Geometries in Passive Localization: Part 2—Time-of-Arrival Based Localization. In Proceedings of the 2007 3rd International Conference on Intelligent Sensors, Sensor Networks and Information, Melbourne, VIC, Australia, 7–10 December 2007; pp. 13–18. [Google Scholar] [CrossRef]
  9. Müller, M. Fundamentals of Music Processing: Audio, Analysis, Algorithms, Applications, 1st ed.; Springer: Berlin/Heidelberg, Germany, 2015; pp. 306–309. [Google Scholar]
  10. Bancroft, S. An Algebraic Solution of the GPS Equations. IEEE Trans. Aerosp. Electron. Syst. 1985, AES-21, 56–59. [Google Scholar] [CrossRef]
  11. Luengo, D.; Martino, L.; Bugallo, M.; Elvira, V.; Särkkä, S. A survey of Monte Carlo methods for parameter estimation. EURASIP J. Adv. Signal Process. 2020, 2020, 25. [Google Scholar] [CrossRef]
  12. Zhu, M.-X.; Yao, B.; Liu, Q.; Zhang, J.; Deng, J.; Zhang, G.; Shao, X.; He, W. Localization of multiple partial discharge sources in air-insulated substation using probability-based algorithm. IEEE Trans. Dielectr. Electr. Insul. 2017, 24, 157–166. [Google Scholar] [CrossRef]
  13. Portugues, I.E.; Moore, P.J.; Glover, I.A.; Johnstone, C.; McKosky, R.H.; Goff, M.B.; van der Zel, L. RF-Based Partial Discharge Early Warning System for Air-Insulated Substations. IEEE Trans. Power Deliv. 2009, 24, 20–29. [Google Scholar] [CrossRef]
  14. Chan, Y.T.; Ho, K.C. A simple and efficient estimator for hyperbolic location. IEEE Trans. Signal Process. 1994, 42, 1905–1915. [Google Scholar] [CrossRef]
  15. Jin, B.; Xu, X.; Zhang, T. Robust Time-Difference-of-Arrival (TDOA) Localization Using Weighted Least Squares with Cone Tangent Plane Constraint. Sensors 2018, 18, 778. [Google Scholar] [CrossRef] [PubMed]
  16. Mishra, D.K.; Sarkar, B.; Koley, C.; Roy, N.K. An unsupervised Gaussian mixer model for detection and localization of partial discharge sources using RF sensors. IEEE Trans. Dielectr. Electr. Insul. 2017, 24, 2589–2598. [Google Scholar] [CrossRef]
Figure 1. Graphical representation of the onset algorithm. (Top) Discharge UHF measurement. (Bottom) E [ w ] with upper and lower thresholds used for peak finding.
Figure 1. Graphical representation of the onset algorithm. (Top) Discharge UHF measurement. (Bottom) E [ w ] with upper and lower thresholds used for peak finding.
Energies 16 04221 g001
Figure 2. Overhead plot of an example set S along with its optimised antenna placement as given by the SPG algorithm.
Figure 2. Overhead plot of an example set S along with its optimised antenna placement as given by the SPG algorithm.
Energies 16 04221 g002
Figure 3. Graphical representation of measurements required for calibration.
Figure 3. Graphical representation of measurements required for calibration.
Energies 16 04221 g003
Figure 4. Localization errors of ML and MMSE estimators as functions of noise.
Figure 4. Localization errors of ML and MMSE estimators as functions of noise.
Energies 16 04221 g004
Figure 5. Localization errors of tetrahedron and optimal antenna placements as a function of the number of regions for two different values of noise standard deviation.
Figure 5. Localization errors of tetrahedron and optimal antenna placements as a function of the number of regions for two different values of noise standard deviation.
Energies 16 04221 g005
Figure 6. Typical UHF measurements for one PD.
Figure 6. Typical UHF measurements for one PD.
Energies 16 04221 g006
Figure 7. Antenna and artificial PD locations for experimental verification of time delay estimation algorithm.
Figure 7. Antenna and artificial PD locations for experimental verification of time delay estimation algorithm.
Energies 16 04221 g007
Figure 8. Substation layout used for case study. The blue regions represent the set S from which PD can emanate.
Figure 8. Substation layout used for case study. The blue regions represent the set S from which PD can emanate.
Energies 16 04221 g008
Figure 9. Mean localization error as function of noise for the two systems under study.
Figure 9. Mean localization error as function of noise for the two systems under study.
Energies 16 04221 g009
Figure 10. Discharge region identification rate as a function of noise for the two systems under study.
Figure 10. Discharge region identification rate as a function of noise for the two systems under study.
Energies 16 04221 g010
Table 1. Mean error for different time delay estimation algorithms. The onset techniques (in bold) were proposed in this paper.
Table 1. Mean error for different time delay estimation algorithms. The onset techniques (in bold) were proposed in this paper.
AlgorithmError (ns)
Onset + Correlation0.16
Onset0.24
Denoise + First peak0.44
Threshold0.55
Correlation1.19
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Rashwan, A.; Reid, A. Improved Methods for UHF Localization of Partial Discharge in Air-Insulated Substations. Energies 2023, 16, 4221. https://doi.org/10.3390/en16104221

AMA Style

Rashwan A, Reid A. Improved Methods for UHF Localization of Partial Discharge in Air-Insulated Substations. Energies. 2023; 16(10):4221. https://doi.org/10.3390/en16104221

Chicago/Turabian Style

Rashwan, Ahmed, and Alistair Reid. 2023. "Improved Methods for UHF Localization of Partial Discharge in Air-Insulated Substations" Energies 16, no. 10: 4221. https://doi.org/10.3390/en16104221

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop