[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (aa98220 -> 1e6a0dc)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (aa98220 -> 1e6a0dc) |
Date: |
Tue, 11 Feb 2014 21:11:36 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a change to branch next
in repository gnuradio.
from aa98220 Merge branch 'master' into next
adds f7980ba fixing hfx.py for proper uhd support - tuning was
negative of desired change, removed antenna tuner support
adds bfa658d update README
adds 62fe0a7 Fixed other issues with app - changes to fft display -
still missing 'tune on click'
adds 0c895a7 fixed click to tune, click mouse on fft display will tune
to that frequency
adds db6509e Merge remote-tracking branch 'cswiger/master' into hfx
adds f80ed7a filter: added a ccc version of the pfb_arb_resampler
block.
adds acc91fe uhd: hf_explorer example: Added some more options for
better handling of rates.
adds 69323c1 qtgui: forces min/max sliders for qt_sink waterfall plots
to be horizontal.
adds 1199381 Merge branch 'maint'
adds 0c226aa qtgui: in sink_c and sink_f, use volk_malloc/volk_free
instead of new for buffers.
adds 295ba35 filter: fixed use of volk_malloc in fft_filter kernel.
new 1e6a0dc Merge branch 'master' into next
The 1 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-filter/grc/filter_pfb_arb_resampler.xml | 7 +
gr-filter/include/gnuradio/filter/CMakeLists.txt | 3 +-
.../include/gnuradio/filter/pfb_arb_resampler.h | 126 +++++
...arb_resampler_ccf.h => pfb_arb_resampler_ccc.h} | 34 +-
gr-filter/lib/CMakeLists.txt | 11 +-
gr-filter/lib/fft_filter.cc | 92 ++--
gr-filter/lib/pfb_arb_resampler.cc | 231 +++++++-
...r_ccf_impl.cc => pfb_arb_resampler_ccc_impl.cc} | 72 +--
...ler_ccf_impl.h => pfb_arb_resampler_ccc_impl.h} | 32 +-
gr-filter/python/filter/pfb.py | 83 ++-
gr-filter/python/filter/qa_pfb_arb_resampler.py | 80 ++-
gr-filter/swig/filter_swig.i | 3 +
gr-qtgui/lib/sink_c_impl.cc | 30 +-
gr-qtgui/lib/sink_f_impl.cc | 30 +-
gr-qtgui/lib/spectrumdisplayform.cc | 13 +-
gr-uhd/apps/hf_explorer/README | 24 +-
gr-uhd/apps/hf_explorer/hfx.py | 581 +++++++++------------
17 files changed, 927 insertions(+), 525 deletions(-)
copy gr-filter/include/gnuradio/filter/{pfb_arb_resampler_ccf.h =>
pfb_arb_resampler_ccc.h} (78%)
copy gr-filter/lib/{pfb_arb_resampler_ccf_impl.cc =>
pfb_arb_resampler_ccc_impl.cc} (62%)
copy gr-filter/lib/{pfb_arb_resampler_ccf_impl.h =>
pfb_arb_resampler_ccc_impl.h} (64%)
- [Commit-gnuradio] [gnuradio] branch next updated (aa98220 -> 1e6a0dc),
git <=