Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/utils/include/
H A Dutils.h48 constexpr double INTERSITY_BOUNDARY_POINT = 0.25; variable
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp80 lowerAmp = *max_element(peakAmp.begin(), peakAmp.end()) * INTERSITY_BOUNDARY_POINT; in GetVoiceFlag()
/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/
H A Dvibration_convert_core.cpp341 newOnsetHopLen = static_cast<int32_t>(round(ENERGY_HOP_LEN * INTERSITY_BOUNDARY_POINT)); in CalcOnsetHopLength()