Home
last modified time | relevance | path

Searched refs:GetVoiceFlag (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/include/
H A Dpeak_finder.h140 std::vector<bool> GetVoiceFlag(const std::vector<double> &data,
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp66 std::vector<bool> PeakFinder::GetVoiceFlag(const std::vector<double> &data, const std::vector<int32… in GetVoiceFlag() function in OHOS::Sensors::PeakFinder
737 voiceSegmentFlag_ = GetVoiceFlag(data, peakDetection.ampPeakIdxs, ampLowerDalta); in ObtainTransientByAmplitude()