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-380-ga61ddc2
Date: Tue, 17 Jul 2012 23:14:08 +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  a61ddc223da190476b38f891ea425f44d8c5f269 (commit)
       via  d7190928b79f15e036dced7fc9f4a5c8ed39c4d7 (commit)
       via  25166c11ad7e438dd3673edca36b3a23ee8ec0dd (commit)
       via  f51f49c7cd1b5c1bd10c243f479ac8f9ebb3f3d3 (commit)
       via  7a91bcd3492620003b5fc7b55704509798e70741 (commit)
       via  d5ced1615d024c220039fc5fe5db2c93dfadcc3a (commit)
       via  2faee9d759397d11ea4ecc0b7dbe7246c26e059e (commit)
       via  bad5755f39ef34a6b120fee252230c08090e85f4 (commit)
       via  ac8fef002ab04c23e512f7177fa586500ad4db4b (commit)
      from  0f34c5f16acdc8b6febc5e57335ef66ec771eb9f (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 a61ddc223da190476b38f891ea425f44d8c5f269
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 16 23:00:18 2012 -0400

    digital: fixed narrowband BER test.

commit d7190928b79f15e036dced7fc9f4a5c8ed39c4d7
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 16 22:51:06 2012 -0400

    digital: fixed narrowband voice example and OFDM code to use gr-filter.

commit 25166c11ad7e438dd3673edca36b3a23ee8ec0dd
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 16 22:43:46 2012 -0400

    digital: fixing narrowband (de)mods and examples to work with gr-digital 
and gr-filter components.

commit f51f49c7cd1b5c1bd10c243f479ac8f9ebb3f3d3
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 16 21:29:59 2012 -0400

    digital: tweak to MPSK QA code.

commit 7a91bcd3492620003b5fc7b55704509798e70741
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 16 21:29:42 2012 -0400

    digital: fixed GFSK component to use gr-filter component.

commit d5ced1615d024c220039fc5fe5db2c93dfadcc3a
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 16 21:28:42 2012 -0400

    digital: fixed FLL loop to use gr-filter component.

commit 2faee9d759397d11ea4ecc0b7dbe7246c26e059e
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 16 21:27:44 2012 -0400

    wxgui: update wxgui components to use gr-filter component.

commit bad5755f39ef34a6b120fee252230c08090e85f4
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 16 21:25:43 2012 -0400

    digital: fixed demod examples to work with gr-digital and gr-filter 
components.

commit ac8fef002ab04c23e512f7177fa586500ad4db4b
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 16 20:37:08 2012 -0400

    atsc: updating atsc component to work with gr-filter.

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

Summary of changes:
 gr-atsc/CMakeLists.txt                             |    2 +
 gr-atsc/src/lib/CMakeLists.txt                     |    2 +
 gr-atsc/src/lib/atsci_sssr.h                       |    8 +-
 gr-digital/examples/demod/ber_simulation.grc       |  212 +++---
 gr-digital/examples/demod/digital_freq_lock.grc    |  606 ++++++------
 gr-digital/examples/demod/gfsk_loopback.grc        |  306 +++---
 gr-digital/examples/demod/mpsk_demod.grc           |  252 +++---
 gr-digital/examples/demod/pam_sync.grc             |  994 ++++++++++----------
 gr-digital/examples/demod/pam_timing.grc           |  724 +++++++-------
 .../examples/narrowband/benchmark_add_channel.py   |    6 +-
 gr-digital/examples/narrowband/digital_bert_rx.py  |    5 +-
 gr-digital/examples/narrowband/digital_bert_tx.py  |    5 +-
 gr-digital/examples/narrowband/receive_path.py     |   14 +-
 gr-digital/examples/narrowband/tx_voice.py         |    3 +-
 gr-digital/examples/snr_estimators.py              |    4 +-
 gr-digital/include/digital_fll_band_edge_cc.h      |   10 +-
 gr-digital/lib/digital_fll_band_edge_cc.cc         |   13 +-
 gr-digital/python/bpsk.py                          |    6 +-
 gr-digital/python/gfsk.py                          |    9 +-
 gr-digital/python/gmsk.py                          |   10 +-
 gr-digital/python/ofdm_receiver.py                 |   13 +-
 gr-digital/python/ofdm_sync_ml.py                  |   11 +-
 gr-digital/python/ofdm_sync_pn.py                  |   15 +-
 gr-digital/python/ofdm_sync_pnac.py                |    9 +-
 gr-digital/python/pkt.py                           |    4 +-
 gr-digital/python/qa_mpsk_receiver.py              |    6 +-
 gr-digital/python/qpsk.py                          |   22 +-
 gr-wxgui/CMakeLists.txt                            |    2 +
 gr-wxgui/src/python/fftsink_nongl.py               |    6 +-
 gr-wxgui/src/python/numbersink2.py                 |    6 +-
 gr-wxgui/src/python/scopesink_gl.py                |    4 +-
 gr-wxgui/src/python/waterfallsink_nongl.py         |    6 +-
 32 files changed, 1669 insertions(+), 1626 deletions(-)


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



reply via email to

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