qualisys / paf-opensim-example

Example for using OpenSim with the QTM Project Automation Framework
https://www.qualisys.com/software/project-automation-framework/
MIT License
5 stars 1 forks source link

Fix filter performance issue #2

Closed DocVi closed 1 year ago

DocVi commented 1 year ago

Problem: Performance issue with the default filtering method used for filtering force data (could take a few hours) Solution: Replace the method with a traditional butterworth filtering method. Note: This will cause some small backward compatibility issue (caanot get the same filtered force data as before) Checklist: