Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/utils/include/
H A Dutils.h35 constexpr double MEL_COEF = 2595.0; variable
147 return MEL_COEF * (log10(hz / HZ_COEF + 1.0)); in ConvertSlaneyMel()
152 return HZ_COEF * (pow(LOG_BASE, mel / MEL_COEF) - 1.0); in ConvertSlaneyHz()