Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c11 #define CS_FREQUENCY_MHZ(ch) (2402u + 1u * (ch)) macro
12 #define CS_FREQUENCY_HZ(ch) (CS_FREQUENCY_MHZ(ch) * 1000000.0f)
117 frequencies[num_angles] = 1.0 * CS_FREQUENCY_MHZ(data[i].channel); in estimate_distance_using_phase_slope()