Search found 14 matches
- Tue Oct 23, 2018 3:27 pm
- Forum: 2018 Fall OpenSim Virtual Workshop
- Topic: How to edit marker/force/analog data during c3d conversion in MATLAB (Opensim4.0 & osimC3D)
- Replies: 4
- Views: 916
Re: How to edit marker/force/analog data during c3d conversion in MATLAB (Opensim4.0 & osimC3D)
Christopher, I'm not trying to modify the c3d files themselves (which you can actually do in Mokka, but it's not scaleable for many trials); I'm trying to modify the files once imported as structures in MATLAB. That is what I currently do with my code, but I didn't know if it was possible to have a ...
- Tue Oct 23, 2018 2:19 pm
- Forum: 2018 Fall OpenSim Virtual Workshop
- Topic: treadmill, inclination
- Replies: 3
- Views: 1013
Re: treadmill, inclination
Arash,
That's an interesting problem. How is your global coordinate system defined? Where is the origin?
If it's defined based on the treadmill and then you adjust the inclination of the treadmill, you might have an issue with the COP locations.
Best,
Maria
That's an interesting problem. How is your global coordinate system defined? Where is the origin?
If it's defined based on the treadmill and then you adjust the inclination of the treadmill, you might have an issue with the COP locations.
Best,
Maria
- Tue Oct 23, 2018 12:47 pm
- Forum: 2018 Fall OpenSim Virtual Workshop
- Topic: How to edit marker/force/analog data during c3d conversion in MATLAB (Opensim4.0 & osimC3D)
- Replies: 4
- Views: 916
Re: How to edit marker/force/analog data during c3d conversion in MATLAB (Opensim4.0 & osimC3D)
Benjamin, Thanks for the suggestion, but unfortunately that will not work for me. I need to do some processing to all the marker, force, and analog data. I was using the c3d2OpenSim toolbox with some custom functions to make these adjustments, but I want to update everything for OpenSim 4.0 now. It ...
- Tue Oct 23, 2018 12:03 pm
- Forum: 2018 Fall OpenSim Virtual Workshop
- Topic: How to edit marker/force/analog data during c3d conversion in MATLAB (Opensim4.0 & osimC3D)
- Replies: 4
- Views: 916
How to edit marker/force/analog data during c3d conversion in MATLAB (Opensim4.0 & osimC3D)
Hi all, I'm trying to update my c3d conversion methods for OpenSim 4.0 using the provided osimC3D methods. I can import the osimC3D object and assign the markers and forces to structures for editing, but I need help with: 1) How to save edited marker/force structures back to the osimC3D object? 2) H...
- Tue Oct 23, 2018 6:55 am
- Forum: 2018 Fall OpenSim Virtual Workshop
- Topic: Solutions for noisy treadmill force data?
- Replies: 4
- Views: 934
Re: Solutions for noisy treadmill force data?
Nicos, These are great points! I checked my kinematic data, and as far as I can tell, the filtering has very little effect because they are already pretty clean. I do not think the kinematic data are causing the problem. I checked the GRF data with IK results. The GRF vector is placed well under the...
- Mon Oct 22, 2018 7:49 pm
- Forum: 2018 Fall OpenSim Virtual Workshop
- Topic: Solutions for noisy treadmill force data?
- Replies: 4
- Views: 934
Re: Solutions for noisy treadmill force data?
Mike,
Thanks for your suggestions! Both walking and running data are on an instrumented treadmill (no incline). Kinematics get filtered at 8Hz.
My COP data are definitely noisy as well. I will try some different filtering techniques for my COP and moment data and see if that helps anything!
Maria
Thanks for your suggestions! Both walking and running data are on an instrumented treadmill (no incline). Kinematics get filtered at 8Hz.
My COP data are definitely noisy as well. I will try some different filtering techniques for my COP and moment data and see if that helps anything!
Maria
- Mon Oct 22, 2018 12:26 pm
- Forum: 2018 Fall OpenSim Virtual Workshop
- Topic: Solutions for noisy treadmill force data?
- Replies: 4
- Views: 934
Solutions for noisy treadmill force data?
Does anyone have suggestions for how to deal with noisy treadmill force data (specifically X/Z noise)? During walking they look okay but they are considerably noisier during running. I am currently using a 4th order Butterworth filter with cutoff of 10Hz to filter all of my force data, which works w...
- Thu Aug 23, 2018 11:00 am
- Forum: OpenSim
- Topic: Opensim 4.0 does not complete scaling process.
- Replies: 10
- Views: 2485
Re: Opensim 4.0 does not complete scaling process.
Ayman, Thanks for the quick reply. I don't think there are any issues with permissions. In part 2 of scaling, it is able to write the output scale file (Sub_ScaleSet_Applied.xml) to the same directory with no issues. I have checked the paths in each part of the scale file and they appear to be okay ...
- Thu Aug 23, 2018 9:12 am
- Forum: OpenSim
- Topic: Opensim 4.0 does not complete scaling process.
- Replies: 10
- Views: 2485
Re: Opensim 4.0 does not complete scaling process.
Hello, I seem to be having the same issue. I've tried scaling with both the Rajagopal 2016 and Lai 2017 full body models in OpenSim 3.3 and 4.0. The exact same scaling setup works in 3.3 but gets stuck placing markers on model in "executing scaling..." with 4.0. There are no obvious errors during st...
- Thu Jun 15, 2017 12:19 pm
- Forum: OpenSim
- Topic: Question in Editing a xml Scale setting file using matlab
- Replies: 7
- Views: 2282
Re: Question in Editing a xml Scale setting file using matlab
James, Thanks, this is helpful! I wanted to call the IKTastSet and MeasurementSet files because I have generic ones defined that I wanted to use for batch processing: <MeasurementSet file=".\Scale_MeasurementSet.xml"/> This is where the file generated during batch processing "loses" the file I defin...