Searched refs:peakPlace (Results 1 – 2 of 2) sorted by relevance
174 bool PeakFinder::FindPeakBoundary(const std::vector<double> &data, int32_t peakPlace, double thresh… in FindPeakBoundary() argument177 if (data.empty() || (peakPlace > data.size())) { in FindPeakBoundary()183 for (i = peakPlace; i >= 0; i--) { in FindPeakBoundary()199 for (j = peakPlace; j < dataSize; j++) { in FindPeakBoundary()
144 bool FindPeakBoundary(const std::vector<double> &data, int32_t peakPlace, double threshold,