commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch next updated (6c8d0d2 -> e953b7d)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (6c8d0d2 -> e953b7d)
Date: Fri, 7 Mar 2014 17:53:05 +0000 (UTC)

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

trondeau pushed a change to branch next
in repository gnuradio.

      from  6c8d0d2   Merge branch 'master' into next
      adds  8761e91   docs: fixes issues with building docs when various 
components are not enabled.
      adds  699a3cf   digital: fixed differential handling for dpsk mod/demod 
blocks. Also fixed docs.
      adds  d0d7585   analog: white-space fixes
      adds  17b2ecf   analog: disable deemph for tau=0.0 in fm_demod
      adds  44ab484   Merge remote-tracking branch 
'skoslowski/analog_fm_deemph_fix' into maint
      adds  d588721   Merge branch 'maint'
      adds  533d392   Add a lookup table to the encoder inner loop for byte 
mode only (used by the ATSC transmitter).
      adds  2a43ac8   Merge remote-tracking branch 'drmpeg/rs-optimize'
      adds  0f18a39   fec: adding small comments in rs encoder about duplicated 
lines.
      adds  2167992   runtime: adds ability to output flowgraph in dot format 
(resolves issue 245).
      adds  01c4267   vocoder: Fixed packing problem with Codec2, + GRC 
bindings, added example
      adds  e44fe28   vocoder: Fixed GSM GRC bindings and improved docs, 
provided example
      adds  8b07eb8   Merge remote-tracking branch 'mbant/vocoder-fixes'
      adds  f08f0f2   vocoder: cleaned up documentation (removed warning on 
trademark symbol)
       new  e953b7d   Merge branch 'master' into next

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     |   2 +-
 gnuradio-runtime/include/gnuradio/flowgraph.h      |   6 +-
 gnuradio-runtime/include/gnuradio/hier_block2.h    |   7 +-
 gnuradio-runtime/lib/flowgraph.cc                  |  33 +-
 gnuradio-runtime/lib/hier_block2.cc                |   7 +
 gnuradio-runtime/python/gnuradio/gr/hier_block2.py |   6 +-
 gnuradio-runtime/python/gnuradio/gr/top_block.py   |  28 +-
 gnuradio-runtime/swig/hier_block2.i                |   2 +
 gnuradio-runtime/swig/top_block.i                  |   9 +-
 gr-analog/python/analog/fm_demod.py                |  61 +-
 gr-analog/python/analog/fm_emph.py                 |  24 +-
 gr-digital/python/digital/bpsk.py                  |  47 +-
 gr-digital/python/digital/qpsk.py                  |  48 +-
 gr-fec/lib/reed-solomon/char.h                     |   1 +
 gr-fec/lib/reed-solomon/encode_rs.c                |  14 +
 gr-fec/lib/reed-solomon/init_rs.c                  |  23 +
 gr-vocoder/doc/vocoder.dox                         |  10 +
 .../examples/loopback-codec2.grc                   | 852 +++++++++------------
 .../examples/loopback-gsmfr.grc                    | 768 ++++++++++---------
 gr-vocoder/grc/vocoder_codec2_decode_ps.xml        |   1 +
 gr-vocoder/grc/vocoder_codec2_encode_sp.xml        |   2 +-
 gr-vocoder/grc/vocoder_gsm_fr_decode_ps.xml        |   1 +
 gr-vocoder/grc/vocoder_gsm_fr_encode_sp.xml        |   1 +
 .../include/gnuradio/vocoder/codec2_decode_ps.h    |  10 +-
 .../include/gnuradio/vocoder/codec2_encode_sp.h    |  15 +-
 .../include/gnuradio/vocoder/cvsd_decode_bs.h      |   5 +-
 .../include/gnuradio/vocoder/cvsd_encode_sb.h      |   6 +-
 .../include/gnuradio/vocoder/gsm_fr_decode_ps.h    |   5 +-
 .../include/gnuradio/vocoder/gsm_fr_encode_sp.h    |   9 +-
 gr-vocoder/lib/codec2/codec2.h                     |   1 +
 gr-vocoder/lib/codec2_decode_ps_impl.cc            |  23 +-
 gr-vocoder/lib/codec2_decode_ps_impl.h             |   7 +-
 gr-vocoder/lib/codec2_encode_sp_impl.cc            |  23 +-
 gr-vocoder/lib/codec2_encode_sp_impl.h             |   7 +-
 gr-vocoder/lib/gsm_fr_encode_sp_impl.cc            |   2 +-
 gr-vocoder/python/vocoder/qa_codec2_vocoder.py     |   4 +-
 36 files changed, 1117 insertions(+), 953 deletions(-)
 copy gr-qtgui/examples/qtgui_tags_viewing.grc => 
gr-vocoder/examples/loopback-codec2.grc (62%)
 copy docs/exploring-gnuradio/fm_tx.grc => 
gr-vocoder/examples/loopback-gsmfr.grc (65%)



reply via email to

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