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
Accelerations of Tibia
- hongjie hou
- Posts: 21
- Joined: Sun Sep 09, 2018 9:01 am
- Dimitar Stanev
- Posts: 1096
- Joined: Fri Jan 31, 2014 5:14 am
Re: Accelerations of Tibia
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.
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.