1)After using Inverse kinematics and Inverse dynamics is it possible to normalise the data with respect to gait cycle?
2)Is it possible to take the IK results or ID results for the same patient but different motion trials and calculate and plot the mean results?
3)Is it possible to export the calculated data(IK and ID) as an excel sheet?
Thanks in advance
Normalising Data
- Zakia Hussain
- Posts: 38
- Joined: Sun Dec 26, 2021 10:44 pm
Re: Normalising Data
1) and 2)Yes you can do it but not in Opensim. You can use MATLAB/Python
3) Ofcourse just open excel and open the .sto file.
Hope it helps
3) Ofcourse just open excel and open the .sto file.
Hope it helps
- Milosz Lukaszewicz
- Posts: 8
- Joined: Mon Jun 27, 2022 1:29 am
Re: Normalising Data
Hi, I am trying to achieve the same thing with associating joint angles with % of gait cycle and calculating the mean of several trials. How one would go about it in MATLAB? Are there any existing scripts that can do this or do we have to write our own from ground up?
Kind regards
Kind regards
- Zakia Hussain
- Posts: 38
- Joined: Sun Dec 26, 2021 10:44 pm
Re: Normalising Data
Hi
I am not really sure since m writing my own script. If you are using BOPS toolbox https://simtk.org/projects/bops, it will plot it for you according to the gait cycle (%)
Not sure about other tools.
Hope this helps
I am not really sure since m writing my own script. If you are using BOPS toolbox https://simtk.org/projects/bops, it will plot it for you according to the gait cycle (%)
Not sure about other tools.
Hope this helps
- Mohammadreza Rezaie
- Posts: 407
- Joined: Fri Nov 24, 2017 12:48 am
Re: Normalising Data
Hi, I see you chose GUI for this post. For normalizing the data to 101 points, you need gait events. If you already adjusted the time range in IK/ID tools, you can run this script in GUI [Scripts>Run]. It prompts you to choose a directory where multiple STO or MOT files are located and then, it writes normalized files with '_N101' suffix.
Hope this helps - Mohammadreza