Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp489 std::vector<double> peakValues; in GetLowestPeakValue() local
491 peakValues.push_back(envelope[peaks[i]]); in GetLowestPeakValue()
493 double maxPeak = *max_element(peakValues.begin(), peakValues.end()); in GetLowestPeakValue()
494 double minPeak = *min_element(peakValues.begin(), peakValues.end()); in GetLowestPeakValue()