commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. 3


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. 3.7.2git-6-ge0eab96
Date: Wed, 4 Sep 2013 21:03:38 +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, master has been updated
       via  e0eab960ad32fdc20bfb1ea42eaacc79135e1208 (commit)
       via  e0561eaf4bdf8ad8467aa7765d7f601e9b792ddc (commit)
       via  02fd90029a1ec465f7c8da4a0d97dcdb8b3f438f (commit)
      from  edf2ac24c9c2f723eb80918de7addf6d299958c2 (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 e0eab960ad32fdc20bfb1ea42eaacc79135e1208
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 18 18:14:01 2013 -0400

    digital: added a constellation modulator that uses a constellation object 
to modulate samples.
    
    The constellation object knows the constellation and symbol mappings for 
any constellation, not just PSK or QAM.

commit e0561eaf4bdf8ad8467aa7765d7f601e9b792ddc
Author: Tom Rondeau <address@hidden>
Date:   Wed Sep 4 15:45:01 2013 -0400

    digital: Added a new constellation_soft_decoder block that produces soft 
decisions as floats instead of hard decisions.
    
    Added documentation for how to use the new soft decision tools.

commit 02fd90029a1ec465f7c8da4a0d97dcdb8b3f438f
Author: Tom Rondeau <address@hidden>
Date:   Wed Sep 4 15:44:20 2013 -0400

    digital: Python functions to support soft decision making and look-up table 
generation.

-----------------------------------------------------------------------

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



reply via email to

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