![]() |
nRF Connect SDK API 3.3.99
|
| void cs_de_combined_iq_calculate | ( | cs_de_iq_tones_t * | cs_de_iq_tones, |
| float | iq_tones_comb[(75) *2] ) |
#include <include/bluetooth/cs_de.h>
Combine the local and remote IQ values in a cs_de_iq_tones_t to one array. This is done through an element wise complex multiplication of the local and remote IQ values.
| [in] | cs_de_iq_tones | to IQ values to combine |
| [out] | iq_tones_comb | pointer to allocated memory for combined IQ values. In the combined memory even indexes are the imaginary component of the combined IQ value and odd indexes are the real component. |