Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion Error while using LDPC decoder for code rate = 0.5 and 64-QAM #67

Closed
yampati1 opened this issue Nov 16, 2022 · 2 comments
Closed

Comments

@yampati1
Copy link

I am trying to plot BLER vs SNR with respect to MCS table given by 3GPP. I could plot till 16 QAM with all code rates. But when it comes to 64 QAM(no_of_bit_sym = 6), the code shows an error shown in the following image:

image

Any suggestions?

@SebastianCa
Copy link
Collaborator

Hi,

without having access to the code snippet that produces the error it is difficult to identify your exact problem.
However, it seems as if the shape of the input LLRs of the decoder is not correct.

Please ensure that the codeword length n is a multiple of num_bits_per_symbol by either adjusting n or by adding "filler" bits (i.e., dummy bits) to the codeword before calling the mapper and remove these positions after the demapping.

@yampati1
Copy link
Author

Hi,

Thanks for the response and suggestion. By ensuring codeword length in mutiples of no_of_bits, it solved the issue. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants