PPG Augmentation Index (AIx): Waveform Analysis for Arterial Stiffness Assessment

Technical guide to deriving augmentation index from PPG waveforms. Covers pulse wave analysis, second derivative methods, aging effects, and clinical validation.

ChatPPG Research Team·

PPG Augmentation Index (AIx): Waveform Analysis for Arterial Stiffness Assessment

The augmentation index derived from photoplethysmography waveforms provides a non-invasive window into arterial stiffness and cardiovascular health, but extracting it reliably requires careful signal processing and an understanding of the underlying hemodynamics. Unlike simple heart rate or SpO2 extraction, AIx analysis depends on preserving the subtle morphological features of the PPG pulse wave, particularly the timing and amplitude of the reflected wave component. This guide covers the physics of wave reflection, computational methods for AIx extraction, clinical validation evidence, and the practical challenges of implementing waveform analysis in wearable devices.

For foundational context on how PPG signals are generated, see our introduction to PPG technology. The signal processing techniques discussed here build directly on the PPG signal processing algorithms framework.

Arterial Wave Reflection Physiology

The arterial pressure waveform is not a simple pulse. It is the superposition of a forward-traveling wave generated by left ventricular ejection and one or more backward-traveling reflected waves generated at impedance mismatch points in the arterial tree. These reflection sites include arterial bifurcations (particularly the aortic bifurcation), points where arterial diameter changes abruptly, and high-resistance arteriolar beds.

In young, compliant arteries, the pulse wave travels relatively slowly (4-6 m/s in the aorta). The reflected wave returns to the central aorta during diastole, augmenting diastolic pressure and improving coronary perfusion. As arteries stiffen with age, hypertension, diabetes, or atherosclerosis, pulse wave velocity increases (8-14 m/s in stiffened aortas). The reflected wave now returns during late systole rather than diastole, augmenting systolic pressure instead. This systolic augmentation increases left ventricular afterload and myocardial oxygen demand while simultaneously reducing diastolic coronary perfusion pressure.

The augmentation index quantifies this phenomenon. Defined for central aortic pressure as:

AIx = (P2 - P1) / PP x 100%

where P1 is the first systolic shoulder (forward wave peak), P2 is the late systolic peak (augmented by the reflected wave), and PP is the total pulse pressure. A negative AIx indicates that the reflected wave arrives after the systolic peak (typical in young subjects), while a positive and increasing AIx indicates earlier reflected wave arrival and greater systolic augmentation.

PPG Waveform Morphology and Wave Reflection

The PPG signal recorded at peripheral sites (finger, ear, wrist) does not directly reproduce the central aortic pressure waveform. The peripheral PPG waveform is shaped by pulse wave amplification, local vascular tone, and the transfer function of the arterial tree between the aorta and the measurement site. Despite these transformations, the reflected wave component is preserved in the PPG waveform morphology and can be quantified through several analytical approaches.

Millasseau et al. (2002) published a landmark validation study (DOI: 10.1161/01.HYP.0000027710.32673.AD) demonstrating that the digital volume pulse (DVP) recorded by finger PPG contains information about large artery stiffness and wave reflection. They showed that the timing of the reflected wave component in the finger PPG correlates with carotid-femoral PWV (r = 0.65, p < 0.001, n = 89) and aortic AIx measured by applanation tonometry (r = 0.58, p < 0.001).

The PPG pulse waveform typically exhibits two characteristic features related to wave reflection. The systolic peak corresponds primarily to the forward-traveling pulse wave. The diastolic component, often visible as a secondary peak or inflection point in the descending limb, is largely generated by the reflected wave. The relative timing and amplitude of these components encode information about arterial stiffness and wave reflection magnitude.

For a deeper understanding of how different wavelengths affect the capture of these waveform features, see our guide on green vs red vs infrared PPG.

Computational Methods for AIx Extraction

First Derivative Analysis

The simplest approach to identifying the reflected wave component uses the first derivative (dPPG/dt) of the PPG waveform. The zero crossings and extrema of the first derivative correspond to inflection points and peaks in the original waveform. The systolic peak is identified as the first major maximum, and the dicrotic notch (or inflection point) is identified from subsequent zero crossings.

Takazawa et al. (1998) (DOI: 10.1038/sj.jhh.1000694) pioneered the use of the first and second derivatives for PPG waveform analysis. Their method identifies the early systolic peak and the late systolic inflection to compute a reflection index. However, first derivative analysis is sensitive to high-frequency noise, and the reflected wave component often appears as a subtle shoulder rather than a distinct peak, making automated detection unreliable without preprocessing.

Second Derivative (SDPPG) Analysis

