View source: R/fix_waveforms.R
fix_time_shifts | R Documentation |
Vital Recorder may introduce short shifts in time in waveform recordings. This is probably an error, and can be removed. This function looks through a waveform and for every diff higher than 1/samplerate, subtracts this diff - samplerate from all signal-times that are later than the culprit.
fix_time_shifts( signal_list, skip_shift = NULL, show_diagnostics = TRUE, diagnostic_signal = "CVP" )
signal_list |
list of vital signals |
skip_shift |
Index (vector) of shift to skip (allow in output) |
show_diagnostics |
Show diagnostic prints and plots |
diagnostic_signal |
Signal to use in diagnostic plots |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.