OpenMA / openma

Library to explore, process, and analyze movement acquisition data
Other
44 stars 8 forks source link

Options to choose the finite derivate methods in the inverse dynamic algorithms #41

Open Alzathar opened 7 years ago

Alzathar commented 7 years ago

Currently, the class ma::body:: InverseDynamicsMatrix uses central/forward/backward methods to compute 1st and 2nd derivate with a 2nd order of accuracy. However, other methods can be used for that (central method + mirroring on the boundaries, cascaded 1st derivate), The possibility to choose the finite derivate method will help to validate the inverse dynamic part. Indeed, no reference data correspond to the implementation of the class ma::body:: InverseDynamicsMatrix.