commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/jcorgan branch, wip/filter-rm-next,


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/jcorgan branch, wip/filter-rm-next, updated. 3.6.1git-371-g0f34c5f
Date: Tue, 10 Jul 2012 03:45:11 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/jcorgan".

The branch, wip/filter-rm-next has been updated
       via  0f34c5f16acdc8b6febc5e57335ef66ec771eb9f (commit)
       via  b5e649cc9c781986ebca70c0117abf3f9ebdb11c (commit)
       via  e1cfa5eeeaebce6720dd98001c83b84218ae4d80 (commit)
       via  504a14dc0f24e165d0704ca2c0321598ae86f02e (commit)
       via  c4805e3a02b7547823c81664dae497c145c8c66a (commit)
       via  6c687bb86b6808822c6bb56e32645f0b2648a402 (commit)
       via  b34c497a27448cdadeecbf24bc95e8af5e4208c1 (commit)
       via  71127c2d4082119ea086f9f881b349922ed8cf24 (commit)
       via  8a82bd5dc56a914dd65b88e63b056711fe28cec0 (commit)
       via  6d1b7b7a8884675299b215fb5f93367f47fe1ccc (commit)
       via  664c4cc11da6e4f0b0e2de536fc571f076fe075a (commit)
       via  61dd97409abde2412595fa762c0c4161863604f4 (commit)
       via  7c0f5550d06e9c5e2ab413e3e2b95a843a435135 (commit)
      from  52eb89c5c87ebccd8a7c3a5294880d367a21691a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0f34c5f16acdc8b6febc5e57335ef66ec771eb9f
Merge: 6d1b7b7 b5e649c
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 9 20:31:46 2012 -0700

    Merge branch 'next' into wip/filter-rm-next

commit b5e649cc9c781986ebca70c0117abf3f9ebdb11c
Merge: 8513c8d e1cfa5e
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 8 18:28:31 2012 -0400

    Merge branch 'master' into next
    
    Conflicts:
        gr-digital/grc/digital_dxpsk_demod.xml

commit e1cfa5eeeaebce6720dd98001c83b84218ae4d80
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 8 18:08:17 2012 -0400

    filter: warning fixes.

commit 504a14dc0f24e165d0704ca2c0321598ae86f02e
Author: Hendrik van Wyk <address@hidden>
Date:   Sun Jul 8 17:31:19 2012 -0400

    digital: fix for FLL block; uses actual FIR filter.
    
    This should work much more efficiently and also appears to fix issue 463.

commit c4805e3a02b7547823c81664dae497c145c8c66a
Author: Martin Braun <address@hidden>
Date:   Sun Jul 8 17:08:24 2012 -0400

    digital: fixes the digital demod GRC examples after last updates to 
gr-digital.

commit 6c687bb86b6808822c6bb56e32645f0b2648a402
Author: Martin Braun <address@hidden>
Date:   Sun Jul 8 17:04:35 2012 -0400

    digital: fixes DxPSK mod/demod to use right API.

commit b34c497a27448cdadeecbf24bc95e8af5e4208c1
Author: Martin Braun <address@hidden>
Date:   Sun Jul 8 17:02:57 2012 -0400

    digital: patching ber_simulation.grc to use EbN0 instead of noise amplitude.

commit 71127c2d4082119ea086f9f881b349922ed8cf24
Author: Wayne Roberts <address@hidden>
Date:   Sun Jul 8 16:57:01 2012 -0400

    digital: adding a GFSK mod/demodulator.
    
    Includes GRC files and an example in gr-digital/examples/demod

commit 8a82bd5dc56a914dd65b88e63b056711fe28cec0
Merge: 3a142be 61dd974
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 8 16:35:02 2012 -0400

    Merge remote-tracking branch 'jblum/fix_volk_32f_x2_dot_prod_32f'

commit 6d1b7b7a8884675299b215fb5f93367f47fe1ccc
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 8 12:48:38 2012 -0400

    digital: improving QA tests to test more samples with better data.

commit 664c4cc11da6e4f0b0e2de536fc571f076fe075a
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 8 10:16:46 2012 -0400

    vocoder: make vocoder depend on gr-filter (and by proxy gr-fft).

commit 61dd97409abde2412595fa762c0c4161863604f4
Author: Josh Blum <address@hidden>
Date:   Wed Jul 4 11:17:48 2012 -0700

    volk: use loadu for unaligned volk_32f_x2_dot_prod_32f_u_sse*

commit 7c0f5550d06e9c5e2ab413e3e2b95a843a435135
Author: Josh Blum <address@hidden>
Date:   Wed Jul 4 11:16:02 2012 -0700

    volk: fix volk_32f_x2_dot_prod_32f_u_sse tail case

-----------------------------------------------------------------------

Summary of changes:
 gr-digital/examples/CMakeLists.txt                 |    1 +
 gr-digital/examples/demod/ber_simulation.grc       |  305 +++---
 gr-digital/examples/demod/digital_freq_lock.grc    |  820 ++++----------
 gr-digital/examples/demod/dpsk_loopback.grc        |  198 ++--
 .../{ber_simulation.grc => gfsk_loopback.grc}      |  501 ++++----
 gr-digital/examples/demod/mpsk_demod.grc           |   10 +-
 gr-digital/examples/demod/pam_sync.grc             | 1229 ++++++++------------
 gr-digital/examples/demod/pam_timing.grc           |  370 ++++---
 gr-digital/grc/digital_dxpsk_mod.xml               |    1 -
 ...gital_gmsk_demod.xml => digital_gfsk_demod.xml} |   15 +-
 .../{digital_gmsk_mod.xml => digital_gfsk_mod.xml} |   15 +-
 gr-digital/include/digital_fll_band_edge_cc.h      |   40 +-
 gr-digital/lib/digital_fll_band_edge_cc.cc         |   70 +-
 gr-digital/python/CMakeLists.txt                   |    1 +
 gr-digital/python/__init__.py                      |    1 +
 gr-digital/python/{gmsk.py => gfsk.py}             |   56 +-
 gr-digital/python/qa_mpsk_receiver.py              |   85 +-
 gr-digital/python/qa_pfb_clock_sync.py             |   12 +-
 gr-filter/lib/pfb_channelizer_ccf_impl.cc          |    3 +-
 gr-filter/lib/pfb_synthesizer_ccf_impl.cc          |    3 +-
 gr-filter/lib/qa_fir_filter_with_buffer.cc         |    2 +-
 gr-vocoder/CMakeLists.txt                          |    2 +
 gr-vocoder/python/CMakeLists.txt                   |    2 +
 gr-vocoder/python/cvsd.py                          |   13 +-
 volk/include/volk/volk_32f_x2_dot_prod_32f_u.h     |   51 +-
 volk/lib/testqa.cc                                 |    2 +-
 26 files changed, 1596 insertions(+), 2212 deletions(-)
 copy gr-digital/examples/demod/{ber_simulation.grc => gfsk_loopback.grc} (68%)
 copy gr-digital/grc/{digital_gmsk_demod.xml => digital_gfsk_demod.xml} (87%)
 copy gr-digital/grc/{digital_gmsk_mod.xml => digital_gfsk_mod.xml} (84%)
 copy gr-digital/python/{gmsk.py => gfsk.py} (88%)


hooks/post-receive
-- 
git://gnuradio.org/jcorgan



reply via email to

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