HomeSort by relevance Sort by last modified time
    Searched defs:mean_x (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/algos/
time_sync.c 114 float mean_x = 0.0f; local
120 mean_x += floatFromUint64(sync->time2[ii] - time2_base) * invN;
135 float x = floatFromUint64(sync->time2[ii] - time2_base) - mean_x;
146 float alpha = mean_y - beta * mean_x;
  /device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_stillness_detect.h 69 float mean_x, mean_y, mean_z; member in struct:GyroStillDet
  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h 50 float mean_x, mean_y, mean_z; member in struct:AccelStillDet

Completed in 57 milliseconds