Searched refs:FilterSecondaryPeak (Results 1 – 2 of 2) sorted by relevance
152 std::vector<int32_t> FilterSecondaryPeak(const std::vector<double> &envelope,
264 std::vector<int32_t> PeakFinder::FilterSecondaryPeak(const std::vector<double> &envelope, in FilterSecondaryPeak() function in OHOS::Sensors::PeakFinder538 std::vector<int32_t> ampPeakBigIdx = FilterSecondaryPeak(peakEnvelope, peakAllIdx, lowerAmp); in GetPeakEnvelope()