Next Article in Journal
LESS: Link Estimation with Sparse Sampling in Intertidal WSNs
Next Article in Special Issue
Field Applications of Ultra High Frequency Techniques for Defect Detection in GIS
Previous Article in Journal
Low Cost Efficient Deliverying Video Surveillance Service to Moving Guard for Smart Home
Previous Article in Special Issue
Diagnosis of Insulation Condition of MV Switchgears by Application of Different Partial Discharge Measuring Methods and Sensors
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Partial Discharge Spectral Characterization in HF, VHF and UHF Bands Using Particle Swarm Optimization

1
Department of Electrical Engineering, Universidad Carlos III de Madrid, Leganés, 28911 Madrid, Spain
2
Department of Electrical Engineering, Universidad Técnica Federico Santa María, 8940000 Santiago de Chile, Chile
3
Department of Signal Processing and Communications, Universidad Carlos III de Madrid, Leganés, 28911 Madrid, Spain
*
Author to whom correspondence should be addressed.
Sensors 2018, 18(3), 746; https://doi.org/10.3390/s18030746
Submission received: 29 January 2018 / Revised: 21 February 2018 / Accepted: 23 February 2018 / Published: 1 March 2018
(This article belongs to the Special Issue UHF and RF Sensor Technology for Partial Discharge Detection)

Abstract

:
The measurement of partial discharge (PD) signals in the radio frequency (RF) range has gained popularity among utilities and specialized monitoring companies in recent years. Unfortunately, in most of the occasions the data are hidden by noise and coupled interferences that hinder their interpretation and renders them useless especially in acquisition systems in the ultra high frequency (UHF) band where the signals of interest are weak. This paper is focused on a method that uses a selective spectral signal characterization to feature each signal, type of partial discharge or interferences/noise, with the power contained in the most representative frequency bands. The technique can be considered as a dimensionality reduction problem where all the energy information contained in the frequency components is condensed in a reduced number of UHF or high frequency (HF) and very high frequency (VHF) bands. In general, dimensionality reduction methods make the interpretation of results a difficult task because the inherent physical nature of the signal is lost in the process. The proposed selective spectral characterization is a preprocessing tool that facilitates further main processing. The starting point is a clustering of signals that could form the core of a PD monitoring system. Therefore, the dimensionality reduction technique should discover the best frequency bands to enhance the affinity between signals in the same cluster and the differences between signals in different clusters. This is done maximizing the minimum Mahalanobis distance between clusters using particle swarm optimization (PSO). The tool is tested with three sets of experimental signals to demonstrate its capabilities in separating noise and PDs with low signal-to-noise ratio and separating different types of partial discharges measured in the UHF and HF/VHF bands.

1. Introduction

The measurement of partial discharges (PDs) is a powerful and flexible technique to monitor and detect on-line advanced ageing in all types of high-voltage equipment [1,2]. A step forward for these on-line measurements is the use of the radiation emitted by PD sources by antennas tuned in the band of frequencies of the emitters, a technique widely used mainly in open-air substations [3,4]. Detecting the pulses also allows to locate geometrically the defects using multilateration techniques based on the time differences of arrival (TDOA) [5] or other methods based on the received signal strength (RSS) [6] or the angle of arrival (AOA) [7]. However, PD signals acquired in the radio-frequency (RF) range usually have magnitudes much lower than those obtained with other techniques which, together with the noise received from interferences in the same band of frequencies leads to great difficulties in the identification of the PD. This paper proposes a tool that is able to assign the received signals to a certain cluster, and then separates automatically the clusters in a classification map based on fingerprints present in the frequency spectrum using particle swarm optimization (PSO).
Signal representation in the frequency domain is key in the solution of most signal processing problems due to the fact that the spectrum of signals is strongly related to their source and nature. This is especially important in the measurement of partial discharges with sensors in the ultra high frequency (UHF) range since the path followed by the emission imprints a signature in the signal that can be used to classify and separate different types of events. In general, signal characterization [8], facilitates greatly the processing reducing computational burden (the representation of the acquired signal as a sequence of frequency or time samples is replaced by a few scalars) and simplifies the interpretation and analysis of the results by humans. The focus of this work is on the identification of PDs through a selective spectral characterization representing each signal with the energy contained in the n most informative UHF or high frequency (HF) and very high frequency (VHF) bands. Specifically, n = 2 in this paper since we are interested in the design of visualization tools based on scatter plots, heat maps, etc. Such simple signal characterization will certainly increase the usability of the corresponding systems. Our starting point for the design of the procedure is a set of signals represented in terms of their spectrum. Each sampled partial discharge or each interference spectra can be regarded as a datum, formed by m features: the value of the power spectral density in the corresponding frequency. The selective spectral characterization can thus be considered as a dimensionality reduction problem: transform each m dimensional spectrum in an n dimensional array in which each component is the energy contained in one of the frequency bands of interest.
Dimensionality reduction techniques, [9,10], have been long used in machine learning. These techniques can lead to improvements in the performance of general purpose machine learning algorithms along three axes:
  • improvements in accuracy due to the remotion of noisy or irrelevant information from the observations,
  • improvements in the numerical stability of algorithms due to the remotion of redundant features, and
  • facilitating the visualization and interpretation of the results.
