Skip to content

Commit 2b102b7

Browse files
authored
Merge pull request #50 from BastienTr/master
[minor] Update Thanks file & Python 2 compatibility
2 parents 5bb890f + b54bfdc commit 2b102b7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

THANKS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Please add names as needed so that we can keep up with all the contributors.
22

33
Veeresh Taranalli for initial creation and contribution of CommPy.
44
Bastien Trotobas for adding some features, bugfixes, maintenance.
5-
Vladimir Fadeev for bugfixes, addition of convolutional code puncturing.
5+
Vladimir Fadeev for bugfixes, addition of convolutional code puncturing and readme explanation of codings.
66
Youness Akourim for adding features and fixing some bugs.
77
Rey Tucker for python3 compatibility fixes.
88
Dat Nguyen for type check fix for AWGN channel model.

commpy/examples/conv_encode_decode.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Authors: CommPy contributors
22
# License: BSD 3-Clause
33

4+
from __future__ import division, print_function # Python 2 compatibility
5+
46
import math
57

68
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)