Page 1 of 1

muscle length and velocity

Posted: Tue Sep 01, 2020 12:10 am
by chitramdas
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, ...

Re: muscle length and velocity

Posted: Thu Sep 03, 2020 10:46 am
by ongcf
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.

Re: muscle length and velocity

Posted: Thu Sep 03, 2020 11:01 am
by chitramdas
Yes, I used the MuscleAnalysis tool. Thank you.