Dimensionality reduction methods are grouped into two main families: feature selection and feature extraction. On the one hand, feature selection methods remove redundant and irrelevant features to yield the minimal subset of the original features that contains the information necessary for solving the problem at hand. Broadly used feature selection methods are Lasso [11,12] or Recursive Feature Selection [13]. On the other hand, feature extraction techniques transform the initial set of variables in a new, reduced set in a way that the new variables contain only relevant information. Principal Component Analysis [14,15], Orthogonal Partial Least Squares [16] or t-Stochastic Neighbors Embedding [17] are widely used examples of feature extraction techniques.
A big problem with these dimensionality reduction methods is that they would obscure the interpretation of the results of the processing. Feature selection techniques would come up with sets of scattered frequencies, not necessarily forming meaningful bands since, in most scenarios, adjacent frequencies will be highly correlated and the feature selection method would filter out correlated features. In the case of feature extraction, each resulting new feature comes from a transformation that merges and melts the original frequencies. This greatly hampers the determination, the relevance and the influence of each frequency band in the final result.
As introduced before, the selective spectral characterization is a preprocessing tool that facilitates the main processing. This paper is focused on a clustering of signals that could form the core of a visual PD monitoring system. Since the clustering is performed in the frequency domain, our work relates to feature-based clustering approaches according to the taxonomies for signal clustering presented in [18]. Therefore, the dimensionality reduction technique should determine the best frequency bands to enhance the similarities between signals in the same cluster and the differences between signals in different clusters.
This paper proposes a novel approach that interleaves the selective spectral characterization with the clustering in a same optimization without an a priori knowledge of the spectral power distribution in the signals. This is particularly interesting in the case of the UHF detection of partial discharges since their spectra depend on uncontrollable factors such as the discharging site, reflections, line-of-sight and interferences from radio, TV broadcasting and mobile communications. The joint optimization alternates between an optimization with metaheuristics that refines the frequency bands that support the signal characterization and the optimization of the clustering criterion using the signals characterized with these bands as dataset.
The capabilities of the method are illustrated in several experiments involving the detection and classification of PDs in high-voltage equipment.
The remainder of the paper is organized as follows: Section 2 explains the process to extract the spectral information from signals reducing the information of separability to clusters in two dimensions for the sake of clearness in the interpretation of the results. Section 3 justifies the criterion defined to maximize the distance between clusters considering the scattering in the clouds and the number of clusters. Section 4 describes the particle swarm optimization process to maximize the distance function proposed in the former section and sets the constraints to be accomplished in the clustering process. Afterwards, Section 5 shows the performance of the method in three experiments involving the separation of PDs emitted by two different sections in a cable with the aim of localizing the sources, the separation of lowsignal-to-noise ratio (SNR) PD and UHF interferences and the separation of three types of partial discharges in the HF/VHF range. Finally, Section 6 draws the main conclusions of the work.

2. Spectral Power Maps

This technique is applied to separate signals corresponding to different events characterizing them through their spectral power and finding those bands of frequency where their spectra is different. The study done in this paper is based on two bands of frequency because the representation is very intuitive in a two dimensional map; however, the extension of the algorithm to n dimensions is straightforward.
Let f 1 L and f 2 L be the start and end frequencies, respectively, for the first band and f 1 H and f 2 H the extremes of the second band. The subindex L states that the interval is placed at lower frequencies than the second band which has the subindex H for higher frequencies. The significant parameter of the signals is the spectral power calculated in those frequency bands referred to the total power of the signal, so low-energy signals have the same importance in the process as high-energy ones. Then, every signal would be parameterized with a power ratio at low frequencies, or P R L , and a power ratio at high frequencies, P R H :
P R L = f = f 1 L f 2 L G ( f ) 2 f = 0 f T G ( f ) 2
P R H = f = f 1 H f 2 H G ( f ) 2 f = 0 f T G ( f ) 2
where G ( f ) is the Fourier transform of the signal g ( t ) and f T is the highest frequency of interest of g ( t ) .
Signals derived from the same event would have similar spectra and then, similar P R L and P R H parameters so, when plotted in a two dimensional map all points would form a packed cluster. Other events may present differences in these parameters, so the clusters would be plotted separately from the first one. Any incoming signal would be analyzed and plotted in the spectral power map in such a way that if it is close to any of the existing clusters it can be classified as events of that type.
The selection of the frequency limits for the intervals is paramount to have separated clusters. This can be done by visual inspection of the spectra of the signals if the differences are notable and there are very few types of events [19]. Otherwise, the classification has to be automatized selecting the intervals according to some criteria and this is precisely what this paper proposes. It seems appropriate that the best set of frequencies would be that which gives the largest separation between clusters.

3. Distance Criterion

The points in the spectral power map can be gathered using any clustering technique so we selected the k-means iterative algorithm [20] in the following applications since it is arguably one of the most broadly known clustering algorithms. Notice, however, that it could be replaced by practically any other clustering algorithm since the training data in the case under study is always available with the patterns represented in terms of features PRH and PRL. For instance, in applications in which the number of clusters is hard to guess from domain knowledge, one could resource to clustering methods such as spectral clustering [21] or graph clustering [22] in which the number of clusters is found in the optimization.
Basically, the process starts defining the number of expected clusters, k, and selecting randomly k signals as centroids. Then, all the distances between points and centroid are calculated and the events are associated to the nearest cluster. The centroid information is updated using the average positions of all points in the same cluster obtaining k new centroids. The process is repeated so some points may change their cluster membership based on their distances to the new centroids. The algorithm ends when a convergence condition is met, the assignment does not change or a maximum number of iterations is reached.
The final goal of the proposed algorithm is to separate signals maximizing the minimum separation between clusters by maximizing the minimum distances between centroids. If d i j is the distance between centroid i and j, the objective is:
D = max min i j k d i j
Additionally, the dispersion of the elements in the clusters has to be considered to calculate D in Equation (3), otherwise, very dispersive clusters would have their centroids separated but the points in the clouds may overlap. Then, d i j is defined as a Mahalanobis distance instead of an Euclidean distance:
d i j 2 = ( C i C j ) T ( S i 1 S j 1 ) ( C i C j )
being
S i = 1 N i n = 1 N i ( p n C i ) ( p n C i ) T
S j = 1 N j n = 1 N j ( p n C j ) ( p n C j ) T
where C i and C j are the centroids of clusters i and j, respectively; and S i and S j are the sample covariance matrices of the elements p in clusters i and j, respectively. Finally, and N i and N j are the number of elements in cluster i and j. Using the Mahalanobis distance, the minimum distances between clusters can be maximized and the distances between samples within the same cluster can be reduced.
It is important to remember that the positions in the map represent the spectral power ratios in two bands defined by a set of frequencies f 1 L , f 2 L , f 1 H , f 2 H and f T . Changing these frequencies would move the clusters in the map and would change their shape giving different distances d i j and D. Now, the aim is to find the set that maximizes D, i.e., to find the most representative bands of frequencies that can differentiate the events. The flow diagram with the steps of the algorithm is represented in Figure 1. The decision to terminate the process is currently based on the number of iterations, though other criteria based on the distances between clusters could be implemented. The maximization of the objective function shown in Equation (3) and represented in the flow diagram as Estimate new intervals, is done with different methods of particle swarm optimization. However, this is not only restricted to PSO since any other optimization method could be used.

4. Particle Swarm Optimization

