View source: R/activation_transformation.r
calc_activation_transformations | R Documentation |
Calculate a nonlinear input transformation for each muscle that makes the muscle generated the desired relative output force.
calc_activation_transformations(MUs, MUs_rate_functions)
MUs |
A data.frame of MUs belonging to (potentially) multiple muscles. |
MUs_rate_functions |
A data frame containing a column $rate.function that gives the firing rate as a function of muscle activation for each MU. |
Depending on the firing rate, MU pool, and twitch force model, a nonlinear transformation of the muscle activation input is calculated, such that the generated relative output muscle force matches the input activation signal in the mean over time.
A list of functions that gives the muscle input as a function of the desired relative output force for each muscle.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.