Searched refs:removeRatio (Results 1 – 2 of 2) sorted by relevance
149 const std::vector<int32_t> &peaks, double removeRatio);
241 double removeRatio) in FilterLowPeak() argument253 double threshold = *max_element(peakValue.begin(), peakValue.end()) * removeRatio; in FilterLowPeak()