Hi,
I am trying to get IQ data from nrf_dm_iq_tones_t and hopping sequence from nrf_dm_get_hopping_sequence with some clues from RE: Using proprietary ranging stack instead of nordic distance toolbox
I can see data but when I sort the data with frequency index, it doesn't seem to be linear for both local and remote.
Here are some questions.
1. The IQ data array size is 80 and the hopping sequence array size is 75 then how can I match them?
I saw the first 4 values and the last value of IQ data are always 0 so I assume that the 75 hopping sequence fits 5th ~79th data of IQ data, is that correct?