Skip to content

Instantly share code, notes, and snippets.

View Antoine-DupuyUL's full-sized avatar

Antoine-DupuyUL

View GitHub Profile
@Antoine-DupuyUL
Antoine-DupuyUL / Esports-players-kinematics-behaviour_accelerometry
Last active July 5, 2024 08:00
This script has been written to pre-process and process uncalibrated triaxial accelerometer (Noraxon sensors) with sample frequency at 500 Hz.
# -*- 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.