mims_default_processing | R Documentation |
Default MIMS Pre-processing
mims_default_processing(
df,
use_extrapolation = TRUE,
use_filtering = TRUE,
verbose = TRUE,
dynamic_range = NULL,
round_after_processing = FALSE
)
df |
Data set of raw accelerometry values, usually time and X/Y/Z.
Usually from |
use_extrapolation |
If 'TRUE' the function will apply extrapolation algorithm to the input signal, otherwise it will skip extrapolation but only linearly interpolate the signal to 100Hz. |
use_filtering |
If 'TRUE' the function will apply bandpass filtering to the input signal, otherwise it will skip the filtering. |
verbose |
print diagnostic messages |
dynamic_range |
the dynamic ranges of the input signal. Passed to
|
round_after_processing |
Should the result be rounded to 3 decimal values after processing, to make similar to standard accelerometry? |
A processed data set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.