You can edit almost every page by Creating an account and confirming your email.

Neuromuscular modelling

From EverybodyWiki Bios & Wiki






The neuromuscular system is driven by electrical impulses passed between the nervous system and the muscular system.

Neuromuscular modelling is a method for creating computational models of neuromuscular functions derived from algorithms and their resulting representation of cohesion between anatomy, muscular mechanics, and the neural control that commands the system. This field of neuromechanics is used to build computational systems that hypothesize locomotion and other neuromuscular purposes in order to gain insight and make additional hypotheses.[1] The use of the word hypothesis is integral in this situation because each of the methods in this field of modelling makes use of assumptions and predictions, whether it be in the types of models used for joints (such as articulating surfaces), or the solution method used (such as inverse).[2][3]

Methods and Data Capture

Electromyography

Electromyography (EMG) signals are documented by placing electrodes on muscle groups or individual muscles.[4][5] When muscles contract, signals are produced which are controlled by the nervous system. These signals represent both the physiological and anatomical properties of muscles. Common muscles used in data capture for locomotion include the gluteus (maximus and medius), rectus femoris, vastus medialis and laterialis, biceps femoris, tibialis anterior, peroneus longus and brevis, soleus, and gastrocnemius medialis and lateralis.[6] There are two main types of EMG data, surface and intramuscular. Surface EMG data is recorded by non-invasive electrodes placed in the main areas of the muscles previously mentioned. The only difference between surface and intramuscular is that of invasiveness. Intramuscular EMG data is captured from needles or wires inserted into the muscle.[7][4] The signals captured are then transformed into ingestible data which is used in the neuromuscular model.

Mathematical Analysis

Since neuromuscular models are hypothesis and assumption driven, there needs to exist some form of statistical and mathematical analysis to determine model efficacy.

Non-negative Matrix Factorization Algorithms

The Non-negative matrix factorization is a method for dimensional reduction and feature extraction of non-negative data and is used in many fields such as artificial intelligence, signal processing, and bioinformatics. [8] NNMF uses a series of algorithms in multivariate analysis to remove negative factors of a matrix resulting in matrices with no negative elements. The data is numerically approximated, which is essential in for applications such as muscular activity (inherently non-negative) and makes calculations much more simple.

XWH

Where X is n×p, W is n×r, H is r×p, rp. We assume Xij,Wij,Hij0.

VAF Index

VAF=1(SSETSS) where SSE is the sum of squared errors between the experimental and represents the unexplained variation, given by var(yiy^i), and TSS is the sum of total squares which quantifies the total variation, given by var(yi).[9]

The higher the VAF, the more similar the two models are. The VAF index is used in neuromuscular modelling to assess the accuracy of reconstructed EMG data. The extracted NNMF matrix and experimental data are put through the VAF process in a series of iterations to produce factorizations with randomized factors and weights. The dimensionality is increased until a minimum threshold is met and the resulting factorized components are ingested into the model.

Monte-Carlo Approaches

The Monte-Carlo methods involves a broad spectrum of computational algorithms that use repeated random sampling to obtain deterministic numerical results and estimations of unknown parameters.[10][11] They are widely used when modelling any sort of neural system because they allow for the modelling of complex situations with many random variables. This is why they are widely favored when the analytical or numerical solutions do not exist or are too complex to implement. The method generally follows 5 main steps:

  1. Determine statistical properties of possible inputs and create parametric model
  2. Generate many sets of possible inputs and parameters
  3. Perform deterministic calculation
  4. Evaluate the model
  5. Statistically analyze

Modelling Techniques

Musculoskeletal Modelling

Components commonly included in multijoint model of movement adapted from Pandy (2001)
Forward dynamics model adapted by Gibet et. al.

Musculoskeletal modelling typically involves numerically representing the mechanics of the muscular system and understanding the overall mechanical dynamics combined with neural control models. As with the theme of any anatomical modelling, experimental data serves as the most reliable source of information but can be difficult to acquire. This is where the need for computer models arose as they provide access to parameters that cannot be easily gained through experimental data. Musculoskeletal modelling typically includes the components in a multijoint model of movement [see figure]. Musculoskeletal computational models are favorable because muscle forces cannot be measured without invasive procedures. The skeleton itself can be computationally modeled in two or three dimensions, but regardless of dimensionality, the relationships between the forces applied to the skeleton and resulting segments can always be expressed as

