This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Tue Aug 8 10:46:51 2023 | |
@author: antoine dupuy | |
This script has been written to analyse uncalibrated triaxial accelerometer | |
(Noraxon sensors) with sample frequency at 500 Hz. | |
It uses a customed function to extract data from each participant csv file (FileOperation) | |
which will not be available here. |