Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp572 std::vector<double> partEnvelope; in EstimateDownwardTrend() local
579 partEnvelope.push_back(data[j]); in EstimateDownwardTrend()
583 if (EstimateDesentEnergy(partEnvelope, dropHeight, ducyCycle) != Sensors::SUCCESS) { in EstimateDownwardTrend()