Searched refs:RMS (Results 1 - 1 of 1) sorted by relevance

/hardware/invensense/60xx/mlsdk/mlutils/
H A Dmputest.c250 * the limit standard deviation (=~ RMS) set to assess whether
312 * 9 If any of the RMS noise values is zero, it could be
334 float RMS[3]; local
496 /* 3rd, check RMS */
499 RMS[X] = 0.f, RMS[Y] = 0.f, RMS[Z] = 0.f;
501 RMS[X] += (x[i] - Avg[X]) * (x[i] - Avg[X]);
502 RMS[Y] += (y[i] - Avg[Y]) * (y[i] - Avg[Y]);
503 RMS[
852 float RMS[3]; local
[all...]

Completed in 24 milliseconds