[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (67463e7 -> fb064e3)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (67463e7 -> fb064e3) |
Date: |
Wed, 27 May 2015 16:59:46 +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 67463e7 Merge branch 'maint'
new 5b34e51 modtool: Fixed correct pointer arg type stripping
new 61f1cf0 Merge branch 'maint'
new ebd97e5 remove and/or/xor keywords.
new 4ef7c32 Merge remote-tracking branch 'lazydodo/master'
new c4823c9 uhd: Bugfix for multi-chan tune request
new 526f381 Merge remote-tracking branch 'mbr0wn/uhd/cid-1297415'
new 5335005 analog: fixes calculation of complex noise sources from
the amplitude setting.
new fb064e3 Merge remote-tracking branch
'tom/analog/noise_source_power'
The 8 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-analog/examples/CMakeLists.txt | 7 +
.../examples/noise_power.grc | 1316 ++++++++++----------
.../include/gnuradio/analog/fastnoise_source_X.h.t | 23 +-
.../include/gnuradio/analog/noise_source_X.h.t | 23 +-
gr-analog/lib/fastnoise_source_X_impl.cc.t | 9 +-
gr-analog/lib/noise_source_X_impl.cc.t | 9 +-
gr-digital/lib/corr_est_cc_impl.cc | 2 +-
gr-digital/lib/msk_timing_recovery_cc_impl.cc | 2 +-
gr-digital/lib/ofdm_frame_equalizer_vcvc_impl.cc | 2 +-
gr-fec/lib/gf2mat.cc | 4 +-
gr-qtgui/lib/vector_sink_f_impl.cc | 4 +-
gr-uhd/lib/usrp_block_impl.cc | 2 +-
gr-utils/python/modtool/util_functions.py | 13 +-
13 files changed, 707 insertions(+), 709 deletions(-)
copy gr-channels/examples/demo_spec_an.grc =>
gr-analog/examples/noise_power.grc (63%)
- [Commit-gnuradio] [gnuradio] branch master updated (67463e7 -> fb064e3),
git <=
- [Commit-gnuradio] [gnuradio] 02/07: uhd: Bugfix for multi-chan tune request, git, 2015/05/27
- [Commit-gnuradio] [gnuradio] 07/07: Merge remote-tracking branch 'tom/analog/noise_source_power', git, 2015/05/27
- [Commit-gnuradio] [gnuradio] 05/07: Merge remote-tracking branch 'lazydodo/master', git, 2015/05/27
- [Commit-gnuradio] [gnuradio] 06/07: Merge remote-tracking branch 'mbr0wn/uhd/cid-1297415', git, 2015/05/27
- [Commit-gnuradio] [gnuradio] 04/07: Merge branch 'maint', git, 2015/05/27
- [Commit-gnuradio] [gnuradio] 01/07: remove and/or/xor keywords., git, 2015/05/27
- [Commit-gnuradio] [gnuradio] 03/07: analog: fixes calculation of complex noise sources from the amplitude setting., git, 2015/05/27