Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c107 static float theta[MAX_NUM_SAMPLES]; in estimate_distance_using_phase_slope() local
116 theta[num_angles] = atan2(1.0 * combined_q, 1.0 * combined_i); in estimate_distance_using_phase_slope()
127 bubblesort_2(frequencies, theta, num_angles); in estimate_distance_using_phase_slope()
131 float difference = theta[i] - theta[i - 1]; in estimate_distance_using_phase_slope()
135 theta[j] -= 2.0f * PI; in estimate_distance_using_phase_slope()
139 theta[j] += 2.0f * PI; in estimate_distance_using_phase_slope()
144 float phase_slope = linear_regression(frequencies, theta, num_angles); in estimate_distance_using_phase_slope()
/Zephyr-latest/tests/lib/cmsis_dsp/bayes/src/
Df32.c38 inst.theta = params; in ZTEST()
Df16.c40 inst.theta = params; in ZTEST()