Relating compute_paths CIRs to Scene's coverage_map in Sionna RT #270
Unanswered
ifelse1984
asked this question in
Q&A
Replies: 1 comment 1 reply
-
In short, the answer is no. Coverage maps are computed as described here. They correspond to the normalized integral of the incoming energy across small surface patches. An approximation of this would be to compute the CIRs at several positions within a small region and compute their average energy. That means that you cannot perfectly recover the same path gain from a single CIR. However, they should be not too different if the cell size of the coverage map is not too large. Why would you need to do this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For Sionna RT, the CIRs and Coverage Maps are computed with different functions and classes. Is there a way to reconcile the two?
For instance, given a Tx (Array) + Rx pair, I can use compute path to get the CIR. Using a single Tx (Array), I can compute the coverage map, for which I can identify one of the cell centers that is closest to my Rx. Can I obtain the same path gain value (which seems time-invariant) on the coverage map from the CIR (which is time-variant)?
Beta Was this translation helpful? Give feedback.
All reactions