Home
last modified time | relevance | path

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

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