imu_to_collapse | R Documentation |
A partially-processed IMU dataset ready to be collapsed from raw samples to one-second summaries.
imu_to_collapse
A data frame with 1500 rows and 17 variables:
The corresponding time for each row of data
Secondary accelerometer x-axis data, in G
Secondary accelerometer y-axis data, in G
Secondary accelerometer z-axis data, in G
Temperature of the IMU, in Celsius
Gyroscope x-axis data, in degrees per second
Gyroscope y-axis data, in degrees per second
Gyroscope z-axis data, in degrees per second
Magnetometer x-axis data, in micro-Teslas
Magnetometer y-axis data, in micro-Teslas
Magnetometer z-axis data, in micro-Teslas
The filename of the IMU file
The date the IMU file was processed
The millisecond value of the timestamp
Vector magnitude of the secondary accelerometer signal, in G
Gyroscope vector magnitude, in degrees per second
Vector magnitude of the magnetometer signal, in micro-Teslas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.