This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I'm trying to capture 1 frame raw ADC data from AWR1843 via DCA1000 EVM through a custom PC server application.
Below were the radar configuration: ("profile_2d" configuration file taken as reference configuration file)
Below were the FGPA configuration for raw ADC data capture / Record:
1. Can you verify the radar configuration parameters to transmit raw ADC data over LVDS mode.
2. What is the size of 1 frame raw ADC data?
since "channelCfg 15 5 0" is configured to enable all 4Rx channels. The "lvdsMode" is set to LANE2_LVDS_MODE. Does raw ADC data contains all Rx0, Rx1, Rx2, Rx3 data or contains only Rx0, Rx1 data?
How to calculate the frame size?
3. Can you explain the frame format of DCA1000 UDP packet of raw ADC data. Information related to RX real and imaginary data sequence?
4. In radar configuration "lvdsStreamCfg -1 1 1 1", SW HSI header is enabled. Is header will be added to every frame or not?
How to distinguish the each frame from the raw ADC data?
1. Yes, you can verify that by checking the size of .bin file that is generated.
2. the formula for calculation is Size of ADC data = no of Frames * no of ChirpLoops * no of Chirps * no of Rx * no of ADCSamples * Sampling_type * bytes_per_sample. It contains data of all Rx. For Real sampling type put 1 and for complex sampling type put 2 and bytes per sample is 2.
3.
4. Yes, it will be added to each header.