Hello,I'm trying to analyze lumbar compression force using VICON, but I'm a bit confused about the code in Get_VertLoad.m that was provided.
Final_Comp(i,k-1) = sign*(abs(child_Comp(i,k-1))+ abs(parent_Comp(i,k)))/2;
I'm wondering why we divide by 2 when performing this calculation. I had this question while manually confirming the calculation of lumbar compression force from joint reaction forces, following the provided MATLAB code.
I'd appreciate it if you could enlighten me on this.
If you have any papers or resources related to this, I would appreciate it if you could share them.
Thanks,
Get_VertLoad.m
- Jacob J. Banks
- Posts: 97
- Joined: Tue Jul 15, 2014 5:17 am
Re: Get_VertLoad.m
We divide by 2 because we are estimating the vertebral and not the joint load. So, we take the average of the superior and inferior joint forces to estimate the vertebral force (what is between the 2 joints).
Jake Banks
Jake Banks
- Kazuya Matsushita
- Posts: 2
- Joined: Sun Dec 04, 2022 11:10 am
Re: Get_VertLoad.m
Thanks for your reply.
I have understood the calculation method.
I would like to try various operations using this model.
I have understood the calculation method.
I would like to try various operations using this model.