batch_size in Sionna #346
Answered
by
SebastianCa
weirdooo-18
asked this question in
Q&A
-
What does the batch_size refer to exactly? How does the number of batches given become the number of receivers (in Site-specific link level simulations)? |
Beta Was this translation helpful? Give feedback.
Answered by
SebastianCa
Mar 6, 2024
Replies: 1 comment
-
The function You can find a detailed example in the Introduction to Sionna RT notebook. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
weirdooo-18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The function
sample_positions
allows to samplebatch_size
random user positions from the coverage map. In this case,batch_size
denotes the number of samples that are returned by the function (i.e., a tensor of shape[batch_size, 3]
containing random(x,y,z)
positions).You can find a detailed example in the Introduction to Sionna RT notebook.