-
Hi, I am testing the tutorial, https://nvlabs.github.io/sionna/examples/Realistic_Multiuser_MIMO_Simulations.html I didn't change other parameters, What am I supposed to do to solve this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You are implicitly setting the KroneckerPilotPattern in this example.
The problem with 100 UTs is that this number is not compatible with the FFT size and this pilot pattern. You can try with any |
Beta Was this translation helpful? Give feedback.
You are implicitly setting the KroneckerPilotPattern in this example.
The problem with 100 UTs is that this number is not compatible with the FFT size and this pilot pattern. You can try with any
fft_size
that is a multiple of 100. However, even if you do it, the performance won't be great because each UT sends a pilot on every 100th subca…