Literature DB >> 25252971

Detection of a and b waves in the acceleration photoplethysmogram.

Mohamed Elgendi1, Ian Norton, Matt Brearley, Derek Abbott, Dale Schuurmans.   

Abstract

BACKGROUND: Analyzing acceleration photoplethysmogram (APG) signals measured after exercise is challenging. In this paper, a novel algorithm that can detect a waves and consequently b waves under these conditions is proposed. Accurate a and b wave detection is an important first step for the assessment of arterial stiffness and other cardiovascular parameters.
METHODS: Nine algorithms based on fixed thresholding are compared, and a new algorithm is introduced to improve the detection rate using a testing set of heat stressed APG signals containing a total of 1,540 heart beats.
RESULTS: The new a detection algorithm demonstrates the highest overall detection accuracy--99.78% sensitivity, 100% positive predictivity--over signals that suffer from 1) non-stationary effects, 2) irregular heartbeats, and 3) low amplitude waves. In addition, the proposed b detection algorithm achieved an overall sensitivity of 99.78% and a positive predictivity of 99.95%.
CONCLUSIONS: The proposed algorithm presents an advantage for real-time applications by avoiding human intervention in threshold determination.

Entities:  

Mesh:

Year:  2014        PMID: 25252971      PMCID: PMC4190349          DOI: 10.1186/1475-925X-13-139

Source DB:  PubMed          Journal:  Biomed Eng Online        ISSN: 1475-925X            Impact factor:   2.819


Introduction

Although the clinical significance of Accelerated Plethysmograph (APG) measurement has been well-investigated [1-4], there are still a lack of studies focusing on the automatic detection of a and b waves in APG signals. However, Matsuyama [5] attempted to determine which of the nine QRS algorithms of Friesen’s ECG algorithms [6] suit the detection of a waves in APG signals—this is because the morphology of the R peak in ECG signal is similar to the a wave in the APG signal. The detection rate was below 63% for all nine algorithms, even after modifying the thresholds with different values. Matsuyama [5] recommended that a new robust algorithm be developed for both APG and ECG signals. Therefore, our investigation herein is aimed at developing a robust algorithm to detect a waves in APG signals and to compare its performance with the prior nine a detection algorithms [5]. Up to the present there has been no attempt to detect b waves in APG signals; and therefore a new method for detecting the b wave is now introduced. To validate the robustness of the developed algorithms, noisy APG signals—measured at rest and after exercise—were tested. Photoelectric plethysmography is the most commonly used method for pulse-wave analysis—it is also know as photoplethysmography (PTG/PPG) or digital volume pulse (DVP) analysis. In this paper, the acronym PPG will be used throughout, as recommended by [7]. Fingertip PPG mainly reflects the pulsatile volume changes in the finger arterioles, as shown in Figure 1. Application of the second derivative is typically applied to accentuate subtle changes in the PPG contour [1]. It is the second derivative of the PPG signal that is the APG, also known as SDPPG [7].
Figure 1

Fingertip photoplethysmogram signal measurement [[8]]. (a) Fingertip photoplethysmogram. (b) Second derivative wave of photoplethysmogram. The photoplethysmogram waveform consists of one systolic wave and one diastolic wave, while the second derivative photoplethysmogram waveform consists of four systolic waves (a, b, c, and d waves) and one diastolic wave (e wave).

Fingertip photoplethysmogram signal measurement [[8]]. (a) Fingertip photoplethysmogram. (b) Second derivative wave of photoplethysmogram. The photoplethysmogram waveform consists of one systolic wave and one diastolic wave, while the second derivative photoplethysmogram waveform consists of four systolic waves (a, b, c, and d waves) and one diastolic wave (e wave). As depicted in Figure 1, the APG waveform comprises four systolic waves (a, b, c, and d waves) and one diastolic wave (e wave) [2]. In our study, the height of detected a and b waves was measured from the baseline—the values of a waves are positive (above the baseline), while the values of b waves are negative (under the baseline). The main focus of this study is to provide a robust detection algorithm for a and b that can be used in clinical studies, e.g., carotid distensibility and ageing [9].

Materials and methods

Ethics statement

There is one annotated APG database available at Charles Darwin University. The data were collected during rest (before exercise) and after one hour of exercise (walking) on a treadmill in the climate control chamber at Northern Territory Institution of Sport (Darwin, Australia). The speed of treadmill was set to 5 km/h with a one percent incline increment corresponding to the effort required to walk with 8 kg of webbing. The exercise was considered to be of moderate intensity, and the background of the entire project can be found in [5]. All subjects provided written informed consent before participation, which was approved by the Charles Darwin University Ethics Committee. The database is available upon request at Charles Darwin University: http://www.cdu.edu.au/ehse.

Data used

