Page 1 of 1

Filtering Marker data

Posted: Wed Mar 18, 2020 10:16 pm
by sanzid33
Hi all,
Should I filter the .trc data (marker data) before doing any scaling or inverse kinematics? Does it improve the estimation of joint angle? Or OpenSim has internal filtering before performing inverse kinematics?

Thanks

Re: Filtering Marker data

Posted: Thu Mar 19, 2020 1:32 am
by mitkof6
Filtering is typically performed after inverse kinematics, because IK does not necessarily produce smooth trajectories which is a pre-requirement for dynamic analysis. However, filtering is not a bad idea before processing the data through scaling or IK.

Re: Filtering Marker data

Posted: Thu Mar 19, 2020 8:09 pm
by sanzid33
Does that mean IK result is not that reliable from OpenSim? Or it just a small amount of noise.

Re: Filtering Marker data

Posted: Fri Mar 20, 2020 1:03 pm
by aymanh
Hello,

IK solves a specific problem (find best set of coordinates to match marker data at a specific time frame in least squares sense). That said, there's no guarantee of any level of continuity for the solution since continuity would be based on a longer time history rather than a specific time frame.

Hope this helps,
-Ayman