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

  /device/google/contexthub/firmware/os/algos/
time_sync.c 115 float mean_y = 0.0f; local
119 mean_y += floatFromUint64(sync->time1[ii] - time1_base) * invN;
134 float y = floatFromUint64(sync->time1[ii] - time1_base) - mean_y;
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 94 milliseconds