M(q_)q¨_+C(q_)q˙2_+G_(q_)+Rq_FMT+E(q_,q˙_)=0_,

Where q_,q˙_,q¨_ are respectively vectors of generalized coordinates, velocities, and accelerations; M(q˙_) is the system mass matrix and M(q_)q¨_ a vector of inertial forces and torques; C(q_)q˙2_ is a vector of centrifugal and Coriolis forces and torques; G_(q_) is a vector of gravitational forces and torques; R(q_) is the matrix of muscle moment arms; F_MTis a vector of musculotendon torques; and E(q_,q˙_) is a vector of external forces and torques applied to the body by the environment.[12]

Anthropomorphic Models

Computerized anthropomorphic modelling typically exists in one of three forms: equation-based mathematical functions, digital volume arrays, or hybrid equation-voxel models that mathematically describe boundaries from extracted definitions and data. The equation-based, or stylized, models use combinations of simple surface equations, such as spheres, discs, cylinders. Voxel-based models are chiefly derived from voxels, or value on a grid in a 3D space, taken from anatomical images obtained from live subjects or cadavers using a mode of medical imaging.[13][14] One limitation of the equation-based models is that they are mostly suited for applications regarding anatomical variability or temporal changes. Voxel-based models bring discretization errors which requires refined data sets to reduce these errors. However, with the rise of high-performing computing, dynamic 4D stylized models are continuously being improved. Current research is in robust computer models that can accurately portray a population of patients. These models often use a 4 dimensional Monte Carlo simulation. However, when modelling anthropomorphically, faithful representations are very difficult to obtain as most neuromuscular systems are highly non-linear with an inane amount of degrees of freedom. Because of this, the system is described using functional blocks which represent the different stages of motor control [see figure]. These functional blocks are then characterized by a function of f which establishes a relationship between the variables y(t) and the command function u(t) such that

Block Definition Diagram of Neuromuscular System.

y˙(t)=f(t,y(t),u(t)) which is then optimized by J(u)titfη(t,y(t),u(t))dt+C(y(tf))

System-focused Models

Another method of neuromuscular modelling involves looking at the neuromuscular system as a whole and applying a methodological-based approach through Model-Based Systems Engineering (MBSE) and capturing views using the general modelling language, SysML. Applying the methodologies of MBSE allows practitioners to manage the complexity that arises from the high degrees of freedom and dimensionality found in the neuromuscular system.[15] It does this by breaking the system as a whole into different views which can be captured using SysML. The most common modelling software is Cameo Systems Modeler, which is an object-oriented (OO) program. This allows it to use other OO languages such as Java, Python, etc to interface with other applications such as MATLAB and AutoCAD for kinematic analysis and optimization methods, such as the genetic algorithm. SysML offers a large repository of modelling semantics so the user can create views that capture the behavior and structure of the system as well as the requirements. The behavior can be shown as an activity, sequence, state machine, or use case diagram. The structure can be represented through block definitions, internal blocks (also parametric), and top-level package diagrams.[16][17] SysML is useful for neuromuscular modelling because it can provide cross-sections of different views through use of the many types of models available. Each model serves as a "slice" of the whole model which forms the entire picture when pieced together. The figure to the right shows a basic block definition diagram of the neuromuscular system to provide a reference.

Muscle Excitation Profile-Driven Modelling

Muscle excitation is the stimulation of the muscle that results in a profile of the excitation/contraction for that specified muscle. Human locomotion is best described as an impulsive excitation of groups of muscles and musculotendon units. The interesting aspect is that the timings depends on the goal of the task. Since there are exist an infinite number of possibilities, these excitations are best captured in a model by approximating the experimental non-negative factors for each motor component. The approximation function found in literature uses single impulse Gaussian curves. The curves are used to explain and approximate the temporal modulation of the non-negative profiles as a function of the percentage of the gait cycle.[18] This is given by

g(t)=he(tb)22c2s

Where t is the time frame; h is the function parameters of the curve peak height; b is the position of the center peak; c is the width of the curve bell; and s is the vertical shift.[19][20][21][22]

Hill-Type Modelling

