
Extract simple PPG pulse morphology metrics
Source:R/roadmap-remaining-helpers.R
extract_gazepoint_ppg_morphology.RdExtracts peak-centered pulse morphology metrics from a PPG/BVP signal, including rise time, decay time, half-amplitude width, pulse amplitude, and a simple post-peak notch proxy.
Usage
extract_gazepoint_ppg_morphology(
data,
time_col = NULL,
ppg_col = NULL,
peaks = NULL,
min_peak_distance_s = 0.3
)