commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 02/02: Merge branch 'master' into next


From: git
Subject: [Commit-gnuradio] [gnuradio] 02/02: Merge branch 'master' into next
Date: Tue, 8 Dec 2015 00:31:26 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch next
in repository gnuradio.

commit 8bc9c4201448686878d572cc564102aa00d1f007
Merge: 7ec5e13 422271f
Author: Johnathan Corgan <address@hidden>
Date:   Mon Dec 7 16:18:13 2015 -0800

    Merge branch 'master' into next

 gr-fec/examples/tpc_ber_curve_gen.py               | 457 ---------------------
 gr-fec/grc/fec_block_tree.xml                      |   6 +-
 gr-fec/grc/variable_polar_code_configurator.xml    |   4 +-
 .../grc/variable_polar_decoder_sc_systematic.xml   |  68 +++
 gr-fec/grc/variable_polar_encoder_systematic.xml   |  68 +++
 gr-fec/include/gnuradio/fec/CMakeLists.txt         |   3 +-
 gr-fec/include/gnuradio/fec/polar_common.h         |  12 +
 .../gnuradio/fec/polar_decoder_sc_systematic.h     |  82 ++++
 gr-fec/include/gnuradio/fec/polar_encoder.h        |   8 -
 .../gnuradio/fec/polar_encoder_systematic.h        | 111 +++++
 gr-fec/lib/CMakeLists.txt                          |   2 +
 gr-fec/lib/polar_common.cc                         |  53 +++
 gr-fec/lib/polar_decoder_sc_systematic.cc          | 101 +++++
 gr-fec/lib/polar_encoder.cc                        |  43 +-
 gr-fec/lib/polar_encoder_systematic.cc             |  79 ++++
 gr-fec/python/fec/polar/CMakeLists.txt             |   2 +-
 gr-fec/python/fec/polar/README.md                  |  30 +-
 gr-fec/python/fec/polar/__init__.py                |   8 +-
 gr-fec/python/fec/polar/channel_construction.py    |   6 +-
 ...ruction_bsc.py => channel_construction_awgn.py} |  28 +-
 .../python/fec/polar/channel_construction_bec.py   | 155 ++++++-
 gr-fec/python/fec/polar/common.py                  |  15 +
 gr-fec/python/fec/polar/decoder.py                 |  83 ++--
 gr-fec/python/fec/polar/encoder.py                 |  40 +-
 gr-fec/python/fec/polar/helper_functions.py        |  49 ++-
 gr-fec/python/fec/polar/polar_channel_construction |   2 +-
 gr-fec/python/fec/polar/testbed.py                 |  49 +--
 .../python/fec/qa_polar_decoder_sc_systematic.py   | 117 ++++++
 gr-fec/python/fec/qa_polar_encoder_systematic.py   | 107 +++++
 gr-fec/swig/fec_swig.i                             |   7 +-
 30 files changed, 1155 insertions(+), 640 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]