Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c67 float b_est_lower = 0.0; in linear_regression() local
71 b_est_lower += (x_values[i] - x_mean) * (x_values[i] - x_mean); in linear_regression()
74 return b_est_upper / b_est_lower; in linear_regression()