Does "PropagationDelay" property of "raytrace" function include fading effects?

5 次查看(过去 30 天)
I'm referring to the example "CDL Channel Model Customization with Ray Tracing" (CDL Channel Model Customization with Ray Tracing - MATLAB & Simulink - MathWorks Italia) in which propagation delays are computed with a raytracing approach.
My question is: are those Time of Arrivals the REAL ToAs (travelled path divided by speed of light) or do they include Rayleigh/Ricean fading due to multipath components?
My goal is to get simulated ToAs measurements, and to this purpose I need to know if noise due to multipath is ALREADY considered (and therefore a ToA estimation algorithm is being implemented to give output the propagation delay) or if I have to add this kind of noise later on my own.
Thanks in advance

回答(1 个)

vidyesh
vidyesh 2023-10-17
Hi Riccardo,
I see that you want to know how the propagation delay is calculated in the RayTracing approach.
Note that the “raytrace” function creates a “comm.Ray” object for each ray from transmitter to receiver. This means that the propagation delay for each ray, including Line-of-Sight and Reflected rays, is calculated individually.
In the "CDL Channel Model Customization with Ray Tracing" example provided by the 5G Toolbox, there are four paths from the transmitter to the receiver. The corresponding propagation delay values for these paths are stored in 'rays{1}.PropagationDelay'. These values can be used to calculate a single value of propagation delay that accounts for multipath fading.
For more information on the 'PropagationDelay' parameter, please refer to the following documentation.
Hope this answer helps.

类别

Help CenterFile Exchange 中查找有关 Propagation and Channel Models 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by