View source: R/calc_MU_firing_responses.r
calc_MU_firing_responses_fftvals | R Documentation |
This is just a wrapper that calls calc_MU_firing_response_fftvals for all MU-electrode pairs.
calc_MU_firing_responses_fftvals( MUs, TFs_MU_input_to_surf_potential, psi_trafo, sampling )
MUs |
A data.frame containing a column 'MU.obj' containing MU objects and index columns 'MU' and 'muscle'. |
TFs_MU_input_to_surf_potential |
A data.frame containing the values of
the transfer functions at frequencies |
psi_trafo |
A function returning the values of the unitary Fourier transform of psi, given a vector of ordinary input frequencies. |
sampling |
A sampling object as created by setup_sampling. |
A data.frame containing index columns 'muscle', 'MU' and 'electrode' as well as a data column 'firing_response_fftvals' that contains vectors that store the FFT values of the firing response of the particular MU at the particular electrode.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.