[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (55d8f48 -> cc973de)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (55d8f48 -> cc973de) |
Date: |
Tue, 21 Jul 2015 19:27:50 +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 55d8f48 Merge remote-tracking branch
'mmueller/freq_mod_remove_iterative_fmod'
new ad6d9ca fec: some initial refactoring for ber_bf
new b781fe7 fec: fixed QA for ber_bf.
new ac11b4d fec: code clean-up for block 'ber_bf'.
new 2dde900 fec: extended encoder now appends unpack_k_bits(8) block
after encoder to satisfy get_output_conversion() = unpack behaviour
new 17194e6 fec: added tests for extended_encoder input/output
conversion.
new 9bf2199 Merge remote-tracking branch
'jdemel/fec/fix-extended_encoder'
new 6b605cb updates to waterfall for suchsamples
new b49ccae Merge remote-tracking branch 'namccart/master' into
master_waterfall_pdu
new 14b2bc3 qtgui: waterfall PDU handling
new 75e5faa qtgui: protect PDU handling waterfall port for wrong data
type.
new ac589f1 qtgui: pdu handler for float waterfall plot.
new a73b723 qtgui: waterfall plots
new a6d1ca5 digital: whitespace fixes
new b4ba432 digital: added an option to the crc32_bb block that adds
the unpacked CRC to the bit stream
new eddd35a Merge remote-tracking branch 'fewu/crc32_unpack'
adds 5e44c50 fec: adding missing include.
adds b93e559 fec: fix ber_test.grc flowgraph
new cc973de Merge branch 'maint'
The 16 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:
gr-digital/grc/digital_crc32_bb.xml | 16 +-
gr-digital/include/gnuradio/digital/crc32_bb.h | 2 +-
gr-digital/lib/crc32_bb_impl.cc | 103 +-
gr-digital/lib/crc32_bb_impl.h | 5 +-
gr-digital/python/digital/qa_crc32_bb.py | 130 ++
gr-fec/examples/ber_test.grc | 1500 +++++++++++---------
gr-fec/include/gnuradio/fec/CMakeLists.txt | 1 +
gr-fec/include/gnuradio/fec/dummy_encoder.h | 2 +-
gr-fec/lib/ber_bf_impl.cc | 83 +-
gr-fec/lib/ber_bf_impl.h | 3 +
gr-fec/lib/dummy_encoder_impl.cc | 22 +-
gr-fec/lib/dummy_encoder_impl.h | 6 +-
gr-fec/python/fec/extended_encoder.py | 3 +
gr-fec/python/fec/qa_ber_bf.py | 87 +-
gr-fec/python/fec/qa_fecapi_dummy.py | 49 +-
gr-qtgui/grc/qtgui_waterfall_sink_x.xml | 8 +
.../include/gnuradio/qtgui/WaterfallDisplayPlot.h | 4 +
gr-qtgui/include/gnuradio/qtgui/waterfall_sink_c.h | 1 +
gr-qtgui/include/gnuradio/qtgui/waterfall_sink_f.h | 1 +
.../include/gnuradio/qtgui/waterfalldisplayform.h | 2 +-
gr-qtgui/lib/WaterfallDisplayPlot.cc | 120 +-
gr-qtgui/lib/waterfall_sink_c_impl.cc | 168 ++-
gr-qtgui/lib/waterfall_sink_c_impl.h | 6 +
gr-qtgui/lib/waterfall_sink_f_impl.cc | 111 +-
gr-qtgui/lib/waterfall_sink_f_impl.h | 6 +
gr-qtgui/lib/waterfalldisplayform.cc | 5 +
26 files changed, 1569 insertions(+), 875 deletions(-)
- [Commit-gnuradio] [gnuradio] branch master updated (55d8f48 -> cc973de),
git <=
- [Commit-gnuradio] [gnuradio] 05/16: fec: extended encoder now appends unpack_k_bits(8) block after encoder to satisfy get_output_conversion() = unpack behaviour, git, 2015/07/21
- [Commit-gnuradio] [gnuradio] 02/16: fec: some initial refactoring for ber_bf, git, 2015/07/21
- [Commit-gnuradio] [gnuradio] 03/16: fec: fixed QA for ber_bf., git, 2015/07/21
- [Commit-gnuradio] [gnuradio] 04/16: fec: code clean-up for block 'ber_bf'., git, 2015/07/21
- [Commit-gnuradio] [gnuradio] 08/16: fec: added tests for extended_encoder input/output conversion., git, 2015/07/21
- [Commit-gnuradio] [gnuradio] 15/16: Merge remote-tracking branch 'fewu/crc32_unpack', git, 2015/07/21
- [Commit-gnuradio] [gnuradio] 01/16: updates to waterfall for suchsamples, git, 2015/07/21
- [Commit-gnuradio] [gnuradio] 10/16: Merge remote-tracking branch 'namccart/master' into master_waterfall_pdu, git, 2015/07/21
- [Commit-gnuradio] [gnuradio] 07/16: digital: added an option to the crc32_bb block that adds the unpacked CRC to the bit stream, git, 2015/07/21
- [Commit-gnuradio] [gnuradio] 12/16: qtgui: protect PDU handling waterfall port for wrong data type., git, 2015/07/21