The PPGs of 27 healthy volunteers (males) with a mean ± SD age of 27 ± 6.9 were measured using a photoplethysmography device (Salus APG, Japan), with the sensor located at the cuticle of the second digit of the left hand, in which all subjects were included. Measurements were taken while the subject was at rest on a chair. The PPG data were collected at a sampling rate of 200 Hz and the duration of each recording was 20 seconds. The PPG recordings of 20 seconds are intentionally much shorter than is usual for ECG recordings to exclude motion artefacts and other noise [10]. This also serves as a preliminary test of feasibility, where the ease of shorter recording lengths is desirable in a clinical setting. The annotations were carried out by only one PPG specialist, which is sufficient for this preliminary proof-of-concept study. The signals measured during rest, before exercise, contained a total of 584 heartbeats, whilst the PPG signals collected after one hour of exercise with a total of 885 heartbeats, and two hours of exercise with total of 956 heart beats; the background of the entire project can be found in [5]. For signal analysis and wave detection, MATLAB 2010b (The MathWorks, Inc., Natick, MA, USA) was used.

Training set

The PPG signals collected after 1 hour of exercise were used for training as they includes different shapes of PPG waveforms and noise. Moreover, it contained fast rhythm PPG signals, with a total of 885 heart beats, which had an impact on the detection accuracy.

Test set

PPG signals were measured at rest (before the exercise), with a total of 584 heart beats, and after 2 hours of exercise, with a total of 956 heart beats, were used for testing.

Methodology

We discuss and evaluate nine algorithms that are used by Matsuyma [5] to detect a waves in APG signals, and introduce a new algorithm that demonstrates greater robustness and accuracy for the a wave detection under conditions of heat stress. All of the algorithms we evaluate are advantageous in that they do not impose an extensive computational overhead that is often required in biosignal analysis. In describing the algorithms for a wave detection in this article, note that X[ n] refers to the raw PPG signal; while S[ n] refers to the filtered X[ n] signal. Here, THR1, THR2, and THR3 refer to the the first, second, and third threshold, consequently.

Nine algorithms

AF1: This algorithm is based on the algorithm developed by Morizet-Mahoudeaux [11]. The algorithm examines the amplitudes and slopes of the APG signals, which form the distinctive feature of the a wave, exceed certain thresholds. The slope is the first derivative of the APG signal, S[ n]=X[ n+1]−X[ n−1], followed by three fixed thresholds. The optimal values of these thresholds are defined by Matsuyama [5] as follows: THR1=0.31 max(X[ n]), THR2=0.0001, and THR3=−0.001. AF2: This algorithm is based on the algorithm developed by Fraden and Neuman [12]. The algorithm examines the amplitudes and the slopes of the APG signal. The optimal threshold values for the amplitudes and slopes (positive) are THR1=0.21 max(X[ n]) and THR2 = 0.75 [5]. The APG signal X[ n] is rectified. The absolute value of the APG signal is taken as X1[ n]=|X[ n]|. This signal X1[ n] is then modified using the amplitude threshold THR1 as follows: X2[ n]=X1[ n] if X1[ n]>THR1 and X2[ n]=THR1 if X1[ n]THR2. AF3: This algorithm is based on Gustafson’s algorithm [13]. This algorithm not only examines the positive slopes but also the product of the slope and amplitude of the APG signal. The first derivative S[ n] is defined as S[ n]=X[ n+1]−X[ n−1], followed by an optimal threshold value THR1=62 [5]. FD1: The concept for this algorithm was taken from Menrad [14]. This algorithm examines the slopes of the APG signal. Menard defined the first derivative as follows: S[ n]=−2X[ n−2]−X[ n−1]+X[ n+1]+2X[ n+2], followed by an optimal slope threshold THR1=0.099 max(S[ n]). FD2: This algorithm is based on the method developed by Holsinger [15]. The algorithm examines the slopes of the APG signal. The first derivative S[ n] is described as: S[ n]=X[ n+1]−X[ n−1]. The optimal threshold value for the positive slopes is: THR1=150 [5]. FS1: This algorithm is a simplified version of the technique presented by Balda [16]. The first and second derivatives of the APG signal are employed. The following absolute values of the first and second derivative of the APG signals are obtained by X1[ n]=X[ n + 1]−X[ n − 1] and X2[ n]=X[ n + 2]−2X[ n]+X[ n − 2]. The filtered PPG signal is calculated using these derivatives as follows: S[ n]=1.3X1[ n]+1.1X2[ n], followed by an optimal threshold value THR1=154.5 [5]. FS2: This algorithm adapts the QRS detection technique developed in 1983 by Ahlstrom and Tompkins [17]. This algorithm examines the first and second derivative of the APG signal. The rectified first derivative is calculated as X1[ n]=abs(X[ n+1]−X[ n−1]). The rectified first derivative is then smoothed as X2[ n]=(X1[ n−1]+2X1[ n]+X1[ n+1])/4. The absolute value of the second derivative is calculated as X3[ n]=X[ n+2]−2X[ n]+X[ n−2]. The smoothed absolute values of the first derivative are added to the absolute values of second derivative as follows Y[ n]=X2[ n]+X3[ n], followed by two thresholds THR1=0.1 max(S[ n]) and THR2=0.8 max(S[ n]). DF1: This algorithm is adapted from the one developed by Engelse and Zeelenberg [18]. The algorithm employs digital filters, such as a differentiator and a low-pass filter. A differentiator is applied to the APG signals X1[ n]=X[ n]−X[ n−4], then passed through a digital lowpass filter S[ n]=X1[ n]+4X1[ n−1]+6X1[ n−2]+4X1[ n−3]+X1[ n−4], followed by a threshold THR1=21. DF2: This algorithm is based on Okada’s QRS detection algorithm [19]. The algorithm uses digital filters, such as a moving average filter and a low-pass filter. The first step is to smooth the APG signals with a three-point moving average filter X1[ n]=X[ n−1]+2X[ n]+X[ n+1]. Then pass X1 through a low-pass filter as follows , where m=3. The next step is squaring the difference between the input X1[ n] and output X2[ n] of the low-pass filter X3=(X1[ n]−X2[ n])2, followed by a filtering step . A modification step is done as follows X5[ n]=X4[ n], if [ X1[ n]−X1[ n−m] ][ X1[ n]−X1[ n+m] ]>THR1, otherwise X5[ n]=0, where THR1=1. The last step is thresholding with THR2=0.006 max(X5[ n]) [5].

