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

About automatic repeat request (ARQ) #40

Closed
wsxtyrdd opened this issue Aug 4, 2022 · 2 comments
Closed

About automatic repeat request (ARQ) #40

wsxtyrdd opened this issue Aug 4, 2022 · 2 comments

Comments

@wsxtyrdd
Copy link

wsxtyrdd commented Aug 4, 2022

Additional context
Excellent project!
Do you plan to support ARQ in future releases?

@wsxtyrdd
Copy link
Author

wsxtyrdd commented Aug 4, 2022

One additional question:
Small updates to support normalized minsum algorithm, i.e., msg = sign_val * msg_e * 0.8 in _cn_update_minsum_mapfn function of class LDPCBPDecoder, which may make the ber performance slightly better.

@SebastianCa
Copy link
Collaborator

It’s great to hear that you like Sionna.

I’m not exactly sure what you mean by “ARQ support”, but I assume it relates to the incremental redundancy (IR) of LDPC codes. Supporting IR is currently not our highest priority, but could be definitively integrated in a future release.

Regarding your question about minsum decoding: it is already possible to scale the VN2CN messages with trainable weights.If initialized with a constant value, these weights allow scaled min-sum decoding (see Weighted BP example).

Remark: Closing this thread as this is not really an issue. Please consider starting a new discussion in the forum for future feature requests.

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