- For RD-map, you will need to convert the radar detections into a format suitable for RD-map processing and then perform a 2D FFT (Fast Fourier Transform) on the radar detections.
- For CFAR detections, you will need to implement a CFAR algorithm on the RD-map data to detect and track objects.
- drivingRadarDataGenerator: https://www.mathworks.com/help/driving/ref/drivingradardatagenerator-system-object.html
- Range-Doppler Response: https://www.mathworks.com/help/phased/ug/range-doppler-response.html
- CFAR Detection: https://www.mathworks.com/help/radar/ug/cfar-detection.html