Skip to main content
  • Research note
  • Open access
  • Published:

Minimization of the Wilson’s Central Terminal voltage potential via a genetic algorithm

Abstract

Objective

The Wilson Central Terminal (WCT) is an artificially constructed reference for surface electrocardiography, which is assumed to be near zero and steady during the cardiac cycle; namely it is the simple average of the three recorded limbs (right arm, left arm and left leg) composing the Einthoven triangle and considered to be electrically equidistant from the electrical center of the heart. This assumption has been challenged and disproved in 1954 with an experiment designed just to measure and minimize WCT. Minimization was attempted varying in real time the weight resistors connected to the limbs. Unfortunately, the experiment required a very cumbersome setup and showed that WCT amplitude could not be universally minimized, in other words, the weight resistors change for each person. Taking advantage of modern computation techniques as well as of a special ECG device that aside of the standard 12-lead Electrocardiogram (ECG) can measure WCT components, we propose a software minimization (genetic algorithm) method using data recorded from 72 volunteers.

Result

We show that while the WCT presents average amplitude relative to lead II of 58.85% (standard deviation of 30.84%), our minimization method yields an amplitude as small as 7.45% of lead II (standard deviation of 9.04%).

Introduction

The very first surface electrocardiogram was conceived and outlined by E. Einthoven in the 1900s, and entered clinical practice in the 1940s as 12-lead-Electrocardiogram (ECG). Since then, it is still the most popular non-invasive diagnostic tool for cardiac assessment [1, 2].

The 12-lead ECG is composed of twelve signals or ‘leads’ measured from the limbs and six positions on the chest called precordials. The precordials (1/2 of the signals) are measured as the potential difference between each exploring electrode located on the chest, and an assumed constructed ‘zero’ reference. This ‘zero’ reference was introduced by F. N. Wilson in 1931 and named after him as Wilson’s Central Terminal (WCT) [1]. By definition, it is the simple average of the three exploring electrodes connected to the right arm (RA), left arm (LA) and left leg (LL) and it is assumed to be steady and of negligible amplitude during the cardiac cycle.

However, the WCT voltage is neither steady nor of negligible amplitude [3]. Frank [4] was the first to undermine the idea of having a constant WCT during the cardiac cycle and discussed how this variation could affect the ECG measurement [2, 4,5,6]. Later, Burger clarified the true meaning of zero potential and defined the WCT as the average of the three limb leads which is symmetrical with respect to the limb leads [3]. To quantify the WCT voltage, Wilson proposed immersing the body in a large homogeneous conductor and theorized that 0.15 mV was its maximal value [7, 8].

Following this recommendation, Bayley and Kinard [9, 10] encased the body of volunteers inside a metal structure (called integrator electrode) that was immersed in water for the duration of the recording. With this experiment, they determined that the WCT is non-stationary during the cardiac cycle and its amplitude could be as large as 40% of Einthoven’s ECG signals [9, 10]. During this experiment, Bayley and Kinard also attempted a real-time minimization of the WCT amplitude to bring it below a non-influent value [10]. To achieve minimization they made use of three rheostats instead of fixed resistors and adjusted the weights of the three WCT components continually reporting the achieved new amplitude. To Achieve the WCT recording for the minimization, the volunteer was encased by a metal structure that was submerged in the water for the duration of the recording [10].

Although the notion that a large WCT voltage may be affecting the clinical recordings, aside from the few notable research studies [11, 12], all recording methods currently employed use the raw WCT as a reference for precordials. Eventually, after an initial wave of interest, the WCT has received scant research attention during the past decades [2]. Recently Gargiulo et al. [2, 12] proposed a way to record unipolar ECG without using the WCT and suggested a new device and a method to measure and store the WCT components. Taking advantage of the availability of these unique recording we present a software minimization for the WCT.

