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

Implement convolutional code puncturing #14

Open
Nancy-wn opened this issue Mar 2, 2022 · 2 comments
Open

Implement convolutional code puncturing #14

Nancy-wn opened this issue Mar 2, 2022 · 2 comments

Comments

@Nancy-wn
Copy link

Nancy-wn commented Mar 2, 2022

I found komm.TerminatedConvolutionalCode.decode() only 1/2 decoding, cannot achieve 3/4 decoding. Excuse me, komm.TerminatedConvolutionalCode.decode can achieve similar to the function of comm.ViterbiDecoder(…. 'PuncturePattern':[1;0;1;1;0;1]) in Matlab Communications Toolbox?

@rwnobrega
Copy link
Owner

Hello! Currently, komm does not support punctured convolutional codes. For now, you can achieve other code rates by specifying the matrix of feedforward polynomials (feedforward_polynomials) in the constructor for komm.ConvolutionalCode.

@Nancy-wn
Copy link
Author

Nancy-wn commented Mar 3, 2022

Thanks, look forward to the punctured feature of komm

@rwnobrega rwnobrega changed the title komm.TerminatedConvolutionalCode.decode() only 1/2 decoding? Implement convolutional code puncturing Jul 18, 2023
@rwnobrega rwnobrega reopened this Jul 18, 2023
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