Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/
H A Dvibration_convert_core.cpp57 constexpr double RMSE_LOWDELTA_RATIO_STEP { 0.01 }; variable
297 … lowerDelta = rmseRange * (RMSE_LOWDELTA_RATIO_HIGH - i * RMSE_LOWDELTA_RATIO_STEP) + rmseMin; in CalcRmsLowerData()