Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/utils/include/
H A Dutils.h49 constexpr double INTERSITY_NUMBER_BOUNDARY_POINT = 0.75; variable
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp82 lowerAmp = peakAmp[static_cast<int32_t>(peakAmp.size() * INTERSITY_NUMBER_BOUNDARY_POINT)]; in GetVoiceFlag()