[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next-qt5 updated (d0b9dcf -> a6d80b8
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next-qt5 updated (d0b9dcf -> a6d80b8) |
Date: |
Tue, 29 Dec 2015 22:49:26 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch next-qt5
in repository gnuradio.
from d0b9dcf Merge branch 'next' into next-qt5
new 4ae7a60 Check RX/TX streamers::sptr before flush/reset
new 338cfae gr-uhd: add parameter to enable/disable streaming when
flowgraph starts
new a3949e5 Merge branch 'gr_uhd_issue_stream_cmd_on_start' into
next-gruhd-stream-cmd
new 8931b69 Merge remote-tracking branch
'iohannez/gr_uhd_issue_stream_cmd_on_start'
new 66f42fe Merge branch 'master' into next
new 5123125 dtv: atsc: performance improvements for equalizer.
new a78483c dtv: atsc: adds ControlPort interface to get equalizer
taps.
new 994169c dtv: atsc: adds controlport hooks to equalizer.
new 8e54c02 dtv: atsc: adds ControlPort hooks to RS decoder.
new a55dbd4 dtv: atsc: add ControlPort hooks into Viterbi decoder.
new 4141070 dtv: Adding a ControlPort client example for plotting the
quality of an ATSC receiver.
new eae966b dtv: Cleanup; ATSC RS decoder - change log level to INFO
instead of DEBUG.
new eec8500 dtv: installing all examples
new b17bcb8 Merge remote-tracking branch 'tom/dtv/atsc_controlport'
new 0d99914 Merge branch 'master' into next
new 840c60f cmake: Add Ubuntu 15.10 packaging file
new d2c6938 Merge remote-tracking branch 'mbr0wn/cmake/ubuntu-15.10'
into next
new a6d80b8 Merge branch 'next' into next-qt5
The 18 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:
.../{Ubuntu-13.04.cmake => Ubuntu-15.10.cmake} | 0
gr-dtv/CMakeLists.txt | 2 +
gr-dtv/examples/CMakeLists.txt | 25 +++-
gr-dtv/examples/atsc_ctrlport_monitor.py | 149 +++++++++++++++++++++
gr-dtv/include/gnuradio/dtv/atsc_equalizer.h | 3 +
gr-dtv/include/gnuradio/dtv/atsc_rs_decoder.h | 15 +++
gr-dtv/include/gnuradio/dtv/atsc_viterbi_decoder.h | 6 +
gr-dtv/lib/atsc/atsc_equalizer_impl.cc | 89 +++++++++---
gr-dtv/lib/atsc/atsc_equalizer_impl.h | 7 +-
gr-dtv/lib/atsc/atsc_rs_decoder_impl.cc | 89 +++++++++---
gr-dtv/lib/atsc/atsc_rs_decoder_impl.h | 13 +-
gr-dtv/lib/atsc/atsc_single_viterbi.cc | 65 +++++----
gr-dtv/lib/atsc/atsc_single_viterbi.h | 17 ++-
gr-dtv/lib/atsc/atsc_viterbi_decoder_impl.cc | 25 ++++
gr-dtv/lib/atsc/atsc_viterbi_decoder_impl.h | 4 +
gr-uhd/include/gnuradio/uhd/usrp_source.h | 5 +-
gr-uhd/lib/usrp_sink_impl.cc | 6 +-
gr-uhd/lib/usrp_source_impl.cc | 45 ++++---
gr-uhd/lib/usrp_source_impl.h | 4 +-
19 files changed, 469 insertions(+), 100 deletions(-)
copy cmake/Packaging/{Ubuntu-13.04.cmake => Ubuntu-15.10.cmake} (100%)
create mode 100755 gr-dtv/examples/atsc_ctrlport_monitor.py
- [Commit-gnuradio] [gnuradio] branch next-qt5 updated (d0b9dcf -> a6d80b8),
git <=