-
Notifications
You must be signed in to change notification settings - Fork 180
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
Update conv_encode #27
Conversation
Update own repository
List of changes: 1) code_type is deprecated and moved to the __init__ 2) termination parameter is added 3) new logical for 'cont' (Continuous) encoding is added 4) puncture_matrix=None the puncturing is not started -> avoid additional loop
I just took a look on the changes. I didn't go into detail because I don't know well this module but it would be nice to update the documentation at the same time. |
I've added puncturing and depunctured (inserting zeros) functions additionally. It may be useful for the turbo codes, I guess. |
@veeresht could you have a quick look at this PR ? I'm not familiar enough with the convolutional codes to review this. If it looks good to you I can update the doc for this one and then rebase my own PR on top of this one. |
Looks good! Thanks @kirlf 👍 |
List of changes: