File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Please add names as needed so that we can keep up with all the contributors.
22
33Veeresh Taranalli for initial creation and contribution of CommPy.
44Bastien 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 .
66Youness Akourim for adding features and fixing some bugs.
77Rey Tucker for python3 compatibility fixes.
88Dat Nguyen for type check fix for AWGN channel model.
Original file line number Diff line number Diff line change 11# Authors: CommPy contributors
22# License: BSD 3-Clause
33
4+ from __future__ import division , print_function # Python 2 compatibility
5+
46import math
57
68import matplotlib .pyplot as plt
You can’t perform that action at this time.
0 commit comments