Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c144 float phase_slope = linear_regression(frequencies, theta, num_angles); in estimate_distance_using_phase_slope() local
146 float distance = -phase_slope * (SPEED_OF_LIGHT_M_PER_S / (4 * PI)); in estimate_distance_using_phase_slope()