Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp530 std::vector<int32_t> peakAllIdx = DetectPeak(peakEnvelope, REMOVE_RATIO); in GetPeakEnvelope() local
533 peakAllIdx = FilterLowPeak(peakEnvelope, peakAllIdx, REMOVE_RATIO); in GetPeakEnvelope()
534 std::vector<double> extractValues = ExtractValues(peakEnvelope, peakAllIdx); in GetPeakEnvelope()
538 std::vector<int32_t> ampPeakBigIdx = FilterSecondaryPeak(peakEnvelope, peakAllIdx, lowerAmp); in GetPeakEnvelope()
544 peakDetection.ampPeakAllIdx = peakAllIdx; in GetPeakEnvelope()