Inspirit LAB – Traitement des donnĂ©es brutes

Sync des données RAW

Inspirit LAB devices record RAW data. To work with these RAW data, data needs be extracted from the device and converted into CSV files.

Pour extraire les données des appareils Inspirit LAB, vous pouvez utiliser la page RAW Insiders : www.raw.insiders.live.
Vous obtiendrez un fichier avec l'extension « .asi ». Then use the same RAW Insiders page, you can convert the “.asi” file into CSV files.
Pour effectuer ces étapes, veuillez suivre les instructions disponibles sur le document suivant : Comment Télécharger les données d'un INSPIRIT LAB

AprĂšs conversion

AprÚs conversion, vous obtiendrez les fichiers CSV suivants :
  • gnssData  =>   “gssData.csv”  – contains satellite positioning data (e.g., GPS).
  • imuData    =>   “imuData.csv” – contains angular velocity and acceleration data, from accelerometers and gyroscopes.
  • hrData       =>   “hrData.csv”    – contains heart rate (bpm) data (only if electrodes are connected to the device).
  • ecgData    =>   “ecgData.csv”  – contains electrocardiogram data (only if electrodes are connected to the device and option activated).
Each file contains a column with the sensor timestamps. Since each sensor operates with its own sampling frequency and independent initialization timing, their timestamps are not inherently synchronized. When combining data from multiple sensors, timestamp alignment must therefore be performed to ensure proper correspondence between measurements.

Exemple

Supposons que le Timestamp GNSS commence Ă  1385000 [ÎŒs].

Et le Timestamp IMU commence Ă  844250 [ÎŒs].

Pour aligner les valeurs GNSS et IMU mesurĂ©es, les Timestamps GNSS et IMU doivent ĂȘtre alignĂ©s Ă  1385000 [ÎŒs].

Retour en haut