Skip to content

Viterbi decoding of depunctured hard decision bits #118

Description

@usmandroid

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions