
Compute Gazepoint pulse/PPG frequency-domain measures
Source:R/heartpy-extended.R
compute_gazepoint_ppg_frequency_measures.RdCompute Gazepoint pulse/PPG frequency-domain measures
Arguments
- peaks
Optional peak table.
- rr_ms
Optional RR/IBI intervals in milliseconds.
- rr_time_s
Optional interval timestamps.
- group_col
Group column when peaks are supplied.
- method
PSD method: fft, periodogram, or welch.
- resample_hz
RR interpolation frequency.
- bands
Named list of frequency bands.
- welch_window_seconds
Welch window length.
- welch_overlap
Welch overlap proportion.