dda71427 commited on
Commit
29011fe
·
verified ·
1 Parent(s): ed67e0e

Create vibration_normal.json

Browse files
Files changed (1) hide show
  1. vibration_normal.json +12 -0
vibration_normal.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sensor_type": "accelerometer",
3
+ "unit": "m/s^2",
4
+ "condition": "normal_operation",
5
+ "sampling_rate_hz": 200,
6
+ "data": [
7
+ { "timestamp": 0.00, "x": 0.25, "y": 0.30, "z": 9.65 },
8
+ { "timestamp": 0.01, "x": 0.28, "y": 0.32, "z": 9.60 },
9
+ { "timestamp": 0.02, "x": 0.27, "y": 0.29, "z": 9.62 },
10
+ { "timestamp": 0.03, "x": 0.30, "y": 0.35, "z": 9.58 }
11
+ ]
12
+ }