Does Sionna include a factory scene ? #325
SonDinhVan
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi, We do not have any factory scene, yet. Is there an example of such a scene anywhere available? It should not be difficult to make one. Essentially you are asking to simulate the channels between 4 APs and 4x100000 UEs. You should be able to place (depending on your GPU memory) around 200 UEs per batch. That means that you would need to run 2000 iterations. Assuming that each batch takes 2s to compute (depending on the number of paths, considered effects), it would take only a bit more than one hour to compute all of the channel impulse responses. So this looks largely feasible. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am working on a project where I need to generate channel state information for the indoor factory environment.
I looked at the scenes example in Sionna, however, I didn't find any similar scenarios. Is there anyway to work around with it ?
Also, if I have, let's say 4 APs and 4 UEs, each AP has 16 antennas and each UE has a single antenna, is it practical to generate channel state information for each pair AP - UE using Sionna, considering this process can be repeated more than 100000 times ?
Thanks very much for your kind support. Really appreciate.
Kind regards,
SDinh
Beta Was this translation helpful? Give feedback.
All reactions