Low-pass filtering in OpenSim
In the previous post, we discussed preprocessing data with OpenSim. An important part of preprocessing is low-pass filtering of various pieces of data. In this post, we will explore many of the unanswered questions and ambiguities of low-pass filtering in OpenSim. Following stories and personal experience of strange and erroneous results coming from OpenSim filtering, I began to doubt the implementation in OpenSim. To verify the results, I set out to validate the filtering against 2 existing implementations in Python and Matlab. ...