Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c44 int32_t z_b_imag, int32_t *z_out_real, int32_t *z_out_imag) 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()