Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp785 double virtualWholeEnergy = miniFrmN * blockSum[0]; in EstimateDesentEnergy() local
786 if (virtualWholeEnergy < EPS_MIN) { in EstimateDesentEnergy()
790 dutyCycle = totalEnergy / virtualWholeEnergy; in EstimateDesentEnergy()