Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/include/
H A Dpeak_finder.h181 int32_t GetIsolatedEnvelope(const std::vector<double> &data, const std::vector<int32_t> &peaks,
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp659 int32_t PeakFinder::GetIsolatedEnvelope(const std::vector<double> &data, const std::vector<int32_t>… in GetIsolatedEnvelope() function in OHOS::Sensors::PeakFinder
730 if (GetIsolatedEnvelope(data, peakDetection.ampPeakIdxs, in ObtainTransientByAmplitude()