Skip to content

Open source software used by ActiPASS

Pasan Hettiarachchi edited this page Feb 12, 2024 · 18 revisions

ActiPASS is made possible by following open source software

  1. Open Movement project

    a) CWA file import (Dan Jackson, 2019-2020):

    https://github.com/digitalinteraction/openmovement/blob/master/Software/Analysis/Matlab/CWA_readFile.m

    b) estimateCalibration.m (Nils Hammerla, 2014) which is based on GGIR Autocalibration function by Vincent T van Hees, Zhou Fang and Jing Hua Zhao

    https://github.com/digitalinteraction/openmovement/blob/master/Software/Analysis/Matlab/estimateCalibration.m

  2. ActivPAL Micro 3 file import: activpal-utils-matlab:

    https://github.com/R-Broadley/activpal_utils-matlab

  3. Inspiration form following Java encryption examples

    a) https://gist.github.com/mikofski/7028865

    b) http://javadigest.wordpress.com/2012/08/26/rsa-encryption-example/

    c) http://stackoverflow.com/a/19435226/1020470