[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: |
Wed, 23 Sep 2015 14:51:40 +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 8c8d7ebfaf7a617a35a8274561d533fcfa90322a
Merge: b4af67d 45faa98
Author: Johnathan Corgan <address@hidden>
Date: Wed Sep 23 07:40:22 2015 -0700
Merge branch 'master' into next
.gitignore | 3 +
README | 150 +-
README.md | 23 +
gr-fec/doc/fec.dox | 3 +
gr-fec/examples/.gitignore | 3 +
gr-fec/examples/CMakeLists.txt | 6 +
.../fecapi_polar_async_packed_decoders.grc | 1626 +++++++++++
gr-fec/examples/fecapi_polar_decoders.grc | 2102 ++++++++++++++
gr-fec/examples/fecapi_polar_encoders.grc | 1808 ++++++++++++
gr-fec/examples/polar_ber_curve_gen.grc | 1602 +++++++++++
gr-fec/examples/polar_code_example.grc | 3022 ++++++++++++++++++++
gr-fec/grc/fec_block_tree.xml | 4 +
gr-fec/grc/variable_polar_code_configurator.xml | 51 +
gr-fec/grc/variable_polar_decoder_sc.xml | 74 +
gr-fec/grc/variable_polar_decoder_sc_list.xml | 80 +
gr-fec/grc/variable_polar_encoder.xml | 89 +
gr-fec/include/gnuradio/fec/CMakeLists.txt | 6 +-
gr-fec/include/gnuradio/fec/polar_common.h | 106 +
gr-fec/include/gnuradio/fec/polar_decoder_common.h | 100 +
gr-fec/include/gnuradio/fec/polar_decoder_sc.h | 84 +
.../include/gnuradio/fec/polar_decoder_sc_list.h | 94 +
gr-fec/include/gnuradio/fec/polar_encoder.h | 120 +
gr-fec/lib/CMakeLists.txt | 8 +-
gr-fec/lib/polar_common.cc | 136 +
gr-fec/lib/polar_decoder_common.cc | 193 ++
gr-fec/lib/polar_decoder_sc.cc | 97 +
gr-fec/lib/polar_decoder_sc_list.cc | 123 +
gr-fec/lib/polar_encoder.cc | 234 ++
gr-fec/lib/scl_list.cc | 193 ++
gr-fec/lib/scl_list.h | 87 +
gr-fec/python/fec/CMakeLists.txt | 2 +
.../{examples => python/fec/polar}/CMakeLists.txt | 33 +-
gr-fec/python/fec/polar/README.md | 9 +
gr-fec/python/fec/polar/__init__.py | 64 +
.../polar/bit_reversed_polar_encoding_scheme.svg | 1160 ++++++++
gr-fec/python/fec/polar/channel_construction.py | 139 +
.../python/fec/polar/channel_construction_bec.py | 115 +
.../python/fec/polar/channel_construction_bsc.py | 280 ++
gr-fec/python/fec/polar/common.py | 69 +
gr-fec/python/fec/polar/decoder.py | 269 ++
gr-fec/python/fec/polar/encoder.py | 114 +
gr-fec/python/fec/polar/helper_functions.py | 169 ++
gr-fec/python/fec/polar/polar_channel_construction | 76 +
gr-fec/python/fec/polar/testbed.py | 360 +++
gr-fec/python/fec/qa_polar_decoder_sc.py | 121 +
gr-fec/python/fec/qa_polar_decoder_sc_list.py | 130 +
gr-fec/python/fec/qa_polar_encoder.py | 125 +
gr-fec/swig/fec_swig.i | 10 +
gr-fft/lib/fft_vcc_fftw.cc | 4 +-
gr-fft/python/fft/qa_fft.py | 64 +-
grc/base/Block.py | 14 +-
grc/scripts/gnuradio-companion | 64 +-
52 files changed, 15423 insertions(+), 195 deletions(-)