Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp104 GetEachIndependentEnvelope(triangularEnvelope, peaks, lowerAmp, mountainPosition); in GetVoiceFlag()
145 void PeakFinder::GetEachIndependentEnvelope(const std::vector<double> &data, const std::vector<int3… in GetEachIndependentEnvelope() function in OHOS::Sensors::PeakFinder
269 GetEachIndependentEnvelope(envelope, peaks, lowerAmp, wholeEnvelop); in FilterSecondaryPeak()
679 GetEachIndependentEnvelope(triangularEnvelope, peaks, lowerAmp, mountainPosition); in GetIsolatedEnvelope()
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/include/
H A Dpeak_finder.h142 …void GetEachIndependentEnvelope(const std::vector<double> &data, const std::vector<int32_t> &peaks,