How to obtain the signal strength for a specified coordinate in the coverage map #469
-
When I set the transmit antenna array in a map and use “scene.coverage_map” . how can I get the signal strength for a specified coordinate in the map? |
Beta Was this translation helpful? Give feedback.
Answered by
SebastianCa
Jun 10, 2024
Replies: 1 comment
-
Hi @vcyycv0, you can access the coverage map at a specific position via the as_tensor() method. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vcyycv0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @vcyycv0,
you can access the coverage map at a specific position via the as_tensor() method.
Please have a look at the Sionna Ray Tracing Tutorial for further details.