Borrar filtros
Borrar filtros

Extracting CFAR and RD map from drivingRad​arDataGene​rator

8 visualizaciones (últimos 30 días)
Vinay Kulkarni
Vinay Kulkarni el 2 de Dic. de 2022
Respondida: Divit el 13 de Sept. de 2023
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 !

Respuesta aceptada

Divit
Divit el 13 de Sept. de 2023
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!

Más respuestas (0)

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by