Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/utils/include/
H A Dutils.h34 constexpr double HZ_COEF = 700.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()