Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c32 static struct iq_sample_and_channel mode_2_data[MAX_NUM_SAMPLES]; variable
186 mode_2_data[context->mode_2_data_index].channel = step->channel; in process_step_data()
187 mode_2_data[context->mode_2_data_index].antenna_permutation = in process_step_data()
189 mode_2_data[context->mode_2_data_index].local_iq_sample = in process_step_data()
196 mode_2_data[context->mode_2_data_index].failed = true; in process_step_data()
208 mode_2_data[context->mode_2_data_index].peer_iq_sample = in process_step_data()
215 mode_2_data[context->mode_2_data_index].failed = true; in process_step_data()
270 memset(mode_2_data, 0, sizeof(mode_2_data)); in estimate_distance()
285 estimate_distance_using_phase_slope(mode_2_data, context.mode_2_data_index); in estimate_distance()