Proposed method

In this study, a novel algorithm, adapted from the framework proposed by Elgendi for detecting systolic waves in PPG signals [20], for detecting QRS complexes in ECG signals [21, 22], and for detecting c, d, and e waves in APG signals [23], will be evaluated. The same approach will be used here to detect the a waves. The method consists of three main stages: pre-processing (bandpass filtering and squaring), feature extraction (generating potential blocks using two moving averages), and classification (thresholding). The structure of the algorithm is given in Figure 2.
Figure 2

Flowchart of the knowledge-based wave detection algorithm. The algorithm consists of three stages: pre-processing (bandpass filter, cancellation of b waves, and squaring), feature extraction (generating blocks of interest based on prior knowledge), and thresholding (based on prior knowledge).

Flowchart of the knowledge-based wave detection algorithm. The algorithm consists of three stages: pre-processing (bandpass filter, cancellation of b waves, and squaring), feature extraction (generating blocks of interest based on prior knowledge), and thresholding (based on prior knowledge).

Bandpass filter

A zero-phase second-order Butterworth filter, with bandpass 0.5–15 Hz based on a brute force search that will be discussed later in the Parameter optimization section, was implemented to remove the baseline wander and high frequencies that do not contribute to the a wave (cf. Figure 3). The output of the zero-phase Butterworth filter applied to the PPG signal—at rest and after exercise—produced a filtered signal S[ n], as shown in Figure 4. The code line of this step is line 2 in the pseudocode of the a detection algorithm (Algorithm 1), where F1=0.5 Hz and F2=15 Hz.
Figure 3

Fourier transform of noisy PPG signals: (a) PPG signal and (b) Fourier transform (spectrum) of the PPG signal. The spectrum illustrates peaks at the fundamental frequency of 50 Hz, as well as the second and third harmonics at 100 Hz. The spectrum shows that the main energy of the PPG signal lies below 20 Hz.

Figure 4

The proposed algorithm output for PPG measured at rest and after exercise.

Fourier transform of noisy PPG signals: (a) PPG signal and (b) Fourier transform (spectrum) of the PPG signal. The spectrum illustrates peaks at the fundamental frequency of 50 Hz, as well as the second and third harmonics at 100 Hz. The spectrum shows that the main energy of the PPG signal lies below 20 Hz. The proposed algorithm output for PPG measured at rest and after exercise.

Second derivative

To obtain the APG signals, the second derivative was applied to the filtered PPG in order to analyze the APG signals. Equations 1 and 2 represent a non-causal filter; the three-point centre derivative was created with a delay of only two samples. where T is the sampling interval and equals the reciprocal of the sampling frequency and n is the number of data points. Figure 4 shows the second derivative of the filtered PPG signal measured at rest and after exercise. The code line of this step is line 3 in the pseudocode of the a detection algorithm (Algorithm 1).

Cancellation of b wave

At this stage, the a wave of the APG needs to be emphasized to distinguish it clearly for detection. This can be done by clipping the negative parts of the APG signal (Z[ n]=0, if Z[ n]<0). The code line of this step is line 4 in the pseudocode of the a detection algorithm (Algorithm 1).

Squaring

Squaring emphasizes the large differences resulting from the a wave, which suppress the small differences arising from the diastolic wave and noise, as shown in Figure 4. This step results in the output which is important for improving the accuracy in distinguishing the a wave segment in APG signals. The code line of this step is line 5 in the pseudocode of the a detection algorithm (Algorithm 1).

Generating blocks of interest

Blocks of interest are generated using two event-related moving averages that demarcate the a wave and heartbeat areas. The particular method used to generate blocks of interest has been mathematically shown to detect systolic waves [20] and QRS complexes [21]. In this procedure, the first moving average (MApeak) is used to emphasize the a wave area, as the dotted signal shows in Figure 5, and is given by
Figure 5

