Extracting CFAR and RD map from drivingRad​arDataGene​rator

10 次查看(过去 30 天)
Hi,
I wanted to understand how drivingRadarDataGenerator api generates detections? Does it actually simulate Radar waveforms such as FMCW or pulsed radar , as i dont see these specific parameters are passed to this function. In parallel, i want to get RD-map and CFAR detections , which would be helpful for my algorithm development.
Please help !

采纳的回答

Divit
Divit 2023-9-13
Hi Vinay,
The drivingRadarDataGenerator in MATLAB’s Automated Driving Toolbox does not directly simulate radar waveforms such as FMCW (Frequency Modulated Continuous Wave) or pulsed radar. Instead, it generates detections based on specified parameters like object positions, velocities, and radar sensor characteristics.
To generate RD-map (Range-Doppler map) and CFAR (Constant False Alarm Rate) detections, you would need to implement these processing steps separately in your algorithm using the radar detections generated by the function.
  • 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.
To know more you can refer to the following documentation links:
I hope this helps!

更多回答(0 个)

产品


版本

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by