Our method similarly to the originally attempted minimization performs a weighted average of the WCT components. To achieve this goal we use a genetic algorithm (GA) [13]. The GA is a heuristic search method for finding the optimal answer for problems with high computational complexity. This approach is used for those problems, like ours, that either lacks a deterministic solution or a deterministic polynomial time complexity solution. This algorithm is called “genetic” because is based on the concept of the biological evolution of individuals within a population where “chromosomes” mutates to achieve the survival of the fittest. A “chromosome” represents a possible solution to the problem that can mutate from one population of chromosomes to the next population (generation) by using a “selection” procedure. The chromosomes that are selected to be in the next generation also could be changed or become parents of new chromosomes in the process of “mutation”, and “crossover” [13]. In this paper, we show results of our minimization method applied to data recorded from 72 patients (25 female, age average 66.35 year-old ± 11.46 year-old), at Campbelltown Hospital, New South Wales, Australia.

Main text

To our knowledge, this is the first attempt to the WCT minimization employing new data since Bayley and Kinard’s effort in 1954 [10]. The proposed approach to estimate M-WCT (whereas M stands for minimized) is engineered to fulfill:

  1. 1.

    Possibly be zero or near zero;

  2. 2.

    In any case (worst case scenario), M-WCT amplitude should be less than 0.1 mV, so that it can be considered clinically irrelevant and smaller than Wilson estimation of max amplitude [14].

In order to fit the M-WCT into the genetic algorithm paradigm, we need to formalize our problem regarding population, mutation, crossover and fitness function. Recalling that the WCT is the average of the limbs’ electrodes, we can define M-WCT as the weighted mean of the WCT’s components (weights can be different from 1/3, positive, not null and add up to one). More formally:

$$ M\text{-}WCT = \alpha \emptyset_{L} + \beta \emptyset_{R} + \gamma \emptyset_{F} $$
(1.1)
$$ 0 < \alpha ,\beta ,\gamma < 1 $$
(1.2)
$$ \alpha + \beta + \gamma = 1 $$
(1.3)

whereas \( \alpha ,\beta , \;{\text{and}}\;\gamma \) are the minimization parameters; \( \emptyset_{L} , \emptyset_{R} \) and \( \emptyset_{F} \) are the raw potential of the limb electrodes placed on LA, RA, and LL respectively; thus \( \alpha ,\beta , \;{\text{and}}\;\gamma \) are related to LA, RA and LL respectively, and will replace the averaging 5 kΩ resistors in our minimization.

To summarize, our method minimizes (1.1) according to the three main criteria enounced above constrained by (1.2) and (1.3).

Fitness function

As mentioned, the role of the fitness function is to ensure “the survival of the fittest” hence converging towards the solution. Equation (1.4) is selected as the fitness function. This is because its shape and its nonlinearity provide an increase in the probability of having M-WCT with smaller values; in other words, it encourages the algorithm to converge more rapidly to amplitudes smaller than 0.1 mV. The plot of the fitness function is depicted in Fig. 1.

Fig. 1
figure 1

Nonlinear fitness function is used to encourage individuals to have smaller M-WCT

$$ {\text{Fitness}} = \log_{0.00001} \left| {M\text{-}WCT} \right| $$
(1.4)

Population

Represents all possible answers (chromosomes), a new population is generated during each iteration where each individual is a tern of weighted factors \( \left( {\alpha ,\beta ,\gamma } \right) \). 80 individuals are chosen as population size. In the first population, only one chromosome is initialized by the WCT chromosome (\( \alpha = \beta = \gamma \) = 1/3) and the rest are generated randomly constrained only by the conditions (1.2) and (1.3). Also, (1) the elite members of each population are moved to the next generation directly; (2) the WCT chromosomes are preserved in each population.

Crossover

The role of the crossover operation is to build the next population based on selected chromosomes of the current population. We use single point and averaging crossover methods randomly to populate the next generation. For details see [15, 16].

Mutation

To avoid trapping into local optima the permutation algorithm is used to change the position of three parameters in a selected chromosome (mutation probability is equal to 0.1).

