View source: R/post_processing.r
apply_electrode_configs | R Documentation |
Calculate combinations of different, monopolar electrode signals.
apply_electrode_configs(muscle_potentials, electrode_configs)
muscle_potentials |
A |
electrode_configs |
A list of vectors, where each vector should have as many elements as there are electrodes. The elements of the vector determine the weights given to the different monopolar signals for calculating the combined signal. |
This allows for the implementation of differential measurements, etc.
A data.frame
containing the contributions of the different
muscles to the signals obtained using the different electrode
configurations. These are still specified via the categorical variable
electrode
(instead of using "electrode_config", or something
similar), in order to allow for easy usage of the same analysis functions.
This implementation is probably highly inefficient in every regard.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.