Searched refs:FilterLowPeak (Results 1 – 2 of 2) sorted by relevance
148 std::vector<int32_t> FilterLowPeak(const std::vector<double> &envelope,
240 std::vector<int32_t> PeakFinder::FilterLowPeak(const std::vector<double> &envelope, const std::vect… in FilterLowPeak() function in OHOS::Sensors::PeakFinder533 peakAllIdx = FilterLowPeak(peakEnvelope, peakAllIdx, REMOVE_RATIO); in GetPeakEnvelope()