AssertionError: num_effective_subcarriers must be an integer multiple of num_tx*num_streams_per_tx #677
Unanswered
Felix-willaumez
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hi @Felix-willaumez, We would need a small code snippet that allows reproducing the behavior. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @Felix-willaumez, The requirement comes from KroneckerPilotPattern not from OFDM. You can use any other pilot pattern if you want to work with channel estimation. If this is not needed, you can just turn it of. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Sionna team,
I am trying to implement a MIMO OFDM scenario in which there is 1 base station with multiple antennas that is communicating (downlink) with different users.
Doing so I faced an error telling me that the number of subcarriers should be equal to the number of tx (1 base station in my case) * num of streams transmitted by the tx (number of users). I was able to make the code work by playing with the fft size and the number of null tones but I was wondering where does this requirement comes from. Indeed I fail to understand what could be the justification from a communication system point of view.
Thank you for your attention.
Beta Was this translation helpful? Give feedback.
All reactions