Other Parts Discussed in Thread: DCA1000EVM
Tool/software:
Hello,
I am currently using TI’s mmWave sensor IWR1843BOOST along with the DCA1000EVM to capture raw ADC data, which is being stored in PCAP format via Ethernet. I am in the process of parsing and analyzing the data using custom tools in Python, and I would like to confirm the exact order and structure of ADC samples in the PCAP file, especially in MIMO mode.
I am reshaping the raw ADC data for the following purposes:
-
Range-Doppler Map generation
-
Range-Azimuth Map (AoA estimation using MIMO virtual array)
-
Radar Cross Section (RCS) Mapping per angle/range bin
Accurate reshaping depends on the correct interpretation of Tx/Rx and chirp ordering in the raw PCAP data. If the ordering is incorrect, the azimuth and Doppler information becomes unreliable or severely distorted.
If TI provides reference material, example code, or parsing utilities for this specific use case, I would greatly appreciate it.
Thank you very much!
Best regards,
Ji-yun Kim