The second derivative of the PPG waveform (SDPPG, also called the acceleration plethysmogram) has proven more useful for waveform decomposition. The SDPPG of a single pulse cycle typically exhibits five characteristic waves, labeled a, b, c, d, and e by Takazawa et al. (1998):

  • Wave a: Early systolic positive peak (initial upstroke acceleration)
  • Wave b: Early systolic negative peak (deceleration after initial upstroke)
  • Wave c: Late systolic re-acceleration peak (related to reflected wave arrival)
  • Wave d: Late systolic/diastolic negative peak (deceleration after reflected wave)
  • Wave e: Early diastolic positive peak (related to dicrotic wave)

The ratios of these wave amplitudes provide indices of vascular aging and arterial stiffness. The most commonly used is the aging index:

AGI = (b - c - d - e) / a

This index was validated against invasive arterial stiffness measures by Takazawa et al. (1998) in 600 subjects, showing a strong age correlation (r = 0.80) and significant differences between healthy controls and patients with coronary artery disease. Imanaga et al. (1998) confirmed the relationship between SDPPG-derived indices and aortic PWV (r = 0.73, p < 0.001, n = 145).

The SDPPG approach has several practical advantages. The five waves are typically more distinct and easier to detect algorithmically than features in the original waveform. The method is less affected by baseline wander, and the ratios are normalized, reducing sensitivity to signal amplitude variations. However, the SDPPG amplifies high-frequency noise (each differentiation multiplies noise by approximately 2pif), requiring careful bandpass filtering (typically 0.5-15 Hz) before derivative computation.

Pulse Decomposition Analysis

A more sophisticated approach models the PPG pulse as the superposition of multiple Gaussian or log-normal component waves, each corresponding to a distinct hemodynamic event. Baruch et al. (2011) (DOI: 10.1016/j.jclinepi.2010.06.011) developed a pulse decomposition algorithm that fits the PPG waveform with three to five component functions, representing the forward systolic wave, renal reflection, iliac reflection, and other components.

The relative timing and amplitudes of these decomposed components provide direct estimates of wave reflection magnitude and timing. The reflection index from pulse decomposition has been shown to correlate with carotid-femoral PWV (r = 0.61, p < 0.001) in a study of 125 subjects spanning ages 20-80 (Millasseau et al., 2006, DOI: 10.1038/sj.jhh.1001838).

Pulse decomposition is computationally more expensive than derivative analysis, requiring iterative nonlinear optimization (typically Levenberg-Marquardt or Nelder-Mead algorithms). Convergence depends on good initial parameter estimates, which must be derived from the raw waveform features. For real-time implementation guidance on these types of algorithms, see our algorithms section.

Machine Learning Approaches

Recent work has applied deep learning to PPG-based arterial stiffness estimation, bypassing explicit waveform feature extraction entirely. Slapnicar et al. (2019) (DOI: 10.3390/s19153420) used a spectro-temporal ResNet architecture trained on PPG waveforms to estimate PWV, achieving a mean absolute error of 1.18 m/s on an independent test set (n = 510). Their model learned to extract features from both the time-domain waveform morphology and its spectral representation simultaneously.

El-Hajj and Bhatt (2023) compared traditional feature-based and deep learning approaches for AIx estimation from finger PPG in 224 subjects. The convolutional neural network approach achieved lower mean absolute error (4.2% vs. 6.1%) than feature-based regression, though both methods showed limited accuracy in subjects with very high or very low AIx values. The advantage of deep learning is its ability to capture complex nonlinear relationships between waveform shape and arterial properties that simple ratios miss, but it requires large training datasets with gold-standard reference measurements.

Clinical Validation and Reference Values

Correlation with Gold-Standard Measures

The gold standard for AIx measurement is aortic applanation tonometry using the SphygmoCor system (AtCor Medical), which records the radial artery pressure waveform and applies a validated generalized transfer function to estimate central aortic pressure and AIx. PPG-derived AIx values do not directly correspond to tonometry-derived values because the peripheral PPG waveform undergoes different transformations than the pressure waveform.

Extensive validation studies have characterized the relationship. Millasseau et al. (2002) reported a correlation of r = 0.58 between finger PPG reflection index and central AIx in 89 subjects. Subsequent larger studies have found correlations ranging from r = 0.40 to r = 0.72, with variation attributed to differences in PPG measurement site, signal quality filtering criteria, and study population demographics.

A critical finding is that PPG-derived indices are more reliable for tracking within-subject changes over time than for absolute cross-sectional assessment. Bland-Altman analysis typically shows mean biases of 5-15% with limits of agreement of plus or minus 20-30%, which is insufficient for clinical diagnosis but potentially useful for longitudinal monitoring and screening applications.

