Searched refs:FindPeakBoundary (Results 1 – 2 of 2) sorted by relevance
144 bool FindPeakBoundary(const std::vector<double> &data, int32_t peakPlace, double threshold,
162 findBoundary = FindPeakBoundary(data, index, lowerAmp, bothSides); in GetEachIndependentEnvelope()174 bool PeakFinder::FindPeakBoundary(const std::vector<double> &data, int32_t peakPlace, double thresh… in FindPeakBoundary() function in OHOS::Sensors::PeakFinder