Demonstrating the effectiveness of using two moving averages to detect and waves. (a) Two beats APG signal; (b) generating blocks of interest after using two moving averages: the dotted black line is the first moving average MApeak and the solid green line is the second moving average MAbeat; and (c) the detected a and b waves after applying the thresholds. Here, ‘red asterisk’ represents the detected a wave and ‘black plus sign’ represents the detected b wave by the proposed algorithm.

Demonstrating the effectiveness of using two moving averages to detect and waves. (a) Two beats APG signal; (b) generating blocks of interest after using two moving averages: the dotted black line is the first moving average MApeak and the solid green line is the second moving average MAbeat; and (c) the detected a and b waves after applying the thresholds. Here, ‘red asterisk’ represents the detected a wave and ‘black plus sign’ represents the detected b wave by the proposed algorithm. where W1 represents the window size of the systolic-peak duration. The resulting value is rounded to the nearest odd integer. The exact value for W1 of 175 ms is determined after a brute force search, which will be discussed later in the Parameter optimization section. The second moving average (MAbeat) is used to emphasize the beat area to be used as a threshold for the first moving average, shown as a dashed signal in Figure 5, and is given by where W2 represents a window size of approximately one beat duration. Its value is rounded to the nearest odd integer. The exact value for W2 of 1000 ms is determined after a brute force search, which will be discussed later in the Parameter optimization section. The code lines of this step are lines 6–7 in the pseudocode of the a detection algorithm (Algorithm 1).

Thresholding

The equation that determines the offset level (α) is , where β = 0 based on a brute force search that will be discussed later in the Parameter optimization section, while is the statistical mean of the squared filtered PPG signal. The first dynamic threshold value was calculated by shifting the MAbeat signal with an offset level α, as follows: In this stage, the blocks of interest were generated by comparing the MApeak signal with THR1, in accordance with the lines 10–17 the code lines shown in the pseudocode of Algorithm 1. Many blocks of interest will be generated, some of which will contain the APG feature (a wave), while others will primarily contain noise. Therefore, the next step is to reject blocks that result from noise. Rejection is based on the anticipated systolic-peak width. In this paper, the undesired blocks are rejected using a threshold called THR2, which rejects the blocks that contain diastolic wave and noise. By applying the THR2 threshold, the accepted blocks will contain a waves only, As discussed, the threshold THR2 corresponds to the anticipated a wave duration. If a block is wider than or equal to THR2, it is classified as an a wave. If not, it will be classified as noise. The last stage is to find the maximum absolute value within each block to detect the a wave; the code lines of this step are lines 19–26 in the pseudocode of the a detection algorithm (Algorithm 1). Consecutive a waves are shown in Figure 5 to demonstrate the idea of using two moving averages to generate blocks of interest. Not all the blocks contain potential a waves; some blocks are caused by noise and need to be eliminated. Blocks that are smaller than the expected width for the a wave duration are rejected. The rejected blocks are considered to be noisy blocks and the accepted blocks are considered to contain an a wave. The detected a waves are compared to the annotated a waves to determine whether they were detected correctly. The search range for the true a wave was fixed to ± 50 ms for all algorithms to ensure consistency of comparison.

Detection of b waves

Figure 6(a) shows the b wave as a global minimum in a subject with good circulation, while Figure 6(b) shows the d wave as a global minimum in a subject with poor circulation—blood flow becomes restricted to certain parts of the body such as the fingers [24]. However, in both cases, the b wave is the first minimum after the a wave. The b wave can therefore be detected by finding the local minimum, as follows:
Figure 6

Demonstrating the local minimum and global minimum of the wave in the APG signa. (a) b wave is global minimum, (b) b wave is local minimum.

Demonstrating the local minimum and global minimum of the wave in the APG signa. (a) b wave is global minimum, (b) b wave is local minimum. where APG is the second derivative of the PPG signal (calculated in line 3 in Algorithm 1), i is a counter for the detected a waves, k is the search interval for the b waves, and ∧ is logical AND operator. To reduce the computational complexity for finding b waves, the interval k has been set to vary from 8 ms to 136 ms.

Parameter optimization

Performance of a wave detection algorithms is typically evaluated using two statistical measures: sensitivity (SE) and positive predictivity (+P); whereas SE=TP/(TP+FN) and +P=TP/(TP+FP). Here, TP is the number of true positives (a wave detected as an a wave), FN is the number of false negatives (a wave has not been detected), and FP is the number of false positives (non-a wave detected as an a wave). The SE reported the percentage of true a waves that were correctly detected by the algorithm. The +P reports the percentage of the detected a waves that were true a waves. Similarly, the same statistical measures were used for evaluating the b waves. The function of the a wave detector (cf. pseudocode of Algorithm 1) has five inputs: the PPG signal (PPGsignal), frequency band (F1– F2), event-related durations W1,W2, and the offset (β). Any change in these parameters will affect the overall performance of the proposed algorithm. These parameters are interrelated and cannot be optimized in isolation. A rigorous optimization via brute-force search, over all parameters, was conducted (cf. Table 1). This is a time-consuming process, but it is required before making definitive claims. The data used in this training phase were the PPG signals measured at after 1 hour of exercise. Optimization of the beat detector’s spectral window for the lower frequency resulted in a value within 0.5–1 Hz with the higher frequency within 7–15 Hz. The window size of the first moving average (W1) varied from 100 ms to 200 ms, whereas the window size of the second moving average (W2) varied from 1000 ms to 1.250 s. The offset α was tested over the range 0–10% of the mean value of the squared filtered PPG signal. The QRS complex corresponds roughly to the systolic duration (a wave duration) in APG, which is 100±20 ms in healthy adults [25]. Interestingly, the algorithm uses an optimal value of W1 (175 ms) corresponded to the a wave duration, and an optimal value of W2 (1000 ms) for the heartbeat duration. It is clear from Table 1 that the optimal frequency range for the systolic detection algorithm over the database was 0.5–15 Hz. Moreover, the optimal values for the moving-average window sizes and offset are W1=175 ms, W2=1000 ms, and α=0. The systolic algorithm was adjusted with these optimal parameters. Then, the detector was tested on two PPG datasets (PPG measured at rest and after 2 hours of exercise) without any further adjustment.
Table 1

