Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp46 constexpr double DROP_HIGHT { 1.0 }; variable
588 if (IsLessNotEqual(ducyCycle, DOWN_TREND_MAX) && IsGreatNotEqual(dropHeight, DROP_HIGHT)) { in EstimateDownwardTrend()