[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (6cf003d -> 81f632c)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (6cf003d -> 81f632c) |
Date: |
Wed, 5 Aug 2015 20:50:45 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch master
in repository gnuradio.
from 6cf003d grc: remove bypassed blocks from generated code
new 25ece67 runtime: fixes a problem with tag pruning.
new 7cbd94f Merge branch 'maint'
new 8d336d2 Replacing center of mass interpolation for the time_est
tag with parabolic interpolation. It should be more accurate although still is
a biased estimate of the time delay
new 71428c9 Merge remote-tracking branch
'garverp/corr_est_parabolicinterp'
new 538fe75 fec: Adding doxygen comments to new dummy encoder params.
new 43848e6 Merge remote-tracking branch 'tom/fec/dummy_enc_docs'
new f4b5bca apps: removed title and legend from uhd_fft for more
viewing space.
new fee49fa examples: removed extra titles or legends from QTGUI
blocks in examples.
new 81f632c Merge remote-tracking branch 'tom/examples/qtgui_niceties'
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:
gnuradio-runtime/lib/buffer.cc | 37 +-
gr-digital/lib/corr_est_cc_impl.cc | 21 +-
gr-fec/examples/ber_test.grc | 18 +-
gr-fec/examples/fecapi_async_decoders.grc | 1975 +++++++------
gr-fec/examples/fecapi_async_encoders.grc | 1521 +++++-----
gr-fec/examples/fecapi_async_to_stream.grc | 1929 +++++++------
gr-fec/examples/fecapi_encoders.grc | 14 +-
gr-fec/examples/fecapi_tagged_encoders.grc | 2537 +++++++++--------
gr-fec/include/gnuradio/fec/dummy_encoder.h | 15 +-
gr-filter/examples/channelizer_demo.grc | 1187 +++++---
gr-filter/examples/resampler_demo.grc | 903 +++---
gr-uhd/apps/uhd_fft | 15 +-
gr-uhd/examples/grc/uhd_dpsk_mod.grc | 3783 ++++++++++++++-----------
gr-uhd/examples/grc/uhd_fft.grc | 24 +-
gr-uhd/examples/grc/uhd_rx_dpsk.grc | 1411 +++++----
gr-uhd/examples/grc/uhd_two_tone_loopback.grc | 2623 +++++++++--------
gr-uhd/examples/grc/uhd_tx_dpsk.grc | 1329 +++++----
gr-uhd/examples/grc/uhd_wbfm_receive.grc | 1521 +++++-----
gr-zeromq/examples/zeromq_pubsub.grc | 691 ++---
gr-zeromq/examples/zeromq_pushpull.grc | 713 ++---
gr-zeromq/examples/zeromq_reqrep.grc | 707 ++---
gr-zeromq/examples/zmq_stream.grc | 1644 ++++++-----
22 files changed, 13690 insertions(+), 10928 deletions(-)
- [Commit-gnuradio] [gnuradio] branch master updated (6cf003d -> 81f632c),
git <=
- [Commit-gnuradio] [gnuradio] 01/08: Replacing center of mass interpolation for the time_est tag with parabolic interpolation. It should be more accurate although still is a biased estimate of the time delay, git, 2015/08/05
- [Commit-gnuradio] [gnuradio] 03/08: Merge branch 'maint', git, 2015/08/05
- [Commit-gnuradio] [gnuradio] 04/08: Merge remote-tracking branch 'garverp/corr_est_parabolicinterp', git, 2015/08/05
- [Commit-gnuradio] [gnuradio] 02/08: fec: Adding doxygen comments to new dummy encoder params., git, 2015/08/05
- [Commit-gnuradio] [gnuradio] 08/08: Merge remote-tracking branch 'tom/examples/qtgui_niceties', git, 2015/08/05
- [Commit-gnuradio] [gnuradio] 05/08: apps: removed title and legend from uhd_fft for more viewing space., git, 2015/08/05
- [Commit-gnuradio] [gnuradio] 07/08: Merge remote-tracking branch 'tom/fec/dummy_enc_docs', git, 2015/08/05
- [Commit-gnuradio] [gnuradio] 06/08: examples: removed extra titles or legends from QTGUI blocks in examples., git, 2015/08/05