The time stamps can be added directly to the start_time entry (no need to divide by 86400) when using
Matlab, Octave, or R.
3.3.2 Time Stamps: Absolute Mode
Using the “absolutetime” parameter in the configuration file sets the time stamp format to absolute
seconds elapsed since Epoch, which is January 1, 1970. Programs such as Matlab, Octave, and R will
directly import this time stamp format and automatically convert it to a standard date and time format.
3.3.3 Acceleration
The X16-5 records the raw digital data from the accelerometer sensor. This helps reduce processor
load, increase sample rate capability, and avoids data errors due to floating point calculations. The 16-
bit data, or 65536 discreet counts, covers the full range of the +/-16g sensor. Therefore, the conversion
factor is 65536 / 32 =
2048 counts/g
.
Table 2 lists the converted data using the example raw data in Figure 18.
Table 2: Example Data Conversion
Raw Data (Low Gain)
Converted Data
Time
Ax
Ay
Az
Time
Ax (g)
Ay (g)
Az (g)
0.163
10
24
-2054
12/15/2020 10:15:24.553
0.004883
0.011719
-1.002930
0.173
21
28
-2063
12/15/2020 10:15:24.726
0.010254
0.013672
-1.007324
0.183
17
12
-2090
12/15/2020 10:15:24.909
0.008301
0.005859
-1.020508
0.194
3
7
-2097
12/15/2020 10:15:25.103
0.001465
0.003418
-1.023926
0.204
30
5
-2061
12/15/2020 10:15:25.307
0.014648
0.002441
-1.006348
0.214
24
24
-2061
12/15/2020 10:15:25.521
0.011719
0.011719
-1.006348
0.224
17
26
-2082
12/15/2020 10:15:25.745
0.008301
0.012695
-1.016602
0.234
44
16
-2063
12/15/2020 10:15:25.979
0.021484
0.007813
-1.007324
0.245
19
33
-2072
12/15/2020 10:15:26.224
0.009277
0.016113
-1.011719
Gulf Coast Data Concepts
Page 18
X16-5, Rev New
To determine acceleration in g's, divide the raw data by 2048. A “g” is 32.174 ft/sec
2
or
9.807 m/sec
2
.