TI的工程师你好,我现在想利用手中的AWR1642 EVM ES2.0完成雷达信号的实时处理与呈现。在阅读相关文档的过程中,我产生了以下几个疑问。
1、Because of UART speed limit (< 1 Mbps), the frame time is more restrictive. For example, for the azimuth and Doppler heat maps for 256 FFT range and 16 point FFT Doppler, it takes about 200 ms to transmit.
UART口的数据传输只对frame 的周期有限制,还是对一个frame中chirp的数量(Doppler FFT点数)和采样点数(range FFT点数)都有限制?因为我觉得后者也会影响数据量的大小。
2、在SDK_guide_2.1的 5.1.2节中
(3)Sends low speed data output (objects detected) to remote entity
(4)Optional high speed data (debug) sent out of device over LVDS
这个通过LVDS口传输的high speed data (debug)是什么数据,跟(3)的数据有什么不同?
3、mmwave studio似乎不能实时处理DCA1000EVM采集的中频数据,那么有没有什么办法直接采集并处理DCA1000由网线传输到PC上的数据呢?能不能直接从串口读取数据以达到实时处理的目的?