Other Parts Discussed in Thread: DCA1000EVM,
Dear experts,
I have a question regarding the ADC raw data format of the IWR6843ISK-ODS and DCA1000EVM combination with which I am measuring right now. I was doing test measurements in which I walked towards the radar and away from it multiple time. From the measured data I created range plots of the first chirp for every measurement and plotted these over time. (Please click on the picture to get the full resolution version.)
The problem is that the image is seemingly flipped because I was moving at the distance range from 0 to 3 meters. Objects that are close to the radar seem to be far away from the radar (high frequency) and objects that are far away seem to be close (low frequency). I do not use mmWaveStudio but custom made software for the communication with the DCA1000EVM. The only steps after collecting the raw data are deinterleaving the samples and doing a fourier transformation onto the chirps to get the range plots.
Now if I just switch the in-phase and quadrate numbers for each sample, I get the correct representation of the room in front of the radar.
This makes sense if I would have had the I and Q data switched from the beginning (negative frequency from the fourier transform) but I am very sure that I did the deinterleaving as described in the documentation (see below in 'context'; with inphase = the real part, quadrature = the imaginary part).
Is there any configuration that I could have mistakenly done to just change the I and Q raw data sequence? Everything else seems to work as expected.
Context:
- For my setup I wrote some custom code to send the configuration and starting codes via Ethernet towards the DCA1000EVM and collect raw data from DCA1000EVM.
- I also used and configured the "Hard Coded Config for OOB Demo" in which I only changed the chirp config files.
- Right now I am collecting raw data, sorting the ethernet packages into measurements and deinterleaving them similar to what is described here
- Mmwave Radar Device ADC Raw Data Capture page 10
- (or the same information from a different document) mmWave Studio GUI page 80 with "DCA1000 EVM capture format (xWR16xx complex, 4 channel, 2 lanes [Non-24.8Interleaved])"
Thank you!