Resampling when filtering
Posted: Mon Apr 13, 2020 8:13 am
HI,
I am trying to run an inverse dynamics (ID) analysis from CMC kinematic data and ground reaction forces for a data set of about 1 s. When I run an ID without filtering the kinematics, the ID runs in a reasonable time without resampling, but a lot of noise apears in the computed torques due to differentiation. Thus, I need to filter the data.
When I filter at ~10 Hz, the ID tool resamples the data at a ridiculously small time step and thus the ID takes forever to run. I get the following warning related to the resampling. How can I disable this resampling ?
I also get these other comments. Are these normal or can they be avoided ? It take a long time before the ID actually starts.
Thank you for your help !
Charles
I am trying to run an inverse dynamics (ID) analysis from CMC kinematic data and ground reaction forces for a data set of about 1 s. When I run an ID without filtering the kinematics, the ID runs in a reasonable time without resampling, but a lot of noise apears in the computed torques due to differentiation. Thus, I need to filter the data.
When I filter at ~10 Hz, the ID tool resamples the data at a ridiculously small time step and thus the ID takes forever to run. I get the following warning related to the resampling. How can I disable this resampling ?
Code: Select all
Storage.resample: WARNING: resampling at time step 2.119e-005 (but minimum time step is 1.067e-005)
Code: Select all
ExternalForce::Right_GRF
Data source being set to external_loads_sim.mot
ExternalForce::Left_GRF
Data source being set to external_loads_sim.mot
ExternalForce::pelvis_force
Data source being set to external_loads_sim.mot
Storage: file=C:\Users\Charles Khazoom\Desktop\reprocessed_simulations\subject07\trial01_v2\test_600Nvert\cmc\results\cmc_Kinematics_q.sto (nr=1328 nc=40)
ExternalForce::Right_GRF_transformedP
Data source being set to external_loads_sim.mot_transformedP
ExternalForce::Left_GRF_transformedP
Data source being set to external_loads_sim.mot_transformedP
ExternalLoads: WARNING ExternalForce 'pelvis_force' is not expressed in ground and will not be transformed.
InverseDynamicsTool: 49982 time frames in 43.679s
Charles