Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/include/
H A Dpeak_finder.h144 bool FindPeakBoundary(const std::vector<double> &data, int32_t peakPlace, double threshold,
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp162 findBoundary = FindPeakBoundary(data, index, lowerAmp, bothSides); in GetEachIndependentEnvelope()
174 bool PeakFinder::FindPeakBoundary(const std::vector<double> &data, int32_t peakPlace, double thresh… in FindPeakBoundary() function in OHOS::Sensors::PeakFinder