Replies: 1 comment 3 replies
-
Hi, The ray tracer of Sionna currently traces four types of paths for computing channel impulse responses:
The six outputs of the Note that this is slightly different for coverage map computation, for which path tracing and EM field computation are not separated into different functions, and which traces the following types of paths:
Hope this helps. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Sionna Team,
Thanks for another great release!
A quick question on the output of trace_paths(). It outputs the specular reflected, the scattered, and the diffracted paths separately, along with the tmp variables of each. Suppose a single path between tx and rx has "different types of interaction with the primitives," for example, reflections and diffractions. How is the output of this function structured? Is this path included in both outputs? Or are the paths segmented in some way?
Hopefully, you can help clarify, I couldn't quite determine this from the source.
Beta Was this translation helpful? Give feedback.
All reactions