-
Notifications
You must be signed in to change notification settings - Fork 147
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
How to work with my own LDPC code sample #153
Comments
Hi @ElifUskuplu, AFF3CT is able to read H partity matrices from AList or QC format. The expected formats are described here in the documentation : https://aff3ct.readthedocs.io/en/latest/user/simulation/parameters/codec/ldpc/decoder.html#dec-h-path-image-required-argument. So the work you have to do is to print your H matrix in a text file, once it is done you will able to configure AFF3CT with the generated input H matrix with the I hope it helps. |
Hi @kouchy, I wanted to ask a question regarding LDPC codes that comply with the 5G NR standard, which is mentioned in your paper that AFF3CT does support. However, instead of opening a new issue, I think this is a good place to ask, since the question is related to parity check matrix. To use 5G NR LDPC codes, I need to provide the sparse parity check matrix, which is part of the aforementioned standard, right? specifically, I indicate with --dec-h-path the location of the matrix in .alist format. I am using AFF3CT 2.3.5, and based on the names of the matrix in .alist format, I think the matrix for the 5G NR standard are not included in the conf/dec/LDPC folder; I think this makes sense because my understanding is that 5G NR LDPC codes encode the input data according to the parity-check matrix associated with the corresponding lifting size applied to the selected base graph from the 5G standard. I hope that you can let me know if I am missing something. Last but not least, thank you for the amazing work you have done! |
Hi, I want to use AFF3CT to simulate my codes. I have the folllowing matrix written in Matlab. How can I convert this to a suitable data for the application?
The text was updated successfully, but these errors were encountered: