How to simulate automotive radar?

6 views (last 30 days)
Eric
Eric on 15 Jan 2019
Commented: Honglei Chen on 16 Jan 2019
I need to simulate automotive radars similar to Delphi ESR (scanning radar). There is a radar generation function as part of the Automated Driving System Toolbox. Unfortunately, that function appears to be tied to Matlab's own simulation... which is not complex enough for my purposes. Real radar returns include ground clutter and other stationary objects. Are there existing functions for generating radar functions from point cloud like representations, maybe with an added relative velocity layer?

Accepted Answer

Honglei Chen
Honglei Chen on 16 Jan 2019
Have you looked at the following example? Would that be at the level you are interested?
HTH
  4 Comments
Eric
Eric on 16 Jan 2019
Right. For small objects that makes sense, but what about very long objects? I actually have point clouds generated by LIDAR and/or stereo vision and need to estimate radar returns. I know from practical experience that the long conrete barriers to one side of the vehicle generate lots of returns from corner-mounted radars that are hard to filter out using range-rate alone. I'm not sure how to estimate what a scanning radar might do when given such surroundings.
Honglei Chen
Honglei Chen on 16 Jan 2019
For simulation purpose, a common approach is to decompose large objects to small pont targets, one in each resolution cell. It certainly can never replace the measured data, but can be a good first order approximation for algorithm development.

Sign in to comment.

More Answers (0)

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!