Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c16 #define MAX_NUM_SAMPLES 256 macro
32 static struct iq_sample_and_channel mode_2_data[MAX_NUM_SAMPLES];
33 static struct rtt_timing mode_1_data[MAX_NUM_SAMPLES];
107 static float theta[MAX_NUM_SAMPLES]; in estimate_distance_using_phase_slope()
108 static float frequencies[MAX_NUM_SAMPLES]; in estimate_distance_using_phase_slope()
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/src/
Dmain.c80 #define MAX_NUM_SAMPLES ((MAX_FRAME_DURATION_US * MAX_SAMPLE_RATE) / USEC_PER_SEC) macro
152 static int16_t send_pcm_data[MAX_NUM_SAMPLES];
/Zephyr-latest/samples/bluetooth/bap_unicast_server/src/
Dmain.c120 #define MAX_NUM_SAMPLES ((MAX_FRAME_DURATION_US * MAX_SAMPLE_RATE) / USEC_PER_SEC) macro
122 static int16_t audio_buf[MAX_NUM_SAMPLES];