This method places randomly a swarm of entities in the solutions space [23] which in our case has five dimensions defined by the four frequencies of the two bands and the highest frequency f T to give the algorithm the opportunity to select the top frequency of interest for all clusters. In every iteration, every particle is moved around changing its position by the addition of a frequency step, Δ f , to all components. Then, the spectral power ratios of Equations (1) and (2) and the distance in Equation (3) are computed for the new intervals. The combination that gives the maximum D is stored as the best personal solution for that particle. When the iteration is finished and all particles have moved, the position of the particle with the overall best D is stored as the global best. Some constraints have to be supervised during the movement of particles:
  • f 1 L < f 2 L f 1 H < f 2 H f T
  • Δ f has to be multiple of 1 / T w being T w the sampling window to have exact steps in frequency.
  • If any of the frequencies is rendered negative, the particle position is not updated and the speed of the particle is set to naught in order to reduce its inertia.
  • If f 1 L f 2 L or f 2 L > f 1 H , f 1 L and f 2 L are regenerated randomly considering the first restriction.
  • If f 1 H f 2 H , f 1 H is regenerated randomly considering the first restriction.
In the next iterations, the movement of the particles is modified by a weighted component that pulls the particle towards its own best and another weighted component that guides the particle towards the global best [24]. The following set of equations represent the original algorithm introduced in [23] and define the position P n and the speed v n of the particle n in every iteration l:
v n ( l + 1 ) = v n ( l ) + c 1 U 1 ( 0 , 1 ) [ P n , b ( l ) P n ( l ) ] + c 2 U 2 ( 0 , 1 ) [ P b ( l ) P n ( l ) ] , P n ( l + 1 ) = P n ( l ) + v n ( l + 1 ) ,
where U 1 ( 0 , 1 ) , U 2 ( 0 , 1 ) [ 0 , 1 ] 5 are five-dimensional random vectors, with each component independently drawn from a uniform distribution between 0 and 1. Both U 1 ( 0 , 1 ) , U 2 ( 0 , 1 ) randomize the movement of the particles towards their own best P n , b and the swarm’s best P b , respectively. The operator ⊗ multiplies the random numbers by the five coordinates component by component. The parameters c 1 and c 2 describe the balance between the personal influence of the particle and the social influence in the search of the solution. The original algorithm has been modified in many works to control the convergence towards the global optimum instead of falling in local maxima or minima. Thus, many variants have been proposed to give solutions to different types of problems [25]. In this paper, three approaches to improve the convergence of PSO have been tested with actual measurements: canonical particle swarm optimization [26], time varying inertia weight particle swarm optimization and particle swarm optimization with aging leader and challengers [27].

4.1. Canonical Particle Swarm Optimization

In this variation of PSO, the convergence is controlled by a constriction factor, χ , with the idea of exploring in detail the area where a good fitting had been found. This parameter depends on the constants that update the velocity of the particles, c 1 and c 2 . Then,
χ = 2 a 2 φ φ 2 4 φ , φ = c 1 + c 2 ,
where a is a random number between 0 and 1 though it is usually set to 1. The velocity equation is rewritten as:
v n ( l + 1 ) = χ ( v n ( l ) + c 1 U 1 [ P n , b ( l ) P n ( l ) ] + c 2 U 2 [ P b ( l ) P n ( l ) ] )
when φ < 4 the swarm would attempt to reach the best found solution moving slowly around it while for φ > 4 the convergence would be fast and ensured [28]. It is possible to modify the behavior of the swarm choosing different values for c 1 and c 2 , but, usually, for the sake of simplicity, both parameters are set with the same value. Assuming that φ = 4.1 to ensure convergence with c 1 = c 2 = 2.05 , the value for χ = 0.72984 .

4.2. Particle Swarm Optimization with Time Varying Inertia

Changing the inertia of the swarm would imprint different velocities to the particles in certain moments when searching for the optimum solution. It is possible to set high velocities when the swarm has to explore large areas of the space of solutions and reduce the speed when some particles had reached their best fittings. This idea was introduced in [29] reducing the coefficient of the inertia from a maximum value w m a x to a minimum value w m i n using a linear function (10)
w ( m ) = w m a x ( w m a x w m i n ) m M
where w ( m ) is the coefficient in iteration m and M is the maximum number of iterations in which the inertia changes its value. The velocity equation is changed into:
v n ( l + 1 ) = w ( m ) v n ( l ) + c 1 U 1 [ P n , b ( l ) P n ( l ) ] + c 2 U 2 [ P b ( l ) P n ( l ) ]
with M L , being L the total number of iterations.

4.3. Particle Swarm Optimization with Aging Leader and Challengers

Another technique that tries to avoid falling in local maxima or minima is based on giving opportunities to particles different from the best one that could improve the behavior of the swarm. Then, the global best particle P b is the leader of the swarm, P leader , as long as its lifespan is not depleted. The velocity equation is changed into (12). When the leader reaches a certain age, a challenger appears to seize the leadership. This challenger is evaluated during a number of iterations and is accepted as leader if the behavior of the swarm is improved, otherwise, the former leader remains unchanged. The algorithm can be summarized into these steps [27,30]:
v n ( l + 1 ) = w ( m ) v n ( l ) + c 1 U 1 [ P n , b ( l ) P n ( l ) ] + c 2 U 2 [ P leader ( l ) P n ( l ) ]
  • Initialization. All particles are randomly deployed in the solution space. The global best particle is selected as the leader, the age, θ is set to 0 and the lifespan Θ to an initial value Θ 0 .
  • Velocity and position update. All particles are moved according to Equations (12) and P n ( l + 1 ) = P n ( l ) + v n ( l + 1 ) .
  • Personal best positions and leader P leader update. If P n ( l ) is better than P n , b ( l 1 ) the personal best for particle n is updated. If any of the new positions give a new best solution, the leader is also updated.
  • Lifespan control. Once the positions of all particles have been updated, the age of the leader is increased θ θ + 1 and its lifespan is modified according certain rules shown in Section 4.3.1. If the life of the leader is depleted, θ Θ , the algorithm continues in step 5, otherwise, it resumes in step 7.
  • Challenger uprise. A new particle is generated inheriting some coordinates of the leader randomly.
  • Challenger evaluation. The algorithm tests whether the challenger would or would not improve the swarm behaviour during a predefined number of cycles. If the test is positive, the challenger becomes the new leader with an age θ = 0 and a lifespan Θ = Θ 0 , otherwise, the current leader remains.
  • Check performance. The termination of the algorithm is based on the number of iterations, so this condition checks if l = L . If it is false, the new iteration starts again in step 2.
Figure 2 shows the flow diagram of the algorithm with calls to two subroutines to check the constraints of the frequencies in the intervals as formulated at the beginning of this section and to control the lifespan of the leader. The thick line boxes represent the main algorithm described in Figure 1.

4.3.1. Lifespan Control

