Hello all,
What type of filter is opensim using when doing RRA or CMC? I am trying to filter the kinematics myself in Matlab and give OpenSim Matlab-filtered kinematics for CMC. How can I design this filter in Matlab?
I am aware that matlab has the "butter" function, is this the type of filter implemented in Opensim? What is the order of the filter?
Kaiwen
OpenSim filter
- Dimitar Stanev
- Posts: 1096
- Joined: Fri Jan 31, 2014 5:14 am
Re: OpenSim filter
The dynamics tool perform the following:
https://github.com/opensim-org/opensim- ... l.cpp#L284
https://github.com/opensim-org/opensim- ... l.cpp#L160
The filter of order 3 Butterworth low pass filter implemented as IIR.
https://github.com/opensim-org/opensim- ... l.cpp#L284
https://github.com/opensim-org/opensim- ... l.cpp#L160
The filter of order 3 Butterworth low pass filter implemented as IIR.
- Kaiwen Yang
- Posts: 45
- Joined: Mon Sep 03, 2018 11:25 am
Re: OpenSim filter
This is what I need. Thank you!
Kaiwen
Kaiwen