This method is applied to every voltages sample of the recording and computes three parameters to have the M-WCT trace during the cardiac cycle. For this study, we included data from 72 patients; each selected data excerpt has a normalized length of 10 s. As mentioned earlier, three weighting factors \( \alpha ,\beta , \;{\text{and}}\;\gamma \) are calculated using the GA to minimize Wilson Central Terminal. In Additional file 1: Table S1, we report the average values of the three weights and the average number of iterations that the GA needs to converge for all patients.

Similarly to previous studies [9, 10], the WCT and M-WCT amplitudes are measured averaging five consecutive beats for each dataset and reported as a percentage of lead II. We used the orientation of the QRS complex to report the polarity of the WCT. “N” denotes signals with an unclear polarity in which the positive deflection amplitude closely matched the negative deflection at the QRS. In Fig. 2, we report the amplitude of the M-WCT and the WCT for each patient as well as the average across the full 10 s of the three weighting parameters. As it can be seen in Fig. 2b, the variation of each parameter is too high among all the patients, and three optimal parameters cannot be found for all the patients. Summary of our findings are summarized in Additional file 1: Table S1.

Fig. 2
figure 2

Direct comparison of the WCT and M-WCT (a); average of weighing parameters (b). a Direct comparison of M-WCT (bold trace) and WCT relative to lead II amplitude. b Trend of the three (average across the full 10 s) weighting parameters

Similarly, to previous studies, we found a variety of the WCT shapes and polarities (slightly in favor, see Additional file 1: Table S1, for positive polarity) hence it is possible to say that the WCT is highly individual, and can have standard ECG characteristics, such as a P-wave and a T-wave. Individuality was also found in the M-WCT, as we show in Fig. 3. However, due to the negligible general amplitude of M-WCT (see Fig. 2), we conclude that the clinical impact of the M-WCT is negligible with respect to the WCT.

Fig. 3
figure 3

Example of positive deflection WCT. M-WCT is 11.04% of lead II amplitude, while WCT is 118.82% of lead II amplitude (average); the recording is from a 73-year-old male patient admitted at the hospital

Figure 3 shows an example of WCT in which a broader QRS feature with amplitude even higher than Lead II. However, as one can infer comparing M-WCT and WCT (bottom panel), the relative amplitude of M-WCT has highly decreased compared to the WCT relative amplitude.

An example of the WCT signal with a marked T-wave is visible in Additional file 2: Figure S1. As it can be observed, a marked T-wave deflection on the WCT trace (bottom panel) is synchronized with the T-wave on lead II (top panel). The WCT trace in Additional file 2: Figure S1 is also an excellent example of a highly variable WCT and an almost steady M-WCT. In one single cardiac cycle, the deflection’s polarity of the WCT changes at least three times, and its amplitude reaches 45.27% of lead II (average), while the M-WCT amplitude is 3.59% of lead II. Additional file 3: Figure S2 is an example of high WCT amplitude with negative deflection. As seen, the WCT has an amplitude of 59.21% of lead II, while M-WCT amplitude is only 2.79% of lead II.

Recall that there was an attempt to measure and minimize the WCT in 1954 with a peculiar experiment which required a very cumbersome setup [9, 10, 17]. Minimization was attempted by varying the weight resistors connected to the limbs in real time, and it showed that the WCT amplitude could not be universally minimized (see Additional file 4: Figure S3). They found out the value of the WCT is zero for half of their subjects when the three resistors were chosen as \( (r = l = 2.6f) \). Unfortunately, this resistors selection, for the other tested subjects) decreased the WCT amplitude to less than 50% when compared to an unweighted terminal selection \( \left( {r = l = f} \right) \) [17]. Our results (see Fig. 2b) shows that to minimize WCT amplitude, different weights should be used similarly to Bayley et al. experiment [17]. Additionally, we found that \( \gamma \) (the weighting factor of \( \emptyset_{F} \)) have usually larger amplitudes in comparison with \( \alpha \) and \( \beta \). However, as the WCT component signals (\( \emptyset_{L} , \emptyset_{R} \) and \( \emptyset_{F} \)) are highly individual, the computed weighted factors are also different for each patient. In our dataset, the ratio of \( \gamma \) to \( \alpha \) is in the range of [0.78, 5.69], and the ratio of \( \gamma \) to \( \beta \) is in the range of [0.62, 5.69] (see Fig. 2).

