- 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!