A rigorous optimization over all parameters of the wave detection algorithm: frequency band, , , and the offset

IterationsFrequency band W 1 W 2 Offset (%)SE (%)+P (%)Overall accuracy (%)
10.5–15 Hz35200099.72100.0099.86
20.5–11 Hz25200099.9299.7899.85
31–15 Hz35200099.68100.0099.84
40.5–13 Hz35200099.67100.0099.84
50.5–14 Hz202200100.0099.6499.82
61–14 Hz35200099.64100.0099.82
70.5–14 Hz20200099.9299.7199.82
80.5–14 Hz20210099.9299.7199.82
90.5–13 Hz25200099.8499.7899.81
101–14 Hz25200099.8499.7899.81
111–14 Hz25210099.8499.7899.81
120.5–13 Hz20200099.9299.6699.79
131–15 Hz30200099.7599.8299.79
140.5–15 Hz30200099.6899.8999.78
151–9 Hz35200099.55100.0099.78
160.5–12 Hz252200100.0099.5599.78
170.5–14 Hz35200099.54100.0099.77
181–15 Hz30250099.7599.7999.77
190.5–15 Hz25200099.9299.6199.76
200.5–12 Hz25200099.8499.6899.76
.......
.......
.......
56060.5–8 Hz402301090.2299.8895.05
56070.5–7 Hz40230989.8099.8894.84
56080.5–7 Hz40240989.9699.6894.82
56090.5–7 Hz402301089.2199.8894.55
56100.5–7 Hz402401089.3899.6894.53

All possible combinations of parameters (5,610 iterations) have been investigated and sorted in descending order according to their overall accuracy. The data used in this training phase were PPG measured after 1 hour of exercise, with 885 heartbeats. The overall accuracy is the average value of SE and +P.

A rigorous optimization over all parameters of the wave detection algorithm: frequency band, , , and the offset All possible combinations of parameters (5,610 iterations) have been investigated and sorted in descending order according to their overall accuracy. The data used in this training phase were PPG measured after 1 hour of exercise, with 885 heartbeats. The overall accuracy is the average value of SE and +P.

Results and discussion

Based on the parameter optimization step, the value of α=0, which means there is no need for an offset to improve the detection rate, as it was required in detecting QRS in ECG signals [21] and systolic peaks in PPG signals [20]. This is perhaps because of the sharp clear peak (high amplitude) of the a wave compared to the other APG waves (c, d, and e waves). The a wave detection algorithms were tested on 27 subjects, with the APG signals measured before exercise and after 2 hours of exercise; with a total of 54 recordings, as shown in Table 2. The main objective was to evaluate the robustness of the algorithms against the non-stationary effects, low SNR, and high heart rate exhibited after exercise in conditions of heat stress. Under normal conditions, analyzing stationary APG signals is straightforward; as a waves have similar amplitudes, the statistical characteristics of the signals (i.e., mean and standard deviation) do not change appreciably with time, and a simple threshold level can effectively detect a waves. Figures 7(a) and 8(a) represent the APG signals with stationarity effects for volunteer G2 (before exercise) and L3 (after 2 hours of exercise)—all a waves are almost straight-lined. By contrast, under stress, APG signals become non-stationary, which makes analysis difficult since the standard deviation changes with time—note that a wave amplitudes vary with time and simple level thresholds cannot optimally detect a waves. This has a negative effect on detection algorithm performance, which is clearly seen in Table 3 when the nine amplitude-dependent algorithms were applied to the APG signals. Moreover, Matsuyama [5] reported that none of the nine amplitude-dependent algorithms achieved acceptable a wave detection rates even after optimizing the threshold values. Most of these nine algorithms, such as AF2, AF3, FD1, FD2, DF1, and FS1, strictly followed the morphology of the QRS complex. However, it is clear that amplitude-dependent algorithms are not optimal methodologies for detecting a waves in APG signals under varying conditions.
Table 2

Performance of the proposed wave detection algorithm on the testing dataset (APG signals measured at rest and after 2 hours of exercise)