Limitations

Although with this work we overcome the need to submerge the patients in water and use manual rheostats actually achieving a real minimization, probably the largest limitation is represented by the need to collect an excerpt of data that need to be used for the GA. For this work, we used a data excerpt of 10 s that at a sample rate of 800 Hz means a buffer for 8000 samples. Although this may seem like a small number, considering that to converge our GA takes 200 ± 41 iterations requiring few minutes on an average computer before that the new precordials can be computed adding considerable delay to the ECG diagnosis. To improve our method, we are currently working on faster minimization techniques that could make the use of M-WCT viable in clinical practice.

Abbreviations

WCT:

Wilson Central Terminal

ECG:

electrocardiogram

GA:

genetic algorithm

RA:

right arm

LA:

left arm

LL:

left leg

M-WCT:

Minimized Wilson Central Terminal

References

  1. Malmivuo J, Plonsey R. Bioelectromagnetism Principles and Applications of Bioelectric and Biomagnetic Fields. Oxford University Press; 1995. p. 1–506. http://www.oxfordscholarship.com/view/10.1093/acprof:oso/9780195058239.001.0001/acprof-9780195058239.

  2. Gargiulo GD. True unipolar ECG machine for Wilson Central Terminal measurements. Biomed Res Int. 2015;2015:586397.

    Article  Google Scholar 

  3. Burger HC. The zero of potential: a persistent error. Am Heart J. 1955;49(4):581–6.

    Article  CAS  Google Scholar 

  4. Frank E. General theory of heart-vector projection. Circ Res. 1954;2(3):258–70. https://0-doi-org.brum.beds.ac.uk/10.1161/01.RES.2.3.258.

    Article  CAS  PubMed  Google Scholar 

  5. Dower GE, Osborne JA, Moore AD. Measurement of the error in Wilson’s central terminal: an accurate definition of unipolar leads. Br Heart J. 1959;21:352–60.

    Article  CAS  Google Scholar 

  6. Frank E, Kay CF. The construction of mean spatial vectors from null contours. Circulation. 1954;9(4):555–62.

    Article  CAS  Google Scholar 

  7. Wilson FN, Johnston FD, Rosenbaum FF, Barker PS. On Einthoven’s triangle, the theory of unipolar electrocardiographic leads, and the interpretation of the precordial electrocardiogram. Am Heart J. 1946;32(3):277–310. https://0-doi-org.brum.beds.ac.uk/10.1111/j.1365-2818.1858.tb04542.x.

    Article  CAS  PubMed  Google Scholar 

  8. Miyamoto N, Shimizu Y, Nishiyama G, Mashima S, Okamoto Y. The absolute voltage and the lead vector of Wilson’s central terminal. Jpn Heart J. 1996;37(2):203–14.

    Article  CAS  Google Scholar 

  9. Bayley RH, Kinard CL. The zero of potential of the electrical field produced by the heart beat; the problem with reference to the living human subject. Circ Res. 1954;2(2):104–11.

    Article  CAS  Google Scholar 

  10. Bayley RH, Reynolds EW, Kinard CL, Head JF. The zero of potential of the electric field produced by the heart beat; the problem with reference to homogenous volume conductors. Circ Res. 1954;2(1):4–13.

    Article  CAS  Google Scholar 

  11. Gargiulo G, Thiagalingam A, McEwan A, Cesarelli M, Bifulco P, Tapson J, et al. True unipolar ECG leads recording (without the use of WCT). Hear Lung Circ. 2013;22:S102.

    Article  Google Scholar 

  12. Gargiulo GD, McEwan AL, Bifulco P, Cesarelli M, Jin C, Tapson J, et al. Towards true unipolar ECG recording without the Wilson central terminal (preliminary results). Physiol Meas. 2013;34(9):991–1012. http://0-stacks-iop-org.brum.beds.ac.uk/0967-3334/34/i=9/a=991?key=crossref.3ee57f77157cc5fa56247c2775f2317d.

  13. Mitchell M. An introduction to genetic algorithms, vol. 32. In: Computers and mathematics with applications. MIT Press Ltd; 1996. https://books.google.ca/books/about/An_Introduction_to_Genetic_Algorithms.html?id = 0eznlz0TF-IC&pgis = 1%5Cn, http://www.amazon.ca/exec/obidos/redirect?tag = citeulike09-20&amp;path = ASIN/0262631857%5Cn, http://0-linkinghub-elsevier-com.brum.beds.ac.uk/retrieve/pii/S0898122196902278.

  14. Sheppard JP, Barker TA, Ranasinghe AM, Clutton-Brock TH, Frenneaux MP, Parkes MJ. Does modifying electrode placement of the 12 lead ECG matter in healthy subjects? Int J Cardiol. 2011;152(2):184–91.

    Article  Google Scholar 

  15. Rawlins GJE. Foundations of genetic algorithms 1991 (FOGA 1). Foundations of genetic algorithms (Book 1). Morgan Kaufmann; 1 edition (July 15, 1991); 1991.

  16. Gwiazda TD. Genetic algorithms reference, vol. 1. Tomasz Gwiazda; 2006.

  17. Bayley RH, Schmidt AE. The problem of adjusting the wilson central terminal to a zero of potential in the living human subject. Circ Res. 1955;3(1):94–102. https://0-doi-org.brum.beds.ac.uk/10.1161/01.RES.3.1.94.

    Article  CAS  PubMed  Google Scholar 

