[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. 3.7
From: |
git version control |
Subject: |
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. 3.7.2git-61-g39306b6 |
Date: |
Wed, 4 Sep 2013 21:03:54 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/gnuradio".
The branch, next has been updated
via 39306b62fe4d1c900457c08801fc194d19cb7517 (commit)
via e0eab960ad32fdc20bfb1ea42eaacc79135e1208 (commit)
via e0561eaf4bdf8ad8467aa7765d7f601e9b792ddc (commit)
via 02fd90029a1ec465f7c8da4a0d97dcdb8b3f438f (commit)
from 21c0cbcfb7ea4b93bef06ae901e48a823e85212e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 39306b62fe4d1c900457c08801fc194d19cb7517
Merge: 21c0cbc e0eab96
Author: Tom Rondeau <address@hidden>
Date: Wed Sep 4 17:04:15 2013 -0400
Merge branch 'master' into next
-----------------------------------------------------------------------
Summary of changes:
gr-digital/doc/digital.dox | 457 +++++++++++++++++
gr-digital/grc/digital_block_tree.xml | 4 +
gr-digital/grc/digital_constellation.xml | 71 +++
gr-digital/grc/digital_constellation_modulator.xml | 111 +++++
gr-digital/grc/digital_constellation_rect.xml | 87 ++++
.../grc/digital_constellation_soft_decoder_cf.xml | 25 +
gr-digital/include/gnuradio/digital/CMakeLists.txt | 3 +-
.../include/gnuradio/digital/constellation.h | 91 ++++
.../digital/constellation_soft_decoder_cf.h | 62 +++
gr-digital/lib/CMakeLists.txt | 1 +
gr-digital/lib/constellation.cc | 153 ++++++-
.../lib/constellation_soft_decoder_cf_impl.cc | 78 +++
.../lib/constellation_soft_decoder_cf_impl.h | 50 ++
gr-digital/python/digital/CMakeLists.txt | 6 +-
gr-digital/python/digital/__init__.py | 6 +-
.../python/digital/constellation_map_generator.py | 52 ++
gr-digital/python/digital/psk_constellations.py | 308 ++++++++++++
gr-digital/python/digital/qa_constellation.py | 82 +++-
.../digital/qa_constellation_soft_decoder_cf.py | 112 +++++
gr-digital/python/digital/qam_constellations.py | 521 ++++++++++++++++++++
gr-digital/python/digital/soft_dec_lut_gen.py | 232 +++++++++
gr-digital/python/digital/test_soft_decisions.py | 135 +++++
gr-digital/swig/digital_swig.i | 3 +
grc/blocks/variable_constellation.xml | 51 --
grc/blocks/variable_constellation_rect.xml | 69 ---
25 files changed, 2643 insertions(+), 127 deletions(-)
create mode 100644 gr-digital/grc/digital_constellation.xml
create mode 100644 gr-digital/grc/digital_constellation_modulator.xml
create mode 100644 gr-digital/grc/digital_constellation_rect.xml
create mode 100644 gr-digital/grc/digital_constellation_soft_decoder_cf.xml
create mode 100644
gr-digital/include/gnuradio/digital/constellation_soft_decoder_cf.h
create mode 100644 gr-digital/lib/constellation_soft_decoder_cf_impl.cc
create mode 100644 gr-digital/lib/constellation_soft_decoder_cf_impl.h
create mode 100644 gr-digital/python/digital/constellation_map_generator.py
create mode 100755 gr-digital/python/digital/psk_constellations.py
create mode 100644
gr-digital/python/digital/qa_constellation_soft_decoder_cf.py
create mode 100755 gr-digital/python/digital/qam_constellations.py
create mode 100644 gr-digital/python/digital/soft_dec_lut_gen.py
create mode 100755 gr-digital/python/digital/test_soft_decisions.py
delete mode 100644 grc/blocks/variable_constellation.xml
delete mode 100644 grc/blocks/variable_constellation_rect.xml
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. 3.7.2git-61-g39306b6,
git version control <=