Detection format from 'Simulation 3D Probabilistic Radar'
1 次查看(过去 30 天)
显示 更早的评论
Add-ons used: Vehicle dynamics blockset and Automated Driving toolbox.
I'm running a simulation similar to the example in 'Simulate Radar Sensors in 3D Environment' example. I'd like to output a value for Distance, Intensity, and Speed from the radar detection of the forward facing 'Simulation 3D Probabilistic Radar' sensor. I do not understand the format of the output detection signal. I know it is output as a bus, I dont know how I would access what i need from this data. The detections seem to be output as a 1x1 singal, and I cannot figure out what this relates to. I am trying to output this data to a radar target simulator for demonstration purposes. I have tried to access data through the detection busses but do not undertand the format of the data or how to access these values for the detections. Im trying to access values for distance, speed and intensity from the bus output by this individual sensor block rather than that of the detection concenation block it feeds into as well.
If anyone knows how to help I would appreciate it.
Thanks,
Patrick.
0 个评论
采纳的回答
Prabhan Purwar
2020-1-22
Hi,
The Signal coming out via Ego Sensors block is a "Bus signal" comprising of Number of detection, Measurements, and other parameters as shown.
You could access the same from the MATLAB Workspace using the following command:
x=out.logsout{1}.Values......;
Hope it helps!!
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!