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

Update conv_encode #27

Merged
merged 8 commits into from
May 23, 2019
Merged

Update conv_encode #27

merged 8 commits into from
May 23, 2019

Conversation

kirlf
Copy link
Contributor

@kirlf kirlf commented Feb 15, 2019

List of changes:

  1. code_type is deprecated and moved to the init
  2. termination parameter is added
  3. new routines for 'cont' (Continuous) encoding is added
  4. if puncture_matrix=None the puncturing is not started -> avoid additional loop

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
@coveralls
Copy link

coveralls commented Feb 15, 2019

Coverage Status

Coverage increased (+1.05%) to 62.224% when pulling 0806d23 on kirlf:master into f39bc48 on veeresht:master.

@BastienTr
Copy link
Collaborator

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.

@kirlf
Copy link
Contributor Author

kirlf commented Feb 19, 2019

I've added puncturing and depunctured (inserting zeros) functions additionally. It may be useful for the turbo codes, I guess.

@BastienTr
Copy link
Collaborator

@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.

@BastienTr BastienTr requested a review from veeresht May 22, 2019 15:25
@veeresht
Copy link
Owner

Looks good! Thanks @kirlf 👍

@veeresht veeresht merged commit b6969c2 into veeresht:master May 23, 2019
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

Successfully merging this pull request may close these issues.

4 participants