Searched refs:theta (Results 1 – 3 of 3) sorted by relevance
107 static float theta[MAX_NUM_SAMPLES]; in estimate_distance_using_phase_slope() local116 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()
38 inst.theta = params; in ZTEST()
40 inst.theta = params; in ZTEST()