Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c50 static float linear_regression(float *x_values, float *y_values, uint8_t n_samples) in linear_regression() function
144 float phase_slope = linear_regression(frequencies, theta, num_angles); in estimate_distance_using_phase_slope()