OpenMA / openma

Library to explore, process, and analyze movement acquisition data
Other
44 stars 8 forks source link

Implementation of GCV interpolation and extrapolation (Woltring processing) #1

Open aaa34169 opened 8 years ago

aaa34169 commented 8 years ago

the woltring processions known as GCSV https://isbweb.org/resources/software-resources/137-signal-processing-software is a method used in some nexus for either filtering your data or computing linear velocity/acceleration.

So as to be closed Vicon pipeline output, it should be great openMA embeds this method,

cheers

Alzathar commented 8 years ago

Possible ressource for validation: https://isbweb.org/resources/software-resources/137-signal-processing-software/500-gcvspl-for-matlab-t-reina

aaa34169 commented 8 years ago

well done

https://simtk.org/api_docs/opensim/api_docs/classOpenSim_1_1GCVSpline.html

2016-05-13 14:46 GMT+01:00 Alzathar notifications@github.com:

Possible ressource for validation: https://isbweb.org/resources/software-resources/137-signal-processing-software/500-gcvspl-for-matlab-t-reina

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/OpenMA/openma/issues/1#issuecomment-219047235

Fabien

Fabien Leboeuf

Research fellow ( University of salford)

- phD Mechanics-Biomechanics (university of Poitiers, FRANCE)

College of Health & Social Care University of Salford Allerton Building Frederick Road Campus

Salford, M6 6PU, UNITED KINGDOM

Alzathar commented 8 years ago

One unit test found in the source-code of OpenSim. The content of the file GCVSpline.cpp might also help to understand how to use the original "gcvspl.h" file.

aaa34169 commented 8 years ago

of course

2016-05-13 14:58 GMT+01:00 Alzathar notifications@github.com:

One unit test https://github.com/jryong/opensim-core/blob/5a004ef6369a53ae6476e324bda4b36f6849af8d/OpenSim/Common/Test/testGCVSpline.cpp found in the source-code of OpenSim. The content of the file GCVSpline.cpp https://github.com/jryong/opensim-core/blob/5a004ef6369a53ae6476e324bda4b36f6849af8d/OpenSim/Common/GCVSpline.cpp might also help to understand how to use the original "gcvspl.h" file.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/OpenMA/openma/issues/1#issuecomment-219050490

Fabien

Fabien Leboeuf

Research fellow ( University of salford)

- phD Mechanics-Biomechanics (university of Poitiers, FRANCE)

College of Health & Social Care University of Salford Allerton Building Frederick Road Campus

Salford, M6 6PU, UNITED KINGDOM