-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
31 lines (31 loc) · 903 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: semgsim
Title: Simulating surface electromyographic (sEMG) and force signals
Version: 1.0
Authors: Eike Petersen <eike.petersen@posteo.de>
Description: Performs a high-fidelity simulation of surface EMG and force signals. Utilizes
a comprehensive mathematical model of motor unit pool organization, surface EMG generation,
firing instant stochasticity, and force generation. For details regarding the model, refer to
Petersen and Rostalski (2019): "A Comprehensive Mathematical Model of Motor Unit Pool
Organization, Surface Electromyography and Force Generation" (frontiers in Physiology).
Depends:
R (>= 4.0.0)
Imports:
plyr,
dplyr,
magrittr,
parallel,
functional,
ggplot2,
ggpubr,
scales,
future,
future.apply,
parallelly
Suggests:
testthat,
R.matlab,
readr
LazyData: true
License: GPL-3
RoxygenNote: 7.1.1
Encoding: UTF-8