How do I run the SIONNA 5G-LDPC codes for BPSK modulation? #109
Replies: 6 comments 10 replies
-
Note: |
Beta Was this translation helpful? Give feedback.
-
Hi Yossef, For BPSK, you need to use PAM modulation. See https://nvlabs.github.io/sionna/api/mapping.html#sionna.mapping.Mapper
Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
I made the following attempts to run the LDPC for BPSK, and they gave an error messages. Maybe you can help me? Attempt #1:k= 1920 Used the following row: got the error message: Attempt #2:k= 1920 Used the following rows: got the error message: Can you please guide me how to run the simulation for BPSK? It seems that I am missing out something. |
Beta Was this translation helpful? Give feedback.
-
Please do this in a clean notebook:
|
Beta Was this translation helpful? Give feedback.
-
I run the suggested rows: and got the following result: C:\Anaconda3\envs\tf\python.exe C:\Users\modem\PycharmProjects\sionna_test1\test_Sionna_ver.py Process finished with exit code 0 |
Beta Was this translation helpful? Give feedback.
-
It should work with Sionna 0.11. You can try upgrading to a later version. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
Can someone please help me, how to run the SIONNA for BPSK modulation, for the long codes of LDPC?
That means, I write the following value:
num_bits_per_symbol = 1 # BPSK
I got the following error message:
“num_bits_per_symbol must be multiple of 2”.
Can someone please help me?
Thanking in advance, and best regards,
Yossef Yossef
Email: [email protected]
Beta Was this translation helpful? Give feedback.
All reactions