Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/include/
H A Dpeak_finder.h154 int32_t DeletePeaks(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.cpp303 if (DeletePeaks(envelope, frontIndex, toIndex, wholeEnvelop, index) != Sensors::SUCCESS) { in FilterSecondaryPeak()
319 int32_t PeakFinder::DeletePeaks(const std::vector<double> &envelope, int32_t startPos, int32_t endP… in DeletePeaks() function in OHOS::Sensors::PeakFinder