Hello
With the help of a matlab (for AWR6843AOP ) , I am receiving the UDP packets from the port 4098 from DAC1000 for a radar configuration in 'raw mode '.(radar configured for 256 samples per chirp)
My received data is 16 bits and each packet is having 255 16- bit data where first 4 bytes are sequence number and 6 bytes corresponds to the byte count. So the remaining bytes will be our raw data. This is what my understanding about the data format from DCA1000 user guide.
My queries
1. Whether each 16 bit data corresponds to the each sample starting from first chirp?
2. If it so , why each UDP packets contains only 250 16-bit data (I am expecting 256 , since I configured for 256 samples per chirp)
3. Do you have any matlab code to decode the UDP packets coming to the port (not for decoding the adc_data.bin formed in PostProc folder)
4. How the UDP packets are sending, it it for every chirp or for every frame?
Regards
Resmi Johnson