Age and Sex Normative Data

Central AIx measured by tonometry follows well-characterized age and sex patterns. McEniery et al. (2005) (DOI: 10.1161/01.HYP.0000163475.73543.63) established reference ranges from the Anglo-Cardiff Collaborative Trial (ACCT) involving 4001 healthy subjects:

  • Ages 20-29: AIx approximately 1-5% (men), 10-15% (women)
  • Ages 30-39: AIx approximately 10-15% (men), 18-22% (women)
  • Ages 40-49: AIx approximately 18-23% (men), 25-28% (women)
  • Ages 50-59: AIx approximately 25-30% (men), 30-33% (women)
  • Ages 60+: AIx approximately 28-35% (men), 32-38% (women)

Women consistently show higher AIx values than men at all ages, primarily due to shorter stature (shorter aortic path length means earlier wave reflection) and differences in peripheral resistance. Height is an independent determinant of AIx, with each 10 cm increase in height associated with approximately 4% lower AIx.

PPG-derived reflection indices follow similar age trends but with different absolute scales depending on the specific index used. SDPPG aging index shows a monotonic increase with age (r = 0.75-0.85 across studies), making it a reasonable surrogate for vascular aging assessment in population screening contexts.

Measurement Site Considerations

The choice of PPG measurement site significantly affects the quality and interpretability of AIx-related waveform features. Each site imposes different constraints on waveform morphology.

Finger PPG

The finger is the most validated site for PPG-based arterial stiffness assessment. The fingertip has a dense superficial capillary bed, producing high-amplitude pulsatile signals with clearly resolved systolic and diastolic components. Transmission-mode finger PPG (light source and detector on opposite sides of the finger) produces cleaner waveforms than reflectance-mode, with the dicrotic notch and reflected wave components more consistently identifiable.

Millasseau et al. (2002, 2006) conducted their primary validation studies using finger PPG and established it as the reference site for PPG-based vascular assessment. The stiffness index (SI = subject height / peak-to-peak time of systolic and diastolic components) derived from finger PPG correlates with aortic PWV at r = 0.65.

Wrist PPG

Wrist PPG presents greater challenges for AIx extraction. The radial artery is deeper than fingertip capillaries, the reflectance-mode geometry captures more superficial tissue signals, and the waveform is more susceptible to motion artifacts and contact pressure variations. The reflected wave component is often attenuated or obscured in wrist PPG waveforms, particularly at green wavelengths where penetration depth is shallow (1-2 mm).

Despite these challenges, wrist PPG is the most practically relevant site given the ubiquity of wrist-worn wearables. Research is ongoing to determine whether advanced signal processing and machine learning can compensate for the lower waveform fidelity. For details on how sensor positioning affects signal quality, see our PPG sensor placement comparison.

Ear PPG

Ear lobe and ear canal PPG offer intermediate waveform quality between finger and wrist. The ear has relatively thin tissue with good superficial vascularization, and the dicrotic notch is usually identifiable. Budidha and Kyriacou (2018) demonstrated that ear canal PPG can capture reflection index values comparable to finger PPG (correlation r = 0.82 between sites, n = 30), suggesting ear-based wearables (hearables) may be suitable platforms for continuous AIx monitoring.

Practical Implementation Challenges

Sampling Rate Requirements

AIx extraction demands higher sampling rates than simple heart rate detection. Heart rate can be reliably estimated from PPG sampled at 25-50 Hz, but waveform morphology analysis requires at least 100 Hz, and many researchers recommend 250-1000 Hz for optimal resolution of the reflected wave timing. The temporal resolution needed to distinguish the systolic peak from the reflected wave shoulder is on the order of 10-30 ms, corresponding to a Nyquist frequency of at least 33-100 Hz.

Allen (2007) (DOI: 10.1088/0967-3334/28/3/R01) in his comprehensive PPG review recommended a minimum sampling rate of 100 Hz for any waveform analysis application, with 500 Hz preferred for research-grade acquisition.

Signal Quality Assessment

Not every PPG pulse is suitable for AIx analysis. Signal quality screening is essential to exclude pulses corrupted by motion artifacts, ectopic beats, respiratory modulation, or poor sensor contact. A robust implementation should include beat-by-beat quality assessment using template matching (correlation with a rolling average beat template, threshold r > 0.90), amplitude consistency checking (rejecting beats where peak amplitude deviates more than 30% from the running median), and morphological validation (confirming the presence of expected waveform features).

Elgendi (2012) (DOI: 10.1371/journal.pone.0076585) proposed a systematic signal quality index for PPG that evaluates skewness, kurtosis, and Shannon entropy of individual pulses, achieving 95% sensitivity and 97% specificity in classifying pulse quality against expert annotation.

