R/HRV.R

Defines functions HRV

HRV <- function(workbook,
                max_estimated_r_peak_pct,
                respiratory_peak_freq_range,
                ){
#
    # Flagging output files where bin length is too short (e.g., don't have at least 30 seconds of data)




    # Flagging segments where researcher has estimated more than 10% of R-peaks
    # Flagging segments where respiratory peak frequency is outside expected range
    # Flagging segments where heart rate is < twice respiratory rate
    # providing cross-referenced data for signals capturing # o/ cardiac cycles (ECG, ICG, BP) to catch missing beats/scoring errors



}
psyphr-dev/psyphr.check documentation built on Feb. 13, 2020, 9:41 p.m.