The rules that define the modification of the lifespan are based on three parameters during the life of the leader: related to the evolution of the global best, δ P b ( θ ) ; the change of the personal best solutions accumulated into the parameter δ P n , b ( θ ) and the evolution of the function for the selected leader, δ P l e a d e r ( θ ) , Equation (13).
All these sequences represent the evolution of the leader and the swarm and evaluate the capability of command of that particle. There are several categories of leadership summarized in Figure 3. Case a implies that the leader is capable of improving the global best δ P b ( θ ) > 0 guiding the swarm to a better solution so its lifespan is increased in 2. In case b, the global best is not improved but the personal bests of the swarm, n = 1 N δ P n , b ( θ ) are increased in at least a parameter ϵ , then, the lifespan of the leader is incremented in 1. This parameter ϵ can be adjusted to have more control on the leader’s lifespan considering the achievements of the swarm under his orders. Large values of ϵ would mean a demanding flock while low values would mean that the population is contented with small improvements. We set ϵ = 0.1 · δ P b ( θ ) , so the leader can be easily degraded if he does not improve the overall swarm. In case c, the only particle that improves is the leader itself δ P l e a d e r ( θ ) > 0 , the decision tree has still confidence in the leader but the lifespan is not modified. Finally, case d means that the leader is incapable of improving the former situation and should be changed soon, hence, the lifespan is reduced in 1.
δ P b ( θ ) = f ( P b ( θ ) ) f ( P b ( θ 1 ) ) n = 1 N δ P n , b ( θ ) = n = 1 N f ( P n , b ( θ ) ) n = 1 N f ( P n , b ( θ 1 ) ) δ P l e a d e r ( θ ) = f ( P l e a d e r ( θ ) ) f ( P l e a d e r ( θ 1 ) ) θ = 1 , 2 , , Θ .

4.3.2. Challenger Uprise

A challenger appears when the leader is no longer capable of improving the optimization function and its lifespan is exhausted. The challenger inherits some of the coordinates of the leader after a random decision. In our case there is the possibility of changing the low frequency interval, [ f 1 L , f 2 L ] or the high frequency interval [ f 1 H , f 2 H ] plus f T . When the decision is taken, another random process generates the frequencies of the chosen interval while the other one remains unchanged.

5. Classification of Events

The scope of the algorithm to separate different types of broadband signals gathered in clusters is evaluated in three cases with different frequency ranges. The PSO algorithms presented in Section 4 to maximize the minimum Mahalanobis distance between clusters are tested for the three experiments. The signals in the first two experiments are captured with simple monopole antennas 10 cm long connected directly to a coaxial cable and thence to a high-speed oscilloscope. These antennas are a good option for PD source detection and localization in substations due to their simplicity and omnidirectional radiation pattern [31]. They show special good response below 750 MHz which is suitable for this application since most of the radiation is usually under 600 MHz when the applied AC voltage is high enough to create PD in air [32,33]. Nevertheless, the algorithm would not be affected by the antenna characteristics as long as it has a band suited to the measurement of partial discharges. Therefore the procedure would be able to work with other types of antennas such as logarithmic-periodic, conic, patches or Vivaldi. Moreover, the third experiment was done acquiring the PD with a high-frequency current transformer with a bandwidth in the HF/VHF range to show the ability of the algorithm in separating different types of PD within a phase-resolved PD pattern. The experiments were conducted in an unshielded laboratory so all types of HF/VHF and UHF interferences were affecting the measurements. An example of the spectrum of the radiation received by the antennas without partial discharges can be seen in Figure 4.
Three sets of parameters c 1 and c 2 have been used for each PSO method always considering that the individual maxima and global maxima are balanced, so c 1 = c 2 for the sake of simplicity. The parameter a in Equation (8) is set to 1 and, in the time varying inertia PSO, the number of iterations in which the inertia is modified in Equation (11) is the total number of iterations, M = L . Additionally, the maximum inertia and minimum inertia values are w m a x = 0.9 and v m i n = 0.4 , respectively [29]. All PSO algorithms have been run 20 times with 500 iterations, lifespan Θ = 3 and random initialization.

5.1. Separating PD Sources in UHF

In this experiment, high-voltage is applied to a 20 kV wire that has two separated sections with high divergence electric fields created on purpose for these measurements. Electrical discharges are activated on the surface of the dielectric of the wire and captured with two antennas. Figure 5 shows the setup with two sources of partial discharges in different sections and two antennas that receive the emission. In the top-left of the figure there is a detail of one of the PD sources which consists of a grounded copper wire wound around the high-voltage cable.
The sampling frequency is 5 GS/s and the time window is 1 μ s, so the frequency step is 1 MHz. Since the times of arrival of the radio-frequency emission of the discharges to the antennas are different, it is possible to know beforehand which pulse corresponds to which section of the wire, [5]. This will be necessary to check whether the classification is correct or not though the information is not used to help the algorithm during the separation of the clusters. In fact, the classification algorithm is only run with the pulses arriving to one of the antennas. The analysis follows the steps explained in Figure 1: First, the parameters P R L and P R H from Equations (1) and (2) are calculated using a random set of frequencies for the intervals. Every event is plotted in a two dimensional map, k-means is used to delimit two clusters and the Mahalanobis distance is calculated with Equation (4). In the next iterations, all three PSO algorithms are applied to maximize the distance changing the set of frequencies that defines the intervals. The results of the worst case scenario, minima of the maxima Mahalanobis distances, are summarized in Table 1 where the ageing leader and challengers PSO (ALC) shows the best behaviour for all cases, specially for c 1 = c 2 = 2.05 .
In that case, the resulting clusters are plotted in the 2D map in Figure 6 where they are clearly separated. The selected set of frequencies, f 1 L = 115 MHz, f 2 L = 361 MHz, f 1 H = 443 MHz, f 2 H = 524 MHz and f T = 607 MHz, was found to be the best option to maximize the distance between the two clusters obtaining D = 22.28 .
Figure 7 shows the average spectra of the signals in clusters 1 and 2. Notice that the algorithm does not select the frequencies in the averaged spectra, on the contrary, it analyzes the spectral power of every incoming PD even when the variance is larger. The spectra are plotted in arbitrary units because all components are referred to the peak amplitude. Therefore, low-power signals and high-power signals would be represented equitably. This is done because the signals under study can have different power and eliminating the scale factor helps in the interpretation of what the algorithm is doing. This step does not affect the algorithm since it is a mere representation to explain how the intervals are chosen.
In this particular case, both clusters 1 and 2 have low values for the parameter P R H since most of the power is concentrated inside the low frequency band. Moreover, the selected bands have kept out power of the signals of cluster 1 in the 380–440 MHz and 550–570 MHz bands so the relative power in [ f 1 L , f 2 L ] is lower for this cluster.
Any new incoming signal from the wire would be plotted close to any of the clusters. At this stage, the algorithm is capable of separating two partial discharge sources but there is not a correspondence between the clusters and the section of wire that emits the radiation. Using the information of the time of arrival to the antennas of the signals in the clusters, they can be labeled as coming from Section 1 or Section 2 of the wire. Figure 8 shows two examples of PD pulses generated when high-voltage is applied to the wire. The upper plot corresponds to Section 1 and the lower plot to Section 2 of the wire. In summary, despite the fact that both signals are derived from the same pulsed ionization process, this procedure allows for the identification of the origin of the partial discharges with a completely unsupervised algorithm and without any previous training.

