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 D | peak_finder.cpp | 104 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 D | peak_finder.h | 142 …void GetEachIndependentEnvelope(const std::vector<double> &data, const std::vector<int32_t> &peaks,
|