[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 25/25: Merge remote-tracking branch 'tom/so
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 25/25: Merge remote-tracking branch 'tom/socis/master' |
Date: |
Wed, 23 Sep 2015 14:51:39 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit 45faa98d307f84c6000fe32d69f6c12eb8efd180
Merge: ffbd9d9 ad3a02f
Author: Johnathan Corgan <address@hidden>
Date: Wed Sep 23 07:25:23 2015 -0700
Merge remote-tracking branch 'tom/socis/master'
.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 +
48 files changed, 15322 insertions(+), 150 deletions(-)
- [Commit-gnuradio] [gnuradio] 11/25: grc: defer check for gtk init until after arg parsing, (continued)
- [Commit-gnuradio] [gnuradio] 11/25: grc: defer check for gtk init until after arg parsing, git, 2015/09/23
- [Commit-gnuradio] [gnuradio] 18/25: Merge branch 'socis/master' into polar, git, 2015/09/23
- [Commit-gnuradio] [gnuradio] 22/25: Merge remote-tracking branch 'geiger/volkize_fft_fix', git, 2015/09/23
- [Commit-gnuradio] [gnuradio] 10/25: polar: rebased and fixed branch for merge again., git, 2015/09/23
- [Commit-gnuradio] [gnuradio] 19/25: polar: rearranged polar_code_example flowgraph, git, 2015/09/23
- [Commit-gnuradio] [gnuradio] 21/25: Merge branch 'maint', git, 2015/09/23
- [Commit-gnuradio] [gnuradio] 05/25: polar: VOLK kernel integration, git, 2015/09/23
- [Commit-gnuradio] [gnuradio] 24/25: Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg', git, 2015/09/23
- [Commit-gnuradio] [gnuradio] 07/25: polar: updated polar code example GRC, git, 2015/09/23
- [Commit-gnuradio] [gnuradio] 02/25: polar: encoder implemented in C++, git, 2015/09/23
- [Commit-gnuradio] [gnuradio] 25/25: Merge remote-tracking branch 'tom/socis/master',
git <=
- [Commit-gnuradio] [gnuradio] 06/25: polar: refarctoring and clean-up, git, 2015/09/23
- [Commit-gnuradio] [gnuradio] 03/25: polar: SC and SC List decoder implemented in C++, git, 2015/09/23
- [Commit-gnuradio] [gnuradio] 01/25: polar: Python test code for polar codes, git, 2015/09/23
- [Commit-gnuradio] [gnuradio] 04/25: polar: Python implementation for channel construction, git, 2015/09/23
- [Commit-gnuradio] [gnuradio] 13/25: polar: updated documentation and examples, git, 2015/09/23
- [Commit-gnuradio] [gnuradio] 15/25: fec: polar: moving polar codes into ::code:: namespace like the others., git, 2015/09/23
- [Commit-gnuradio] [gnuradio] 16/25: fec: polar: whitespace fixes/tabs to go along with namespace change from last commit., git, 2015/09/23
- [Commit-gnuradio] [gnuradio] 14/25: polar: updated documentation and examples, git, 2015/09/23