5.2. Partial Discharges and Radio Interferences

In this example, the measurement of partial discharges is disturbed by FM radio signals to show the ability of the algorithm to discern signals with similar levels of energy. These types of disturbances can be very common in the measurement of partial discharges in high voltage overhead lines and substations close to populated areas. In the experiment, the partial discharges are generated in the same way as in the first case winding a grounded wire around a high-voltage cable. The antenna is separated from the source until the emission captured with the antenna is below or close to the level of the radio signal. Figure 9 shows an example of the acquired signals in the time domain with a signal-to-noise ratio (SNR) very close to unity, S N R = 1.15 . The separation of the clusters defined by the two types of signals is again done maximizing the Mahalanobis distance choosing the intervals with the PSO algorithms. The results shown in Table 2 conclude that the best method would be once more ALC PSO followed very closely by TVI. The best result is achieved with c 1 = c 2 = 3 but it is almost tied with c 1 = c 2 = 2.05 .
As a result of the best separation, the selected intervals were f 1 L = 5 MHz, f 2 L = 15 MHz, f 1 H = 82 MHz, f 2 H = 98 and f T = 98 MHz. The time window in this experiment is T w = 1 μ s, so the frequency step is again 1 MHz. The resulting clusters are plotted in a 2D map, Figure 10 and the averaged spectra of the signals are plotted in Figure 11.
Notice that the algorithm has decided to discard the information above f T = 98 MHz where both signals still have power. Then, it selects the low frequency interval, [ f 1 L , f 2 L ] , where the power of the signal with solid line is quite high and the power of the signal with dotted line is very low. This places cluster 2 to the right of the map, high P R L , and cluster 1 to the left, low P R L . Finally, the ALC PSO algorithm chooses the high frequency interval where the power of the signal with dotted line has most of the power so pushes cluster 1 to the top of the map, highest P R H . Cluster 2 has more power in the high frequency band than in the low frequency band so the P R H is relatively high with high dispersion.
The identification of the signals is easy because the partial discharges have power in frequency bands below the minimum FM radio frequency in 87.5 MHz and above 108 MHz, solid line, whereas the FM radio spectrum is strictly confined in the 87.5–108 MHz band, dotted line, resulting from the smooth modulated signals shown in Figure 9. Moreover, signals in cluster 2 are very scattered since PD have a stochastic nature and, hence, the spectral characteristics are not uniform. To assert these statements, taking a sample of a signal already classified in one of the clusters and analyzing its spectrum would label that cluster as FM radio or partial discharge.

5.3. High Frequency and Very High Frequency Signals

The nature of the partial discharges used in this case is completely different to demonstrate the capability of the algorithm in separating any type of PD. Now, the measuring setup is in agreement with the indirect detection circuit of the IEEE 1434 guide [34] including a coupling capacitor in parallel with the test objects to provide a low-impedance path for the PD. This also complies simultaneously with the standard IEC-60270 [35] for the identification of PD sources. The pulses and noise are acquired with a high frequency current transformer in the bands of frequency spanning from the high frequency range (HF) to the very high frequency range (VHF). This setup allows separating pulses using the wideband characteristic of the sensor and, in addition, identifying sources with the phase-resolved partial discharge (PRPD) patterns. The proposed separation technique has been extended to this frequency range to confirm the correct separation of the physical phenomena occurring in the insulations with the help of these PRPD patterns. Apart from noise, there are two types of signals occurring simultaneously: partial discharges occurring inside a 300 kVA power transformer and corona discharges due to the ionization of a sharp point at high-voltage. An inductive sensor captures all signals together and the algorithm is capable of classifying them in three clusters maximizing their distances. A total set of 2948 events were acquired during several minutes of simultaneous activity of electrical discharges and noise. The results are summarized in Table 3 where the ALC PSO shows again the best behaviour for all c 1 = c 2 parameters.
Figure 12 shows the classification of the three types of signals in clusters using the selected intervals to maximize the Mahalanobis distance where f 1 L = 0.25 MHz, f 2 L = 4.75 MHz, f 1 H = 10 MHz, f 2 H = 22.75 MHz and f T = 29.5 MHz. The sampling frequency is f s = 200 MS/s, the time window is now 4 μ s so the frequency step is 250 kHz. The algorithm considers that the information from f T = 29.5 MHz to f s / 2 = 100 MHz is irrelevant to separate the clusters. The averaged spectra of each cluster are shown in Figure 13. Observing the intervals, it can be seen that the dotted spectrum falls almost completely inside the low frequency interval, so those signals will be plotted with the highest P R L which corresponds to cluster 3 in Figure 12. Most of the power in the dashed line spectrum is left out of the selected bands, so it will be plotted with low P R L and P R H , corresponding to cluster 1 in Figure 12. Finally, the solid line spectrum has power in both intervals so it will be plotted in the center of the map, corresponding to cluster 2 in Figure 12.
As mentioned before, the algorithm does not identify the type of signal which should be done with additional information. Thus, at the moment, the only information we have is which signals and spectra correspond to which cluster but the origin of the signals is unknown. In this particular case, the nature of the electrical discharges can be known using a phase-resolved PD pattern, [36]. A high-frequency current transformer connected to the wire to ground that conducts the pulses would capture the signals shown in the pattern of Figure 14a where all dots are mingled together and it is difficult to identify their origin. Applying the separation algorithm, the events can be classified into three clusters. Then, selecting the elements of every cloud and plotting the patterns using the phase information [36], it is possible to obtain the rest of plots in Figure 14. Particularly, Figure 14b corresponds to cluster 1 in Figure 12 and it is identified as noise because the pattern is not correlated with the voltage phase. Figure 14c corresponds to cluster 2 which is identified as corona discharges because they occur only in one semi-cycle of the applied voltage. Finally, Figure 14d corresponds to cluster 3 which are internal discharges in the transformer because they occur in both semi-cycles and close to the zero-crossings of the voltage. Figure 15 shows an example of the three types of pulses. Notice that, though the signal-to-noise ratio is pretty poor, the algorithm is again able to separate the different types of signals.
There are dots in the map in Figure 12 that are not close to any of the clouds and could be discarded. The k-means clustering algorithm used in these examples associates all points to a certain group so, even when those events can be considered outliers they are assigned to a cluster. They also appear in Figure 14c,d and can be identified as dots with different voltage sign than those of the packed groups; they are, in fact, noise.

