Description Usage Arguments Value
View source: R/fct_input_and_process.R
Internal utility that creates a down-sampled data.frame of the ppg signal
1 2 3 4 5 6 7 | downsample_ppg_data(
ppg_data,
sampling_rate,
downsampled_rate = 100,
ppg_col = "PPG",
time_col = "Time"
)
|
ppg_data |
|
sampling_rate |
the original sampling rate in Hz of the PPG data |
downsampled_rate |
the downsampling rate for the PPG waveform to enable easier plotting. Default is 100 Hz |
ppg_col |
column name in |
time_col |
column name in |
a data.frame
with the down-sampled PPG signal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.