Other Parts Discussed in Thread: AWR1843
在mmwave studio user guide 中,我看到如下信息

对于AWR1843只有2条LVDS lane,那么是不是在使用DCA1000传输ADC数据时就只能传输两个接收通道的数据吗?
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.
在mmwave studio user guide 中,我看到如下信息

对于AWR1843只有2条LVDS lane,那么是不是在使用DCA1000传输ADC数据时就只能传输两个接收通道的数据吗?
在您的采集设置中,每个chirp采样256个点,每个点使用了2个字节(complex1x),每帧安排128个chirp,每个chirp使用了4个通道。因此,每帧数据的ADC数据字节数为:
256 * 2 * 2 * 4 * 128 = 512KB
这个计算是正确的,因此您在实际采集时得到的数据大小也应该是512KB。您可以使用数据处理软件对采集到的数据进行处理和分析,以验证数据的正确性。同时,也需要注意在数据处理过程中,要考虑到数据的格式和采集参数等因素,以确保数据的准确性和可靠性。