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

Viterbi decoding of depunctured hard decision bits #118

Open
usmandroid opened this issue Dec 20, 2022 · 0 comments
Open

Viterbi decoding of depunctured hard decision bits #118

usmandroid opened this issue Dec 20, 2022 · 0 comments

Comments

@usmandroid
Copy link

Using hard demodulation we get a binary {0,1} vector. Now given that we previously punctured "erased or removed" the bits to reduce the rate say e.g from 1/2 to 3/4, and then after depuncturing, we inserted '0' at the punctured location. Now when we decode this sequence using viterbi decoder with argument hard decision and rate 1/2, the decoder will not be able to differentiate between an actual error and intentional erasure. When using soft-decision this problem can be mitigated since the '0' value of punctured location indicates LLR of 0 or total uncertainity.

I would like to know if it is possible to perform hard-decision decoding that takes this additional information of puncturing into account.

The error rate is also very high when using hard decision decoding and puncturing due to the above-mentioned reason.

Viterbi-decoder

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

1 participant