- 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
10 views (last 30 days)
Show older comments
I want to use "phased" fuction to generate pedestrain dataset, but I don't know how to generate multi-path.
0 Comments
Answers (1)
Jaynik
on 16 Nov 2023
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 Comments
See Also
Categories
Find more on Propagation and Channel Models in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!