Home
last modified time | relevance | path

Searched defs:blockSum (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/intensity_processor/src/
H A Dintensity_processor.cpp124 std::vector<double> blockSum = EnergyEnvelop(data, hopLength, hopLength); in VolumeInDB() local
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp755 std::vector<double> blockSum = ObtainAmplitudeEnvelop(data, DESCENT_WNDLEN, DESCENT_WNDLEN); in EstimateDesentEnergy() local