Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/include/
H A Dpeak_finder.h156 int32_t DetectValley(const std::vector<double> &envelope, int32_t startPos, int32_t endPos,
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp326 … if (DetectValley(envelope, startPos, endPos, mountainPosition, valleyPoint) != Sensors::SUCCESS) { in DeletePeaks()
381 int32_t PeakFinder::DetectValley(const std::vector<double> &envelope, int32_t startPos, int32_t end… in DetectValley() function in OHOS::Sensors::PeakFinder
690 …if (DetectValley(triangularEnvelope, 0, envPeakLen, mountainPosition, valleyPoint) != Sensors::SUC… in GetIsolatedEnvelope()