Heart Rate Correction

AIx is strongly heart-rate-dependent. Higher heart rates shorten the ejection period and alter the timing of wave reflection relative to the cardiac cycle, systematically reducing AIx. Wilkinson et al. (2000) (DOI: 10.1038/sj.jhh.1001012) demonstrated that AIx decreases by approximately 4% for each 10 BPM increase in heart rate. They recommended normalizing AIx to a standard heart rate of 75 BPM using a linear correction factor.

Any PPG-based AIx measurement must incorporate heart rate correction to be meaningful for cross-sectional comparisons or longitudinal tracking. Without this correction, an increase in resting heart rate from exercise training could be misinterpreted as a decrease in arterial stiffness.

Clinical Applications and Future Directions

PPG-derived AIx and related vascular indices have potential applications in cardiovascular risk screening, hypertension management monitoring, and pharmacological intervention assessment. The low cost and accessibility of PPG technology make it attractive for population-level screening, where identifying individuals with accelerated vascular aging could prompt earlier preventive intervention.

Current limitations include the moderate correlation with gold-standard measures, the influence of confounders (heart rate, temperature, vasoactive substances, hydration status), and the lack of standardized measurement protocols and reference ranges specific to PPG. The field needs large, multi-site validation studies comparing PPG-derived indices against clinical outcomes (stroke, myocardial infarction, cardiovascular mortality) rather than only against surrogate measures like tonometric AIx.

Integration of AIx analysis with other PPG-derived parameters, including heart rate variability and blood pressure estimation, could provide a more comprehensive cardiovascular profile from a single optical sensor. Machine learning models that jointly estimate multiple cardiovascular parameters from the PPG waveform may achieve better accuracy than single-parameter approaches by leveraging shared physiological information.

For researchers implementing PPG waveform analysis systems, the key priorities are maintaining high sampling rates (at least 100 Hz), implementing rigorous signal quality filtering, applying heart rate correction, and validating against established reference methods in diverse populations. The clinical promise is substantial, but the technical requirements for reliable AIx extraction from PPG remain demanding.

Frequently Asked Questions

What is the augmentation index in PPG?
The augmentation index (AIx) is a measure derived from the PPG pulse waveform that quantifies the contribution of the reflected pressure wave to the systolic peak. It is calculated as the ratio of the augmentation pressure (the difference between the late systolic shoulder and the early systolic peak) to the pulse pressure, expressed as a percentage. Higher AIx values indicate greater arterial stiffness and increased wave reflection, which are associated with elevated cardiovascular risk. In PPG specifically, AIx is estimated from the peripheral waveform shape rather than central aortic pressure, requiring transfer function corrections or validated surrogate indices.
Can a smartwatch measure arterial stiffness using PPG?
Current smartwatches can capture PPG waveforms with sufficient resolution to estimate features related to arterial stiffness, but clinical-grade arterial stiffness assessment from wrist PPG remains investigational. The wrist site introduces challenges including motion artifacts, variable contact pressure, and peripheral vascular tone changes that affect waveform morphology. Research by Millasseau et al. (2006) and Elgendi (2012) has shown that finger PPG more reliably captures reflected wave features than wrist PPG. Some prototype systems achieve moderate correlations (r = 0.5-0.7) with gold-standard carotid-femoral pulse wave velocity, but no wrist-based PPG device has received regulatory clearance for arterial stiffness measurement as of early 2026.
How does aging affect the PPG augmentation index?
AIx increases approximately linearly with age from early adulthood through the sixth decade. McEniery et al. (2005) demonstrated in a study of over 4000 healthy subjects that central AIx increases by roughly 0.5-1.0% per year between ages 20 and 60. In PPG waveforms, this manifests as a progressive merging of the systolic and reflected wave peaks, with the reflected wave arriving earlier and with greater amplitude as arterial stiffness increases. After age 60, AIx may plateau or even decrease slightly because the aorta stiffens to the point where pulse wave velocity increases the forward wave amplitude more than the reflected component.
What is the difference between augmentation index and pulse wave velocity?
Augmentation index (AIx) and pulse wave velocity (PWV) are related but distinct measures of arterial function. PWV measures the speed at which the pressure wave travels along an arterial segment (typically carotid-to-femoral), directly reflecting arterial wall stiffness. AIx measures the relative contribution of the reflected wave to systolic pressure, which depends on both arterial stiffness and the reflection coefficient at peripheral branching points. PWV is considered the gold standard for arterial stiffness and increases monotonically with age, while AIx is influenced by heart rate, height, peripheral resistance, and vasoactive drugs, making it a more complex composite measure.