Home
last modified time | relevance | path

Searched refs:DGB_HISTORY (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.h39 #define DGB_HISTORY 10 macro
105 float var_t[DGB_HISTORY];
106 float mean_t[DGB_HISTORY];
107 float x_o[DGB_HISTORY];
108 float y_o[DGB_HISTORY];
109 float z_o[DGB_HISTORY];
110 float e_x[DGB_HISTORY];
111 float e_y[DGB_HISTORY];
112 float e_z[DGB_HISTORY];
113 float rad[DGB_HISTORY];
[all …]