[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (ca69ec5 -> f08f0f2)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (ca69ec5 -> f08f0f2) |
Date: |
Fri, 7 Mar 2014 17:52:57 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a change to branch master
in repository gnuradio.
from ca69ec5 Merge branch 'maint'
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
new d588721 Merge branch 'maint'
new 533d392 Add a lookup table to the encoder inner loop for byte
mode only (used by the ATSC transmitter).
new 2a43ac8 Merge remote-tracking branch 'drmpeg/rs-optimize'
new 0f18a39 fec: adding small comments in rs encoder about duplicated
lines.
new 2167992 runtime: adds ability to output flowgraph in dot format
(resolves issue 245).
new 01c4267 vocoder: Fixed packing problem with Codec2, + GRC
bindings, added example
new e44fe28 vocoder: Fixed GSM GRC bindings and improved docs,
provided example
new 8b07eb8 Merge remote-tracking branch 'mbant/vocoder-fixes'
new f08f0f2 vocoder: cleaned up documentation (removed warning on
trademark symbol)
The 9 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%)
- [Commit-gnuradio] [gnuradio] branch master updated (ca69ec5 -> f08f0f2),
git <=
- [Commit-gnuradio] [gnuradio] 02/09: Merge branch 'maint', git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 07/09: runtime: adds ability to output flowgraph in dot format (resolves issue 245)., git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 08/09: Merge remote-tracking branch 'mbant/vocoder-fixes', git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 05/09: vocoder: Fixed packing problem with Codec2, + GRC bindings, added example, git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 09/09: vocoder: cleaned up documentation (removed warning on trademark symbol), git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 03/09: Merge remote-tracking branch 'drmpeg/rs-optimize', git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 04/09: fec: adding small comments in rs encoder about duplicated lines., git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 01/09: Add a lookup table to the encoder inner loop for byte mode only (used by the ATSC transmitter)., git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 06/09: vocoder: Fixed GSM GRC bindings and improved docs, provided example, git, 2014/03/07