commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] branch master updated (19d111e -> 295ba35)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (19d111e -> 295ba35)
Date: Tue, 11 Feb 2014 21:11:20 +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  19d111e   volk: remove unused spu_lib directory from VOLK.
       new  f7980ba   fixing hfx.py for proper uhd support - tuning was 
negative of desired change, removed  antenna tuner support
       new  bfa658d   update README
       new  62fe0a7   Fixed other issues with app - changes to fft display - 
still missing 'tune on click'
       new  0c895a7   fixed click to tune, click mouse on fft display will tune 
to that frequency
       new  db6509e   Merge remote-tracking branch 'cswiger/master' into hfx
       new  f80ed7a   filter: added a ccc version of the pfb_arb_resampler 
block.
       new  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.
       new  1199381   Merge branch 'maint'
       new  0c226aa   qtgui: in sink_c and sink_f, use volk_malloc/volk_free 
instead of new for buffers.
       new  295ba35   filter: fixed use of volk_malloc in fft_filter kernel.

The 10 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%)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]