Is it possible to obtain normalized muscle length and velocity in our desired time gap from OpenSim? For example, difference of 0.001 between the two values in the 'time' axis.
For example: 2.308, 2.309, 2.310, 2.320, ...
muscle length and velocity
- Chitra M Das
- Posts: 2
- Joined: Tue Sep 01, 2020 12:03 am
- Carmichael Ong
- Posts: 401
- Joined: Fri Feb 24, 2012 11:50 am
Re: muscle length and velocity
It sounds like you might be using the MuscleAnalysis tool, which at most only reports on time steps that appear in the states file. In a post-process step, you could use MATLAB/Python/etc to interpolate between time values.
- Chitra M Das
- Posts: 2
- Joined: Tue Sep 01, 2020 12:03 am
Re: muscle length and velocity
Yes, I used the MuscleAnalysis tool. Thank you.