6. Conclusions

The application of PSO to enhance the performance of the PR separation technique has been deeply studied in this paper. Three different PSO algorithms have been compared to separate the clusters in the most efficient way leading to good results. The method can be applied to the classification of any type of signal as long as the information of interest is found in its spectral characteristics and it has been tested with partial discharges measured in the UHF and HF/VHF bands. Unlike other feature extraction techniques, the nature of the signal and the physical meaning of the outcome solution is preserved so further deductions on the results can be conducted. The spectral characterization has been limited to two bands of frequency to present clear and intuitive clusters in two dimension plots. The k-means clustering technique has been found to be suitable in the tested cases though it can be further improved by including more sophisticated methods where it is not necessary to know the number of classes a priori or the borders of the clouds are better defined such as spectral clustering. In every iteration, once the clusters have been defined, three different PSO algorithms are tested to find the bands of frequencies that maximize the minimum separation between clusters, and consequently, the bands of frequencies where the classes have more differences in their spectra. Thus, the proposed objective function calculates the distance between the centroids of the clusters, and maximizes the minimum distance in every iteration. Other approaches can be followed such as to maximize the sum of the distances between clusters or maximize the area of a polygon whose vertices are the centroids. The distance is another variable in the method that can be tweaked. Currently it is defined as the Mahalanobis distance to consider the dispersion of data inside the cluster. However, the method is open to the use of other similarity measures that capture prior knowledge about the problem. During the process with the PSO algorithms, it has been found that the method is very sensitive to the selected components of the frequency intervals because the power spectra of PD are usually very spiked. This means that changing one of the components of the frequency bands can move the positions of the clusters in the map from one place to another one far away. The result is that the separations achieved by the PSO algorithms are not the same every time they are run. Nevertheless, in the examples, after running all PSO 20 times, all the frequency bands selected were those that gave the worst distances between clusters and, hence, the poorest separation of the signals. Even in the worst case scenario, those bands were sufficient to have the clusters clearly identified and separated. The ALC PSO method achieves good results when the parameters c 1 and c 2 are low because it is capable of exploring larger areas of the solutions space thanks to the change of leader. The other PSO algorithms, CAN and TVI, may have early convergence at a relative maximum where they remain stuck because they do not have challengers which allow to explore new regions. Increasing c 1 and c 2 gives more mobility to the particles improving the performance of TVI to reach distances very similar to those obtained with ALC. However, the type of PSO is not critical and simpler PSO algorithms could also be used to separate the different types of signals or even other optimization methods. Moreover, considering the execution times for 500 iterations for each method and experiment in Table 4, the ALC PSO is clearly the slowest so, if computing time is an important constraint, any other method would be recommended.

Acknowledgments

Tests were done in the High-Voltage Research and Test Laboratory (LINEALT) at Universidad Carlos III de Madrid. The work done in this paper has been funded by the Spanish Government (MINECO) and the European Regional Development Fund (ERDF) under contract DPI2015-66478-C2-1-R (MINECO/FEDER, UE).

Author Contributions

