Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/include/
H A Dpeak_finder.h159 … double GetLowestPeakValue(const std::vector<double> &envelope, const std::vector<int32_t> &peaks);
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp483 double PeakFinder::GetLowestPeakValue(const std::vector<double> &envelope, const std::vector<int32_… in GetLowestPeakValue() function in OHOS::Sensors::PeakFinder
727 …double ampLowerDalta = GetLowestPeakValue(peakDetection.ampPeakEnvelope, peakDetection.ampPeakAllI… in ObtainTransientByAmplitude()