commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch master updated (8211786 -> 300f5fb)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (8211786 -> 300f5fb)
Date: Tue, 28 Jan 2014 20:10:57 +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  8211786   Merge branch 'maint'
       new  b5b53e7   volk: proposed solutions to bugs 582/583
       new  01bd2af   volk: fixup QA's fcompare to test all differences
       new  d02c4c9   volk/qa: For complex series, check the EVM rather than 
real/imag separately
       new  b5f2cac   volk: enabling unaligned protokernels for rotator
       new  796dcf9   volk/rotator: Fix the 
volk_32fc_s32fc_x2_rotator_32fc_generic kernel
       new  d2f86d6   volk/rotator: Fix the renormalization process (missing 
sqrt)
       new  88434ec   volk/rotator: Tighten the tolerance to 1e-3 in QA
       new  65e2468   volk/rotator: Fix some debug printf accessing array 
out-of-bound
       new  eac6823   volk/rotator: Use more precise phase_inc in volk_profile
       new  e00ff5b   Merge branch 'volk-qa-fixes'
       new  bc6c05b   blocks: Add QA tests for the rotator rotateN function 
which uses VOLK
       new  6f3e96c   blocks/rotator: Make the input data 'const'
       new  34fecff   blocks: Add a new rotator_cc block to perform frequency 
shifting
       new  8d7d65d   volk: add avx u/a protokernel for 32f_x3sum_of_poly_32f
       new  300f5fb   Merge remote-tracking branch 'nwest/volk-sum_of_poly'

The 15 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-blocks/grc/blocks_block_tree.xml                |   1 +
 ...ocks_conjugate_cc.xml => blocks_rotator_cc.xml} |  15 ++-
 gr-blocks/include/gnuradio/blocks/CMakeLists.txt   |   1 +
 gr-blocks/include/gnuradio/blocks/rotator.h        |   2 +-
 .../gnuradio/blocks/{rms_cf.h => rotator_cc.h}     |  24 ++--
 gr-blocks/lib/CMakeLists.txt                       |   1 +
 gr-blocks/lib/qa_rotator.cc                        |  44 ++++++
 gr-blocks/lib/qa_rotator.h                         |   2 +
 .../lib/{rms_cf_impl.cc => rotator_cc_impl.cc}     |  42 +++---
 gr-blocks/lib/{rms_cf_impl.h => rotator_cc_impl.h} |  23 ++--
 gr-blocks/swig/blocks_swig5.i                      |   3 +
 volk/apps/volk_profile.cc                          |   4 +-
 volk/kernels/volk/volk_32f_x3_sum_of_poly_32f.h    | 147 +++++++++++++++++++++
 .../volk/volk_32fc_s32fc_rotatorpuppet_32fc.h      |  21 +--
 .../kernels/volk/volk_32fc_s32fc_x2_rotator_32fc.h |  31 +++--
 volk/lib/qa_utils.cc                               |  84 +++++++++++-
 volk/lib/testqa.cc                                 |   4 +-
 17 files changed, 373 insertions(+), 76 deletions(-)
 copy gr-blocks/grc/{blocks_conjugate_cc.xml => blocks_rotator_cc.xml} (52%)
 copy gr-blocks/include/gnuradio/blocks/{rms_cf.h => rotator_cc.h} (65%)
 copy gr-blocks/lib/{rms_cf_impl.cc => rotator_cc_impl.cc} (64%)
 copy gr-blocks/lib/{rms_cf_impl.h => rotator_cc_impl.h} (69%)



reply via email to

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