The conceptual idea of the paper was proposed by G.R. and J.M.F. The algorithms were programmed and tested by J.M.F. J.M.F., G.R. and J.A.A.-R. provided the measurements for the experimental section of the paper. J.M.M.-T. and E.P.-H. gave interesting insights to the work done in the manuscript. All authors contributed to the writing of the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Calcara, L.; Pompili, M.; Muzi, F. Standard evolution of Partial Discharge detection in dielectric liquids. IEEE Trans. Dielectr. Electr. Insul. 2017, 24, 2–6. [Google Scholar] [CrossRef]
  2. IEC-TS-62478:2016. High-Voltage Test Techniques-Measurement of Partial Discharges by Electromagnetic and Acoustic Methods; Standard, International Electrotechnical Comission: Geneva, Switzerland, 2016. [Google Scholar]
  3. Li, P.; Zhou, W.; Yang, S.; Liu, Y.; Tian, Y.; Wang, Y. A Novel Method for Separating and Locating Multiple Partial Discharge Sources in a Substation. Sensors 2017, 17. [Google Scholar] [CrossRef] [PubMed]
  4. Zhu, M.X.; Wang, Y.B.; Liu, Q.; Zhang, J.N.; Deng, J.B.; Zhang, G.J.; Shao, X.J.; He, W.L. 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]
  5. Robles, G.; Fresno, J.M.; Martínez-Tarifa, J.M. Separation of Radio-Frequency Sources and Localization of Partial Discharges in Noisy Environments. Sensors 2015, 15, 9882–9898. [Google Scholar] [CrossRef] [PubMed]
  6. Li, Z.; Luo, L.; Zhou, N.; Sheng, G.; Jiang, X. A Novel Partial Discharge Localization Method in Substation Based on a Wireless UHF Sensor Array. Sensors 2017, 17. [Google Scholar] [CrossRef] [PubMed]
  7. Wielandt, S.; Strycker, L.D. Indoor Multipath Assisted Angle of Arrival Localization. Sensors 2017, 17, 2522. [Google Scholar] [CrossRef] [PubMed]
  8. Oppenheim, A.V.; Willsky, A.S.; Nawab, S.H. Signals & Systems, 2nd ed.; Prentice-Hall, Inc.: Upper Saddle River, NJ, USA, 1996. [Google Scholar]
  9. Van Der Maaten, L.; Postma, E.; Van den Herik, J. Dimensionality reduction: A comparative. J. Mach. Learn Res. 2009, 10, 66–71. [Google Scholar]
  10. Li, H.; Liu, J.; Liu, R.W.; Xiong, N.; Wu, K.; Kim, T.H. A Dimensionality Reduction-Based Multi-Step Clustering Method for Robust Vessel Trajectory Analysis. Sensors 2017, 17, 1792. [Google Scholar] [CrossRef] [PubMed]
  11. Tibshirani, R. Regression Shrinkage and Selection Via the Lasso. J. R. Stat. Soc. Ser. B 1994, 58, 267–288. [Google Scholar]
  12. Fujiwara, K.; Kano, M. Efficient input variable selection for soft-sensor design based on nearest correlation spectral clustering and group Lasso. ISA Trans. 2015, 58, 367–379. [Google Scholar] [CrossRef] [PubMed]
  13. Guyon, I.; Weston, J.; Barnhill, S.; Vapnik, V. Gene Selection for Cancer Classification Using Support Vector Machines. Mach. Learn. 2002, 46, 389–422. [Google Scholar] [CrossRef]
  14. Pearson, K. On Lines and Planes of Closest Fit to Systems of points in Space. Philos. Mag. 1901, 2, 559–572. [Google Scholar] [CrossRef]
  15. Yin, Y.; Liu, F.; Zhou, X.; Li, Q. An Efficient Data Compression Model Based on Spatial Clustering and Principal Component Analysis in Wireless Sensor Networks. Sensors 2015, 15, 19443–19465. [Google Scholar] [CrossRef] [PubMed]
  16. Reinsel, G.C.; Velu, R.P. Multivariate Reduced-Rank Regression: Theory and Applications; Springer: New York, NY, USA, 1998. [Google Scholar]
  17. Van der Maaten, L.; Hinton, G. Visualizing High-Dimensional Data Using t-SNE. J. Mach. Learn. Res. 2008, 9, 2579–2605. [Google Scholar]
  18. Warren Liao, T. Clustering of time series data-a survey. Pattern Recognit. 2005, 38, 1857–1874. [Google Scholar] [CrossRef]
  19. Ardila-Rey, J.; Martínez-Tarifa, J.M.; Robles, G.; Rojas-Moreno, M. Partial discharge and noise identification by means of spectral-power clustering techniques. Dielectr. Electr. Insul. IEEE Trans. 2013, 20, 1436–1443. [Google Scholar] [CrossRef]
  20. Xu, R.; Wunsch, D.I. Survey of clustering algorithms. Neural Netw. IEEE Trans. 2005, 16, 645–678. [Google Scholar] [CrossRef] [PubMed]
  21. Von Luxburg, U. A tutorial on spectral clustering. Stat. Comput. 2007, 17, 395–416. [Google Scholar] [CrossRef]
  22. Azran, A.; Ghahramani, Z. Spectral methods for automatic multiscale data clustering. In Proceedings of the 2006 IEEE Computer Society Conference on Computer Vision and Pattern Recognition, New York, NY, USA, 17–22 June 2006; Volume 1, pp. 190–197. [Google Scholar]
  23. Kennedy, J.; Eberhart, R. Particle swarm optimization. In Proceedings of the IEEE International Conference on Neural Networks, Perth, Austraia, 27 November–1 December 1995; Volume 4, pp. 1942–1948. [Google Scholar]
  24. Poli, R.; Kennedy, J.; Blackwell, T. Particle swarm optimization. Swarm Intell. 2007, 1, 33–57. [Google Scholar] [CrossRef]
  25. Esmin, A.A.; Coelho, R.A.; Matwin, S. A review on particle swarm optimization algorithm and its variants to clustering high-dimensional data. Artif. Intell. Rev. 2015, 44, 23–45. [Google Scholar] [CrossRef]
  26. Clerc, M.; Kennedy, J. The particle swarm-explosion, stability, and convergence in a multidimensional complex space. IEEE Trans. Evol. Comput. 2002, 6, 58–73. [Google Scholar] [CrossRef]
  27. Singh, R.P.; Mukherjee, V.; Ghoshal, S. Particle swarm optimization with an aging leader and challengers algorithm for the solution of optimal power flow problem. Appl. Soft Comput. 2016, 40, 161–177. [Google Scholar] [CrossRef]
  28. Bratton, D.; Kennedy, J. Defining a standard for particle swarm optimization. In Proceedings of the Swarm Intelligence Symposium (SIS), Honolulu, HI, USA, 1–5 April 2007; pp. 120–127. [Google Scholar]
  29. Shi, Y.; Eberhart, R.C. Parameter selection in particle swarm optimization. In Evolutionary Programming VII; Springer: Berlin, Eidelberg, 1998; pp. 591–600. [Google Scholar]
  30. Chen, W.N.; Zhang, J.; Lin, Y.; Chen, N.; Zhan, Z.H.; Chung, H.S.H.; Li, Y.; Shi, Y.H. Particle swarm optimization with an aging leader and challengers. IEEE Trans. Evol. Comput. 2013, 17, 241–258. [Google Scholar] [CrossRef]
  31. Robles, G.; Sánchez-Fernández, M.; Albarracín Sánchez, R.; Rojas-Moreno, M.; Rajo-Iglesias, E.; Martínez-Tarifa, J. Antenna Parametrization for the Detection of Partial Discharges. IEEE Trans. Instrum. Meas. 2013, 62, 932–941. [Google Scholar] [CrossRef] [Green Version]
  32. Raja, K.; Devaux, F.; Lelaidier, S. Recognition of discharge sources using UHF PD signatures. IEEE Electr. Insul. Mag. 2002, 18, 8–14. [Google Scholar] [CrossRef]
  33. Baker, P.; Judd, M.; McArthur, S. A frequency-based RF partial discharge detector for low-power wireless sensing. IEEE Trans. Dielectr. Electr. Insul. 2010, 17. [Google Scholar] [CrossRef] [Green Version]
  34. IEEE-1434:2014. IEEE Guide for the Measurement of Partial Discharges in AC Electric Machinery; IEEE: New York, NY, USA, 2014. [Google Scholar]
  35. IEC-60270:2000. High-Voltage Test Techniques-Partial Discharge Measurements; International Electrotechnical Comission: Geneva, Switzerland, 2000. [Google Scholar]
  36. CIGRE. Recognition of Discharges; CIGRE: Paris, France, 1969. [Google Scholar]
