Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp51 …e> PeakFinder::ExtractValues(const std::vector<double> &envelope, const std::vector<int32_t> &idxs) in ExtractValues() argument
54 size_t idxsSize = idxs.size(); in ExtractValues()
57 if (idxs[i] >= envelopSize) { in ExtractValues()
60 values.push_back(envelope[idxs[i]]); in ExtractValues()
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/include/
H A Dpeak_finder.h139 …ector<double> ExtractValues(const std::vector<double> &envelope, const std::vector<int32_t> &idxs);