Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp554 peakDetection.ampPeakIdxs = PeakFilterMinRange(absData, ampPeakAct, PEAKS_MIN_SAMPLE_COUNT); in GetPeakEnvelope()
556 for (i = 0; i < peakDetection.ampPeakIdxs.size(); i++) { in GetPeakEnvelope()
557 peakDetection.ampPeakTimes.push_back(peakDetection.ampPeakIdxs[i] * coef); in GetPeakEnvelope()
730 if (GetIsolatedEnvelope(data, peakDetection.ampPeakIdxs, in ObtainTransientByAmplitude()
737 voiceSegmentFlag_ = GetVoiceFlag(data, peakDetection.ampPeakIdxs, ampLowerDalta); in ObtainTransientByAmplitude()
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/include/
H A Dpeak_finder.h58 std::vector<int32_t> ampPeakIdxs; member