Figure 1. General flow diagram of the algorithm. P R L and P R H are calculated with Equations (1) and (2), respectively.
Figure 1. General flow diagram of the algorithm. P R L and P R H are calculated with Equations (1) and (2), respectively.
Sensors 18 00746 g001
Figure 2. Flow diagram of the particle swarm optimization with aging leader and challengers.
Figure 2. Flow diagram of the particle swarm optimization with aging leader and challengers.
Sensors 18 00746 g002
Figure 3. Flow diagram of the lifespan control based on the behavior of the global best, swarm and leader.
Figure 3. Flow diagram of the lifespan control based on the behavior of the global best, swarm and leader.
Sensors 18 00746 g003
Figure 4. Spectrum of the interferences in the laboratory captured by the antennas without voltage applied to the test objects.
Figure 4. Spectrum of the interferences in the laboratory captured by the antennas without voltage applied to the test objects.
Sensors 18 00746 g004
Figure 5. Setup mounted to create two sources of partial discharges with a wound copper wire around a high-voltage cable.
Figure 5. Setup mounted to create two sources of partial discharges with a wound copper wire around a high-voltage cable.
Sensors 18 00746 g005
Figure 6. 2D map with the clusters of the signals from two sections of the cable emitting partial discharges in the radio-frequency range.
Figure 6. 2D map with the clusters of the signals from two sections of the cable emitting partial discharges in the radio-frequency range.
Sensors 18 00746 g006
Figure 7. Average spectra of the pulses and the selected intervals that maximize the Mahalanobis distance. The solid line plot corresponds to cluster 1 and the dotted plot to cluster 2.
Figure 7. Average spectra of the pulses and the selected intervals that maximize the Mahalanobis distance. The solid line plot corresponds to cluster 1 and the dotted plot to cluster 2.
Sensors 18 00746 g007
Figure 8. Simultaneous UHF signals from the same type of PD phenomenon.
Figure 8. Simultaneous UHF signals from the same type of PD phenomenon.
Sensors 18 00746 g008
Figure 9. FM radio, upper plot, and partial discharge, lower plot.
Figure 9. FM radio, upper plot, and partial discharge, lower plot.
Sensors 18 00746 g009
Figure 10. 2D map in which cluster 1 corresponds to FM radio and cluster 2 to partial discharges.
Figure 10. 2D map in which cluster 1 corresponds to FM radio and cluster 2 to partial discharges.
Sensors 18 00746 g010
Figure 11. Average spectra of FM signals and partial discharges with the selected intervals. Notice that in this case, the vertical axis is in logarithmic scale to help in the visualization of the spectra. The dotted line corresponds to cluster 1 and the solid line to plot 2 as described in the text.
Figure 11. Average spectra of FM signals and partial discharges with the selected intervals. Notice that in this case, the vertical axis is in logarithmic scale to help in the visualization of the spectra. The dotted line corresponds to cluster 1 and the solid line to plot 2 as described in the text.
Sensors 18 00746 g011
Figure 12. 2D map of the three separated clusters corresponding to the VHF experiment.
Figure 12. 2D map of the three separated clusters corresponding to the VHF experiment.
Sensors 18 00746 g012
Figure 13. Spectra of the three types of signals. The dashed line corresponds to the average spectra of cluster 1, the solid line corresponds to cluster 2 and the dotted line to cluster 3.
Figure 13. Spectra of the three types of signals. The dashed line corresponds to the average spectra of cluster 1, the solid line corresponds to cluster 2 and the dotted line to cluster 3.
Sensors 18 00746 g013
Figure 14. Phase-resolved patterns to identify the type of pulses.
Figure 14. Phase-resolved patterns to identify the type of pulses.
Sensors 18 00746 g014
Figure 15. Three types of signals. The upper plot is electrical noise induced and conducted through the wire; the middle plot is one type of pulse corresponding to corona discharges and the lower plot is a pulse derived from discharges in the transformer.
Figure 15. Three types of signals. The upper plot is electrical noise induced and conducted through the wire; the middle plot is one type of pulse corresponding to corona discharges and the lower plot is a pulse derived from discharges in the transformer.
Sensors 18 00746 g015
Table 1. Minima of the maxima Mahalanobis distances achieved with Canonical PSO (CAN), time-varying inertia PSO (TVI) and ageing leader and challengers PSO (ALC) in the case of UHF signals.
Table 1. Minima of the maxima Mahalanobis distances achieved with Canonical PSO (CAN), time-varying inertia PSO (TVI) and ageing leader and challengers PSO (ALC) in the case of UHF signals.
c 1 = c 2 = 1 c 1 = c 2 = 2.05 c 1 = c 2 = 3
CAN17.6217.9316.95
TVI12.2414.4919.79
ALC18.2022.2821.36
Table 2. Mahalanobis distance achieved with Canonical PSO (CAN), time-varying inertia PSO (TVI) and ageing leader and challengers PSO (ALC) for the experiment with partial discharges and FM radio disturbances
Table 2. Mahalanobis distance achieved with Canonical PSO (CAN), time-varying inertia PSO (TVI) and ageing leader and challengers PSO (ALC) for the experiment with partial discharges and FM radio disturbances
c 1 = c 2 = 1 c 1 = c 2 = 2.05 c 1 = c 2 = 3
CAN22.1822.1212.33
TVI8.7832.2629.54
ALC22.3633.6033.65
Table 3. Minima of the maxima Mahalanobis distances achieved with Canonical PSO (CAN), time varying inertia PSO (TVI) and ageing leader and challengers PSO (ALC) for the experiment with very high frequency signals.
Table 3. Minima of the maxima Mahalanobis distances achieved with Canonical PSO (CAN), time varying inertia PSO (TVI) and ageing leader and challengers PSO (ALC) for the experiment with very high frequency signals.
c 1 = c 2 = 1 c 1 = c 2 = 2.05 c 1 = c 2 = 3
CAN8.708.658.79
TVI9.079.9113.62
ALC15.6816.3316.07
Table 4. Execution times in minutes for 500 iterations for every PSO method and experiment.
Table 4. Execution times in minutes for 500 iterations for every PSO method and experiment.
CANTVIALC
UHF3.132.2338.27
HF/VHF8.507.7831.16
FM2.473.7932.14

Share and Cite

MDPI and ACS Style

Robles, G.; Fresno, J.M.; Martínez-Tarifa, J.M.; Ardila-Rey, J.A.; Parrado-Hernández, E. Partial Discharge Spectral Characterization in HF, VHF and UHF Bands Using Particle Swarm Optimization. Sensors 2018, 18, 746. https://doi.org/10.3390/s18030746

AMA Style

Robles G, Fresno JM, Martínez-Tarifa JM, Ardila-Rey JA, Parrado-Hernández E. Partial Discharge Spectral Characterization in HF, VHF and UHF Bands Using Particle Swarm Optimization. Sensors. 2018; 18(3):746. https://doi.org/10.3390/s18030746

Chicago/Turabian Style

Robles, Guillermo, José Manuel Fresno, Juan Manuel Martínez-Tarifa, Jorge Alfredo Ardila-Rey, and Emilio Parrado-Hernández. 2018. "Partial Discharge Spectral Characterization in HF, VHF and UHF Bands Using Particle Swarm Optimization" Sensors 18, no. 3: 746. https://doi.org/10.3390/s18030746

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