Download references

Authors’ contributions

MH conceptualized this study and wrote the necessary code. GG, IS, and AOL performed data recording in hospital and data analysis. PB, MC, AM, and JT contributed to the data analysis and to the writing of the text. IS, AOL, and AT gave also clinical advice. All authors read and approved the final manuscript.

Acknowledgements

The authors wish to thank the patients at Campbelltown Hospital (New South Wales, Australia) who volunteered for this study, and the hospital staff who supported and helped with the data collection, particularly the nurses of the Coronary Care Unit.

Competing interests

The authors declare that they have no competing interests.

Availability of data and materials

Although we are still working to the data collection and planning to release the full dataset before the end of the year, the data used for this paper are available upon request.

Consent for publication

Not applicable.

Ethics approval and consent to participate

All the patients volunteered for this study and gave written consent (this study was approved by the Ethics Committee of the South West Sydney Health District on 23rd September 2015 with the protocol number HREC/15/LPOOL/302).

Funding

This study is supported by the office for Research Engagement and Development with Industry (REDI) at the Western Sydney University and by the MARCS Institute.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Hossein Moeinzadeh.

Additional files

Additional file 1: Table S1.

Measurements summary.

Additional file 2: Figure S1.

Example of negative deflection WCT. WCT is 59.21% of lead II amplitude, while M-WCT is 2.79% of lead II amplitude (average); the recording is from a 59-year-old male patient admitted with chest pain.

Additional file 3: Figure S2.

Example of negative deflection WCT. WCT is 59.21% of lead II amplitude, while M-WCT is 2.79% of lead II amplitude (average); the recording is from a 59-year-old male patient admitted with chest pain.

Additional file 4: Figure S3.

Comparison of three resistors for right hand, left hand, and foot electrodes for 33 patients, experiment done by Bayley and Schmidt.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Moeinzadeh, H., Bifulco, P., Cesarelli, M. et al. Minimization of the Wilson’s Central Terminal voltage potential via a genetic algorithm. BMC Res Notes 11, 915 (2018). https://0-doi-org.brum.beds.ac.uk/10.1186/s13104-018-4017-y

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/s13104-018-4017-y

Keywords