Before exerciseAfter 2 hours of exercise
RecordNo of beatsTPFPFNSE (%)+P(%)No of beatsTPFPFNSE (%)+P(%)
A1 26260010010043410295.34100
A2 242400100100474700100100
B1 17170010010044430197.72100
B2 262600100100383800100100
C2 202000100100373700100100
C3 202000100100232300100100
D2 222200100100393900100100
D3 191900100100272700100100
E1 222200100100303000100100
E2 222200100100303000100100
E3 191900100100383800100100
G2 30300010010049480197.95100
G3 19190010010042410197.61100
H3 232300100100323200100100
I1 222200100100353500100100
I2 171700100100313100100100
J2 232300100100414100100100
L2 242400100100373700100100
L3 242400100100393900100100
N2 181800100100242400100100
N3 202000100100313100100100
O1 242400100100333300100100
O2 171700100100343400100100
P1 262600100100343400100100
P2 202000100100343400100100
Q1 222200100100282800100100
Q2 181800100100363600100100
27 volunteers584584001001009569510599.57100

The PPG signals were collected from 27 subjects for 20 seconds during the 5 minutes break between each exercise [5]. To compare the performance of the proposed algorithm with the nine algorithms [5], two statistical measures were used: SE=TP/(TP+FN) and +P=TP/(TP+FP), where TP is the number of true positives (a wave detected as a wave), FN is the number of false negatives (a wave has not been detected), and FP is the number of false positives (non-a wave detected as a wave).

Figure 7

Detected and waves in APG signals at rest (before exercise). It contains (a) stationary signals, (b) non-stationary signals, (c) low amplitudes, and (d) irregular heart rhythm. Here, ‘red asterisk’ represents the detected a wave and ‘black plus sign’ represents the detected b wave by the proposed algorithm.

Figure 8

Detected and waves in APG signals after 2 hours of exercise. It contains (a) stationary signals, (b) non-stationary signals, (c) low amplitudes, and (d) irregular heart rhythm. Here, ‘red asterisk’ represents the detected a wave and ‘black plus sign’ represents the detected b wave by the proposed algorithm.

Table 3

Comparison of different wave detection performance on the testing dataset (APG signals measured at rest and after 2 hours of exercise)

AlgorithmTP (%)FN (%)FP (%)SE (%)+P (%)Threshold values
THR 1 THR 2 THR 3
Proposed 1000.32099.78100 M A beat+α W 2 NA
algorithm
AF1 69.57.530.590.2569.50.310.0001-0.001
AF2 0.0180.2799.986.250.0180.210.75NA
AF3 00100NaN062NANA
FD1 0.272.899.738.790.270.099NANA
FD2 00100NaN0150NANA
DF1 00100NaN021NANA
DF2 48.814.251.277.4648.810.06NA
FS1 2.420.397.5888.972.42154.5NANA
FS2 42.466.957.5486.0242.460.550.47NA

The PPG signals were collected from 27 subjects for 20 seconds during the 5 minutes break between each exercise [5]. To compare the performance of the proposed algorithm with the nine algorithms [5], two statistical measures were used: SE=TP/(TP+FN) and +P=TP/(TP+FP), where TP is the number of true positives (a wave detected as a wave), FN is the number of false negatives (a wave has not been detected), and FP is the number of false positives (non-a wave detected as a wave). Here, NA stands for Not Applied, while NaN stands for Not-a-Number.

Performance of the proposed wave detection algorithm on the testing dataset (APG signals measured at rest and after 2 hours of exercise) The PPG signals were collected from 27 subjects for 20 seconds during the 5 minutes break between each exercise [5]. To compare the performance of the proposed algorithm with the nine algorithms [5], two statistical measures were used: SE=TP/(TP+FN) and +P=TP/(TP+FP), where TP is the number of true positives (a wave detected as a wave), FN is the number of false negatives (a wave has not been detected), and FP is the number of false positives (non-a wave detected as a wave). Detected and waves in APG signals at rest (before exercise). It contains (a) stationary signals, (b) non-stationary signals, (c) low amplitudes, and (d) irregular heart rhythm. Here, ‘red asterisk’ represents the detected a wave and ‘black plus sign’ represents the detected b wave by the proposed algorithm. Detected and waves in APG signals after 2 hours of exercise. It contains (a) stationary signals, (b) non-stationary signals, (c) low amplitudes, and (d) irregular heart rhythm. Here, ‘red asterisk’ represents the detected a wave and ‘black plus sign’ represents the detected b wave by the proposed algorithm. Comparison of different wave detection performance on the testing dataset (APG signals measured at rest and after 2 hours of exercise) The PPG signals were collected from 27 subjects for 20 seconds during the 5 minutes break between each exercise [5]. To compare the performance of the proposed algorithm with the nine algorithms [5], two statistical measures were used: SE=TP/(TP+FN) and +P=TP/(TP+FP), where TP is the number of true positives (a wave detected as a wave), FN is the number of false negatives (a wave has not been detected), and FP is the number of false positives (non-a wave detected as a wave). Here, NA stands for Not Applied, while NaN stands for Not-a-Number. The proposed algorithm scored the highest sensitivity and positive predictivity rates when compared to the nine algorithms. The proposed algorithm appears to be more robust against effects of post-exercise measurement non-stationarity. The results show that the proposed method was able to detect a waves correctly in non-stationary APG signals before exercise, as shown in Figure 7(b), and after 2 hours of exercise, as in Figure 8(b). Moreover, the proposed algorithm was also able to detect a waves correctly in low amplitude APG signals (small voltage), as shown in Figure 7(c), and after 2 hours of exercise, as in Figure 8(c). However, the algorithm did incur a few instances of failure, with exactly five FNs, as shown in Table 3. The cause of the failure was due to the sudden drop in amplitude of the a waves in heat-stressed APG signals (cf. Figure 9). The proposed method, however, handled varying amplitudes well compared to the other nine algorithms. In fact, it is clear that the proposed algorithm is more amplitude-independent and was able to detect the a waves in various voltage ranges.
Figure 9

