Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/include/
H A Dpeak_finder.h149 const std::vector<int32_t> &peaks, double removeRatio);
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp241 double removeRatio) in FilterLowPeak() argument
253 double threshold = *max_element(peakValue.begin(), peakValue.end()) * removeRatio; in FilterLowPeak()