- phased.MultipathChannel: https://www.mathworks.com/help/phased/ref/phased.multipathchannel-system-object
- phased.WidebandLOSChannel: https://www.mathworks.com/help/phased/ref/phased.widebandloschannel-system-object.html
- phased.RadarTarget: https://www.mathworks.com/help/phased/ref/phased.radartarget-system-object.html
- phased.Platform: https://www.mathworks.com/help/phased/ref/phased.platform-system-object.html
How to generate multi-path channel by using radar toolbox? I
9 次查看(过去 30 天)
显示 更早的评论
I want to use "phased" fuction to generate pedestrain dataset, but I don't know how to generate multi-path.
0 个评论
回答(1 个)
Jaynik
2023-11-16
Hi,
I understand that you want to generate multi-path channel and use "phased" function to generate a pedestrian dataset.
The "phased.MultipathChannel" system object from the "Phased array system toolbox" can be used to propogate a signal through multipath channel. To create the waveform, you can use "phased.LinearFMWaveform" object. The "phased.WidebandLOSChannel" object can be used to model the propagation of narrowband electromagnetic signals through a line-of-sight (LOS) channel from a source to a destination. Though, in a LOS channel, propagation paths are straight lines from point to point. "phased.RadarTarget" can be used to model the signal reflection from a radar target. Finally, "phased.Platform" can be used to model the target platform.
Once the channel model is created, that is the propagation environment between the radar sensor and the target, you can simulate the radar returns and extract the relevant information, such as target position, velocity, RCS, etc. to generate the pedestrian dataset based on your specific requirements.
You can learn more about these objects below:
Hope this helps!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Propagation and Channel Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!