Instances of failure occurring with the proposed algorithm (subject: A1 after 2 hours of exercise). Here, ‘red asterisk’ represents the detected a wave and ‘black plus sign’ represents the detected b wave by the proposed algorithm. The purple pentagon represents a false negative for the a wave, while purple circle represents the false negative for the b wave. The green square represents the false positive of the b wave, which was the only false positive inccurred by the proposed b detection algorithm in the testing dataset.

Instances of failure occurring with the proposed algorithm (subject: A1 after 2 hours of exercise). Here, ‘red asterisk’ represents the detected a wave and ‘black plus sign’ represents the detected b wave by the proposed algorithm. The purple pentagon represents a false negative for the a wave, while purple circle represents the false negative for the b wave. The green square represents the false positive of the b wave, which was the only false positive inccurred by the proposed b detection algorithm in the testing dataset. The analysis of a regular heart rhythm is simple, as the a waves are repeated with an equally spaced pattern. This regularity helps the time-domain threshold methodologies to detect a waves successfully. The regular heart rhythm is called the normal sinus rhythm in APG signals [24], which means the rhythm is constant and the occurrence of the next beat is predictable. The proposed algorithm easily detects a waves correctly in APG signals with a regular heart rhythm, as shown in Figure 7(a,b,c). The sensation of an irregular heart rhythm is usually related to either premature beats or atrial fibrillation. The proposed algorithm also successfully detected the a waves with premature beats in both conditions at rest and after exercise, as shown in Figures 7(d) and 8(d). As the detection of b waves depends on the detection of a waves, the performance of the b wave detection scored almost the same result as the a detection algorithm. Because the proposed b detection incurred only one instance of failure, which is a TP shown in Figure 9, the +P becomes 99.95%. This result reflects the robustness of the proposed b detection algorithm against noisy APG signals.

Limitations of the study and future work

One of the next steps regarding the results of this study is to examine the correlation of the a/b ratio—based on the accurately detected a and b waves—using APG signals with age, body mass index, and core temperature. Moreover, there is a need for developing an algorithm that detects the c, d, and e waves. The proposed algorithm was only tested on normotensive young subjects. The physiology of the photoplethysmogram significantly changes according to health status. As such, the robustness of the proposed algorithm needs to be verified by a study in unhealthy subjects—to diagnose and monitor abnormalities such as arrhythmia, hypertension, diabetes and hyperlipidemia. It is important to note that the number of PPG records (total of 27) used in the training was modest. A larger sample size and a more diverse data set are needed in order to generalize the findings of this study. Moreover, sampling the PPG signals at a higher rate (above 200 Hz) is required to capture the b waves with greater fidelity. The evaluation of a wave detection was challenging in this study because the number of annotated beats did not allow all possible morphologies found in APG signals under conditions of heat stress to be well represented. To our knowledge, there is no available APG database measured after heat stress that would allow a more thorough assessment and comparison of the tested algorithms.

Conclusion

For all nine QRS algorithms, the detection errors arose from a variety of factors including the existence of irregular heartbeats, low-amplitude peaks, and signals with non-stationary effects. The application of an event-related dual moving average would allow the accurate, computationally simple algorithm we propose to be used for real-time applications and the processing of large databases. A detection algorithm for a waves in APG signals measured after exercise has not been previously addressed in the literature, with the exception of the work of Matsuyama. However, it has been demonstrated that a robust algorithm can be developed for detecting a waves in APG signals collected in a noisy environment with high-frequency noise, low amplitude, non-stationary effects, irregular heartbeats, and high heart rates. The a wave detection algorithm was evaluated using 27 records, containing 1,540 heartbeats (584 heartbeats measured at rest and 956 heartbeats measured after 2 hours of exercise), with an overall sensitivity of 99.78%, and the positive predictivity was 100%, while the b detection algorithm scored an overall sensitivity of 99.78% and a positive predictivity of 99.95%.
  13 in total

1.  Correlation between wave components of the second derivative of plethysmogram and arterial distensibility.

Authors:  I Imanaga; H Hara; S Koyanagi; K Tanaka
Journal:  Jpn Heart J       Date:  1998-11

