Replies: 1 comment 3 replies
-
Add-on: this is a simple output when running
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
#!/bin/hi *
First of all: thx for this most inspiring framework!
Then: I tried some very basic simple stuff based on https://nvlabs.github.io/sionna/examples/Sionna_tutorial_part1.html#Forward-Error-Correction-(FEC):
I somehow fail to successfully get my infoword right out of the decoder. Almost no single codeword will be decoded correctly. I fail miserably. Where is my misunderstanding?
In detail here (full file is attached: fec.py.txt)
Step 1: Create input some input words.
Step 2: Create a codeword of each input word.
Step 3: "Introduce" some errors in the codeword.
Yes, this is just some simply, cheap bit flipping.
Step 4: Decode the "received" codeword.
Step 5: Check, if the LDPC5GDecoder successfully recreated the infoword.
Which nearly always results in
In short, I do not see what am I doing wrong.
Until yet, I did not decode a single word successfully with Sionna. What is my misconception here?
Beta Was this translation helpful? Give feedback.
All reactions