Sync RAW Data
AdMos devices record RAW data. To work with these RAW data, data needs be extracted from the device and converted into CSV or KML files.
To extract the data from AdMos devices, you can use the RAW Insiders page: www.raw.insiders.live.
You will obtain a file with the “.asi” extension. Then use the same RAW Insiders page, you can convert the “.asi” file into CSV or KML files.
To do these steps, please follow the instructions available form the following document: How to Download Data from AdMos Sensor
After conversion
After conversion, you will have the following CSV files:
- 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).
Each of these files contains a column with the timestamps specific to each internal sensor. In order to align the values of each of the internal sensors, Timestamps must be synchronized using an algorithm.
Example
Let’s say the GNSS timestamp starts at 1385000 [μs].
And the IMU timestamp starts at 844250 [μs].
To align the measured GNSS and IMU values, the GNSS and IMU timestamps must be aligned at 1385000 [μs].