2.  Assessment of vascular aging and atherosclerosis in hypertensive subjects: second derivative of photoplethysmogram versus pulse wave velocity.

Authors:  L A Bortolotto; J Blacher; T Kondo; K Takazawa; M E Safar
Journal:  Am J Hypertens       Date:  2000-02       Impact factor: 2.689

3.  A comparison of the noise sensitivity of nine QRS detection algorithms.

Authors:  G M Friesen; T C Jannett; M A Jadallah; S L Yates; S R Quint; H T Nagle
Journal:  IEEE Trans Biomed Eng       Date:  1990-01       Impact factor: 4.538

4.  Detection of c, d, and e waves in the acceleration photoplethysmogram.

Authors:  Mohamed Elgendi
Journal:  Comput Methods Programs Biomed       Date:  2014-08-11       Impact factor: 5.428

5.  A digital filter for the QRS complex detection.

Authors:  M Okada
Journal:  IEEE Trans Biomed Eng       Date:  1979-12       Impact factor: 4.538

6.  Automated high-speed analysis of Holter tapes with microcomputers.

Authors:  M L Ahlstrom; W J Tompkins
Journal:  IEEE Trans Biomed Eng       Date:  1983-10       Impact factor: 4.538

7.  Simple microprocessor-based system for on-line e.c.g. arrhythmia analysis.

Authors:  P Morizet-Mahoudeaux; C Moreau; D Moreau; J J Quarante
Journal:  Med Biol Eng Comput       Date:  1981-07       Impact factor: 2.602

8.  QRS wave detection.

Authors:  J Fraden; M R Neuman
Journal:  Med Biol Eng Comput       Date:  1980-03       Impact factor: 2.602

Review 9.  Standard terminologies for photoplethysmogram signals.

Authors:  Mohamed Elgendi
Journal:  Curr Cardiol Rev       Date:  2012-08

Review 10.  On the analysis of fingertip photoplethysmogram signals.

Authors:  Mohamed Elgendi
Journal:  Curr Cardiol Rev       Date:  2012-02
View more
  26 in total

1.  Wearable Photoplethysmography for Cardiovascular Monitoring.

Authors:  Peter H Charlton; Panicos A Kyriaco; Jonathan Mant; Vaidotas Marozas; Phil Chowienczyk; Jordi Alastruey
Journal:  Proc IEEE Inst Electr Electron Eng       Date:  2022-03-11       Impact factor: 10.961

2.  Wave detection in acceleration plethysmogram.

Authors:  Jae Mok Ahn
Journal:  Healthc Inform Res       Date:  2015-04-30

3.  Fast T Wave Detection Calibrated by Clinical Knowledge with Annotation of P and T Waves.

Authors:  Mohamed Elgendi; Bjoern Eskofier; Derek Abbott
Journal:  Sensors (Basel)       Date:  2015-07-21       Impact factor: 3.576

4.  Digital Photoplethysmography for Assessment of Arterial Stiffness: Repeatability and Comparison with Applanation Tonometry.

Authors:  Emma von Wowern; Gerd Östling; Peter M Nilsson; Per Olofsson
Journal:  PLoS One       Date:  2015-08-20       Impact factor: 3.240

5.  Towards Investigating Global Warming Impact on Human Health Using Derivatives of Photoplethysmogram Signals.

Authors:  Mohamed Elgendi; Ian Norton; Matt Brearley; Richard R Fletcher; Derek Abbott; Nigel H Lovell; Dale Schuurmans
Journal:  Int J Environ Res Public Health       Date:  2015-10-14       Impact factor: 3.390

6.  Detection of Heart Sounds in Children with and without Pulmonary Arterial Hypertension--Daubechies Wavelets Approach.

Authors:  Mohamed Elgendi; Shine Kumar; Long Guo; Jennifer Rutledge; James Y Coe; Roger Zemp; Dale Schuurmans; Ian Adatia
Journal:  PLoS One       Date:  2015-12-02       Impact factor: 3.240

7.  On Time Domain Analysis of Photoplethysmogram Signals for Monitoring Heat Stress.

Authors:  Mohamed Elgendi; Rich Fletcher; Ian Norton; Matt Brearley; Derek Abbott; Nigel H Lovell; Dale Schuurmans
Journal:  Sensors (Basel)       Date:  2015-09-25       Impact factor: 3.576

8.  Influence of Individual Differences on the Calculation Method for FBG-Type Blood Pressure Sensors.

Authors:  Shouhei Koyama; Hiroaki Ishizawa; Keisaku Fujimoto; Shun Chino; Yuka Kobayashi
Journal:  Sensors (Basel)       Date:  2016-12-28       Impact factor: 3.576

9.  Eventogram: A Visual Representation of Main Events in Biomedical Signals.

Authors:  Mohamed Elgendi
Journal:  Bioengineering (Basel)       Date:  2016-09-22

10.  TERMA Framework for Biomedical Signal Analysis: An Economic-Inspired Approach.

Authors:  Mohamed Elgendi
Journal:  Biosensors (Basel)       Date:  2016-11-02
View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.