Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/
H A Dvibration_convert_core.cpp33 constexpr double RMS_INVALIDE_DELTA { 0.04 }; variable
336 if (rmseMax > (CONTINUOUS_EVENT_LOW_DELTA_MULTIPLES * RMS_INVALIDE_DELTA)) { in CalcOnsetHopLength()