Accelerations of Tibia

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
hongjie hou
Posts: 21
Joined: Sun Sep 09, 2018 9:01 am

Accelerations of Tibia

Post by hongjie hou » Mon May 06, 2019 1:21 am

Hello everyone,

I want to know the detailed calculation process of Joint Reactions Analysis. I do not know how to determine the accelerations of tibia. is there any method to determine the data?
thanks,
hongjie
Attachments
360截图20190506161845320.jpg
360截图20190506161845320.jpg (21.63 KiB) Viewed 127 times

Tags:

User avatar
Dimitar Stanev
Posts: 1096
Joined: Fri Jan 31, 2014 5:14 am

Re: Accelerations of Tibia

Post by Dimitar Stanev » Mon May 06, 2019 4:15 am

Hi,

You can find more details here:

https://simbody.github.io/simbody-3.6-d ... 13640136aa

The body acceleration is determined from kinematic measurements numerically:

1. Kinematics (from IK) are filtered
2. Smooth splines are fitted
3. High order derivatives are calculated using the splines
4. Body kinematics are determined from the relationship between parent and child bodies, and the motion of the joint

You can perform BodyKinematics analysis using the AnalyzeTool.

POST REPLY