Other Parts Discussed in Thread: AWR1843BOOST, , AWR1843, MMWAVE-SDK
Tool/software: Linux
We use AWR1843BOOST and the DCA1000EVM to get the raw radar signal. We are aiming to use this setup to collect data for our autonomous driving usecase. We are using Ubuntu 18.04 + Python 3.6 for development.
Once we have collected the raw data we need to process it to generate various representations: create ADC from raw signal (processing UDP packets), create the representation after FFTs prior to feeding it to the Detection algorithm (Used to create Range-profile and Doppler-Range, Angle-Range), and generate the final point cloud.
1- Could you please provide us with your SDK that performs processing on Raw radar signal and produces all the various representations? We need to be able to play with parameters to produce adequate data for our use.
2- We have implemented our variation of the CFAR detection algorithm, could you provide us with the source SDK for CFAR that we can use as reference? (Python (preferred), or etc)
To make the AWR1843BOOST function properly we require a valid configuration profile. The default profile on mm_wave_studio crashes the radar at start up through ROS in Ubuntu. More specifically reducing the chirps from 128 to 64 makes the problem go away, but then we loose the absolute velocity ambiguity (drops from +-6m/s to +-3m/s).
3- Could you provide us with a solution to this problem?
4- What is the best configuration profile parameters to cover the long range (100~150 meters) with AWR1843BOOST?
To properly record the real world observations, we need to calibrate the radar sensor.
5- Is there a calibration matrix you can provide, or is there an sdk that could be used for this purpose?
Currently, the mm-wave-studio software is doing TDM-MIMO and the documentation is provided for TDM only. We need to record and process data for BPM-MIMO.
6- Could you please share documentation, code, and let us know how can we use AWR1843BOOST and DCA1000EVM in this mode to capture and properly process the resulting data?
Thank you