Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c43 static void calc_complex_product(int32_t z_a_real, int32_t z_a_imag, int32_t z_b_real, in calc_complex_product() argument
46 *z_out_real = z_a_real * z_b_real - z_a_imag * z_b_imag; in calc_complex_product()
47 *z_out_imag = z_a_real * z_b_imag + z_a_imag * z_b_real; in calc_complex_product()