Hill-type modelling refers to the 3-element biomechanical muscle model derived by A. V. Hill, a famous British physiologist. The model elements typically involves a contracting component (C) in series with an elastic component (E). It is widely used to explain biomechanics and human movement. Notably, hill-type modelling is often used in conjunction with EMG data. The core component of this model is the contractile component which is the parts of the muscle that produce force as a response to excitation.[23]

As this is both a kinetic and kinematic model, these forces for the contracting component are shown in equilibrium as -

Lm=LC+LE

FC=FE

Where Lm is the muscle origin-to-insertion length;LC and LE are the contracting and elastic component lengths; and FC and FE are the forces.

The pennation angle (which is the angle between the longitudinal axis of the entire muscle and its fibers) denoted by θ,

Lm=LCcosθ+LE

FCcosθ=FE

LCCsinθ=Losinθo

Where Lo is the optimal length of C when considering the force-length relationship and θo is the pennation angle when LC=Lo.

The forces for the elastic component are given by the following nonlinear model which assumes the force-extension relationship is quadratic -

fC={K1(LELu)2,if LE>Lu0,if LELu

K1=Fo/(UoLu)2

Where Fo is the maximum isometric force and Uo is the strain of the elastic component when loaded with Fo.

Hill-type models also receive time-varying neural excitation signals u(t) that represents the total motor unit action potentials and ranges. The response, given by a, is a nondimensional activation parameter. These activation dynamics are represented by -

α˙=(uα)(c1u+c2)

c2=1/τ

c1=T/τ1c2

Where τ1 and τ2 are the time constants for rising and falling activation.

Validation

Model validation[24] is an important effort in modelling. It ensures the accuracy and reliability of the created models and increases model fidelity. Normalized root mean squared deviation and logistic regression are two methods of validation but there are many more used to check the accuracy and performance of of the models.

Normalized Root Mean Squared Deviation

For neuromuscular modeling, validation is paramount to authenticity. Many researchers use normalized root mean squared deviation (NRMSD) as a measure of model success. The formula is derived from root-mean-square deviation or root-mean-square error which is a popular method of statistically measuring the differences between values predicted by a model and the values observed. This method is mostly used for validation in EMG data-driven modelling as it allows the researchers to compare the differences between the captured EMG data and the outputs of their model. The NRMSD is the same method except it normalizes the data, or rather, allows comparison between differently scaled sets of data. It measures the difference of the predicted and actual models by percentages, where lower values indicate less residual variance.[25][26][27]

NRMSD=1Ni=1N(Xi^Xi)2max(X^,X)min(X^,X)

Logistic Regression[28]

Logistic regression is a statistical method which uses regression models to predict a dependent variable from a set of predictors. These models can be used as validation because they provide a way to compare numerical results and determine whether or not they are acceptable as description of the data.[29][30] See regression validation. This method reevaluates the accuracy of computed results by dynamically comparing the regression model with the predicted model. The regression model is often created in tandem with the neuromuscular model and used as an in situ performance predictor. Since regression can help determine the fit of data, it is used to compare the differences between things such as muscle weightings with their absolute value in the baseline condition. It should be noted that most regression modelling of the neuromuscular system is non-linear, in that the observation data is a non-linear combination of the determined parameters and often uses more than one independent variable.[18]

Applications

Robotics

Neuromuscular models can help to shape the underlying processes in robotics which can improve the anthropomorphic features of these machines. These models originally were developed to help understand human motor control but the advances in computing allowed predictive models to be created to complement the experimental data and advance our knowledge of human locomotion. As the human body is a complex system, it can be viewed from an engineering perspective. The engineered model of human locomotion integrates three layers: the skeletal system, the muscle-tendon actuators, and controller architectures which simulates neural circuitry. These, combined with the concept of impedance control, form the current paradigm of robotic anthropomorphic locomotion. These neuromuscular models also form the predictive backbone for generalizing robotic behavior. They allow testing and fine-tuning of the robotic locomotive function and can facilitate integrating these models with the model-based controllers of humanoid robots.[31]

Physical Therapy

As neuromuscular model fidelity improves, these models can serve as a predictor for normalized locomotive behavior which, in turns, provides a baseline.[32][1] This baseline can be used to compare the locomotion of rehabilitating patients to measure progress and compare with past results to visually show improvement or success. The baseline can also serve as a measure from which to measure the severity of the issue that is impeding neuromuscular function.[33]

Human-Centered Assistive Devices

The design of human-centered assistive devices can be driven by neuromuscular modelling as these models can provide insight and relevant unique characteristics of the rehabilitating subject. These predictive models are used to simulate motion prediction, neural control, central pattern generators and more in order to develop new methods and approaches in the field of rehabilitation and device design. They also are used to simulate the effects of neurological of physical conditions such as stroke, amputation, and various injuries on neural control and muscle properties. These can then be used in the design of assistance devices such as prosthesis, orthoses, and exoskeletons.[32][34]

Medicine

These neuromuscular models can also be used to simulate the effects of various medical procedures on the system such as tendon transfer, joint replacement, biomedical implants, and electric stimulation controllers.[1] Simulating the effects of these can assist medical practitioners in demonstrating the viability of a proposed solution, ensuring correct size and placing of a solution (if necessary), and limit invasiveness (procedure permitting). These predictive models and simulations will also allow future medical work and research to be conducted without the need for invasive procedures but ensuring fidelity.

References

  1. 1.0 1.1 1.2 Valero-Cuevas, Francisco J.; Hoffmann, Heiko; Kurse, Manish U.; Kutch, Jason J.; Theodorou, Evangelos A. (2009). "Computational Models for Neuromuscular Function". IEEE Reviews in Biomedical Engineering. 2: 110–135. doi:10.1109/RBME.2009.2034981. ISSN 1937-3333. PMC 3116649. PMID 21687779.
  2. Murai, Akihiko; Takeichi, Kazunari; Miyatake, Taira; Nakamura, Yoshihiko (September 2014). "Musculoskeletal modeling and physiological validation". 2014 IEEE International Workshop on Advanced Robotics and Its Social Impacts. IEEE: 108–113. doi:10.1109/arso.2014.7020989. ISBN 978-1-4799-6968-5. Unknown parameter |s2cid= ignored (help)
  3. Sartori, Massimo; Maculan, Marco; Pizzolato, Claudio; Reggiani, Monica; Farina, Dario (October 2015). "Modeling and simulating the neuromuscular mechanisms regulating ankle and knee joint stiffness during human locomotion". Journal of Neurophysiology. 114 (4): 2509–2527. doi:10.1152/jn.00989.2014. ISSN 0022-3077. PMC 4620138. PMID 26245321.
  4. 4.0 4.1 Chowdhury, Rubana H.; Reaz, Mamun B. I.; Ali, Mohd Alauddin Bin Mohd; Bakar, Ashrif A. A.; Chellappan, Kalaivani; Chang, Tae. G. (2013-09-17). "Surface Electromyography Signal Processing and Classification Techniques". Sensors (Basel, Switzerland). 13 (9): 12431–12466. Bibcode:2013Senso..1312431C. doi:10.3390/s130912431. ISSN 1424-8220. PMC 3821366. PMID 24048337.
  5. "Electromyography (EMG) - Mayo Clinic". www.mayoclinic.org. Retrieved 2021-04-12.
  6. "Surface EMG for Non-Invasive Assessment of Muscles". Unknown parameter |url-status= ignored (help)
  7. Merletti, Roberto; Farina, Dario (2009-01-28). "Analysis of intramuscular electromyogram signals". Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences. 367 (1887): 357–368. Bibcode:2009RSPTA.367..357M. doi:10.1098/rsta.2008.0235. PMID 19008187. Unknown parameter |s2cid= ignored (help)
  8. Lin, Xihui; Boutros, Paul C. (2020-01-06). "Optimization and expansion of non-negative matrix factorization". BMC Bioinformatics. 21 (1): 7. doi:10.1186/s12859-019-3312-5. ISSN 1471-2105. PMC 6945623 Check |pmc= value (help). PMID 31906867.
  9. Ivanenko, Yuri P.; Poppele, Richard E.; Lacquaniti, Francesco (August 2006). "Motor control programs and walking". The Neuroscientist. 12 (4): 339–348. doi:10.1177/1073858406287987. ISSN 1073-8584. PMID 16840710. Unknown parameter |s2cid= ignored (help)
  10. Warren-Hicks, William; Carbone, John P.; Havens, Patrick L. (August 2002). "Using Monte Carlo techniques to judge model prediction accuracy: validation of the pesticide root zone model 3.12". Environmental Toxicology and Chemistry. 21 (8): 1570–1577. doi:10.1002/etc.5620210807. ISSN 0730-7268. PMID 12152756.
  11. P.C. Kleijnen, Jack (November 1993). "Verification and validation of simulation models" (PDF). European Journal of Operational Research: 145–162.
  12. Pandy, M. G. (2001). "Computer modeling and simulation of human movement". Annual Review of Biomedical Engineering. 3: 245–273. doi:10.1146/annurev.bioeng.3.1.245. ISSN 1523-9829. PMID 11447064.
  13. Zaidi, Habib; Xu, Xie George (2007). "Computational anthropomorphic models of the human anatomy: the path to realistic Monte Carlo modeling in radiological sciences". Annual Review of Biomedical Engineering. 9: 471–500. doi:10.1146/annurev.bioeng.9.060906.151934. ISSN 1523-9829. PMID 17298237.
  14. Afshar Bakooshli, Mohsen; Lippmann, Ethan S; Mulcahy, Ben; Iyer, Nisha; Nguyen, Christine T; Tung, Kayee; Stewart, Bryan A; van den Dorpel, Hubrecht; Fuehrmann, Tobias; Shoichet, Molly; Bigot, Anne (2019-05-14). Brack, Andrew; Bronner, Marianne E; Brack, Andrew, eds. "A 3D culture model of innervated human skeletal muscle enables studies of the adult neuromuscular junction". eLife. 8: e44530. doi:10.7554/eLife.44530. ISSN 2050-084X. PMC 6516829 Check |pmc= value (help). PMID 31084710.
  15. Vazquez-Santacruz, JA; Torres-Figueroa, J; Portillo-Velez, R de J (2019-09-01). "Design of a human-like biped locomotion system based on a novel mechatronic methodology". Concurrent Engineering. 27 (3): 249–267. doi:10.1177/1063293X19857784. ISSN 1063-293X. Unknown parameter |s2cid= ignored (help)
  16. Friedenthal, Sanford (2015). A practical guide to SysML : the systems modeling language. Alan Moore, Rick Steiner (Third ed.). Waltham, MA. ISBN 978-0-12-800800-3. OCLC 895336915. Search this book on
  17. "MagicDraw", Wikipedia, 2021-01-04, retrieved 2021-04-12
  18. 18.0 18.1 Gonzalez-Vargas, Jose; Sartori, Massimo; Dosen, Strahinja; Torricelli, Diego; Pons, Jose L.; Farina, Dario (2015). "A predictive model of muscle excitations based on muscle modularity for a large repertoire of human locomotion conditions". Frontiers in Computational Neuroscience. 9: 114. doi:10.3389/fncom.2015.00114. ISSN 1662-5188. PMC 4585276. PMID 26441624.
  19. Sartori, Massimo; Gizzi, Leonardo; Lloyd, David G.; Farina, Dario (2013). "A musculoskeletal model of human locomotion driven by a low dimensional set of impulsive excitation primitives". Frontiers in Computational Neuroscience. 7: 79. doi:10.3389/fncom.2013.00079. ISSN 1662-5188. PMC 3693080. PMID 23805099.
  20. Duysens, Jacques; De Groote, Friedl; Jonkers, Ilse (2013). "The flexion synergy, mother of all synergies and father of new models of gait". Frontiers in Computational Neuroscience. 7: 14. doi:10.3389/fncom.2013.00014. ISSN 1662-5188. PMC 3595503. PMID 23494365.
  21. Gizzi, Leonardo; Nielsen, Jørgen Feldbæk; Felici, Francesco; Ivanenko, Yuri P.; Farina, Dario (2011-07-XX). "Impulses of activation but not motor modules are preserved in the locomotion of subacute stroke patients". Journal of Neurophysiology. 106 (1): 202–210. doi:10.1152/jn.00727.2010. ISSN 0022-3077. PMID 21511705. Check date values in: |date= (help)
  22. Ivanenko, Yuri P.; Poppele, Richard E.; Lacquaniti, Francesco (2006-08-01). "Motor Control Programs and Walking". The Neuroscientist. 12 (4): 339–348. doi:10.1177/1073858406287987. ISSN 1073-8584. PMID 16840710. Unknown parameter |s2cid= ignored (help)
  23. Miller, Ross H. (2018), Müller, Bertram; Wolf, Sebastian I.; Brueggemann, Gert-Peter; Deng, Zhigang, eds., "Hill-Based Muscle Modeling", Handbook of Human Motion, Cham: Springer International Publishing, pp. 1–22, doi:10.1007/978-3-319-30808-1_203-2, ISBN 978-3-319-30808-1, retrieved 2021-04-19
  24. Henninger, Heath B.; Reese, Shawn P.; Anderson, Andrew E.; Weiss, Jeffrey A. (2010). "Validation of Computational Models in Biomechanics". Proceedings of the Institution of Mechanical Engineers. Part H, Journal of Engineering in Medicine. 224 (7): 801–812. doi:10.1243/09544119JEIM649. ISSN 0954-4119. PMC 2941217. PMID 20839648.
  25. "RMS Error". statweb.stanford.edu. Retrieved 2021-04-19.
  26. Jacobs, Daniel A.; Ferris, Daniel P. (2015-10-14). "Estimation of ground reaction forces and ankle moment with multiple, low-cost sensors". Journal of NeuroEngineering and Rehabilitation. 12 (1): 90. doi:10.1186/s12984-015-0081-x. ISSN 1743-0003. PMC 4606964. PMID 26467753.
  27. Jungtäubl, D.; Aurbach, M.; Melzner, M.; Spicka, J.; Süß, F.; Dendorfer, S. (2018-06-XX). "EMG-Based Validation of Musculoskeletal Models Considering Crosstalk". 2018 International Conference BIOMDLORE: 1–4. doi:10.1109/BIOMDLORE.2018.8467211. ISBN 978-1-5386-2396-1. Unknown parameter |s2cid= ignored (help); Check date values in: |date= (help)
  28. "Linear Regression and the Logistic Regression Model", Applied Logistic Regression Analysis, Thousand Oaks, CA: SAGE Publications, Inc., pp. 2–17, 2002, doi:10.4135/9781412983433.n1, ISBN 978-0-7619-2208-7, retrieved 2021-04-19
  29. Halilaj, Eni; Rajagopal, Apoorva; Fiterau, Madalina; Hicks, Jennifer L.; Hastie, Trevor J.; Delp, Scott L. (2018-11-16). "Machine learning in human movement biomechanics: Best practices, common pitfalls, and new opportunities". Journal of Biomechanics. 81: 1–11. doi:10.1016/j.jbiomech.2018.09.009. ISSN 0021-9290. PMC 6879187 Check |pmc= value (help). PMID 30279002.
  30. Oberkampf, William L; Trucano, Timothy G; Hirsch, Charles (2004-12-21). "Verification, validation, and predictive capability in computational engineering and physics". Applied Mechanics Reviews. 57 (5): 345–384. Bibcode:2004ApMRv..57..345O. doi:10.1115/1.1767847. ISSN 0003-6900.
  31. Geyer, Hartmut; Seyfarth, André (2016), Goswami, Ambarish; Vadakkepat, Prahlad, eds., "Neuromuscular Control Models of Human Locomotion", Humanoid Robotics: A Reference, Dordrecht: Springer Netherlands, pp. 1–30, doi:10.1007/978-94-007-7194-9_45-1, ISBN 978-94-007-7194-9, retrieved 2021-04-19
  32. 32.0 32.1 Markowitz, Jared (Jared John) (2013). A data-driven neuromuscular model of walking and its application to prosthesis control (Thesis thesis). Massachusetts Institute of Technology. hdl:1721.1/83822.
  33. Speciale, Alfina A.; Ellerington, Ruth; Goedert, Thomas; Rinaldi, Carlo (December 2020). "Modelling Neuromuscular Diseases in the Age of Precision Medicine". Journal of Personalized Medicine. 10 (4): 178. doi:10.3390/jpm10040178. PMC 7712305 Check |pmc= value (help). PMID 33080928 Check |pmid= value (help).
  34. Shourijeh, Mohammad S.; Mehrabi, Naser; McPhee, John J.; Fregly, Benjamin J. (2020-10-09). "Editorial: Advances in Musculoskeletal Modeling and Their Application to Neurorehabilitation". Frontiers in Neurorobotics. 14: 65. doi:10.3389/fnbot.2020.00065. ISSN 1662-5218. PMC 7581724 Check |pmc= value (help). PMID 33162884 Check |pmid= value (help).

Neuromuscular Modelling


This article "Neuromuscular modelling" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Neuromuscular modelling. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.