summaryrefslogtreecommitdiff
path: root/gr-fec/python/fec/polar/testbed.py
diff options
context:
space:
mode:
authorJohannes Demel <ufcsy@student.kit.edu>2015-07-21 15:47:04 +0200
committerJohannes Demel <ufcsy@student.kit.edu>2015-09-21 10:46:54 +0200
commit73d84a231c31bf8312214b5e3a0a97e15c8db98f (patch)
tree3b531fbb2bd00184b29113a3e564fed379bffe62 /gr-fec/python/fec/polar/testbed.py
parent8b486050a7e425e21f069ad6742385d6496c63eb (diff)
polar: VOLK kernel integration
Conflicts: volk
Diffstat (limited to 'gr-fec/python/fec/polar/testbed.py')
-rwxr-xr-xgr-fec/python/fec/polar/testbed.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-fec/python/fec/polar/testbed.py b/gr-fec/python/fec/polar/testbed.py
index bdf9ae437c..c35b62099c 100755
--- a/gr-fec/python/fec/polar/testbed.py
+++ b/gr-fec/python/fec/polar/testbed.py
@@ -153,11 +153,11 @@ def main():
# frozenbitposition = np.array((0, 1, 2, 3, 4, 5, 8, 9), dtype=int)
# print frozenbitposition
- # test_enc_dec_chain()
+ test_enc_dec_chain()
# test_1024_rate_1_code()
- channel_analysis()
+ # channel_analysis()
if __name__ == '__main__':