commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/trondeau branch, master, updated. 1


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/trondeau branch, master, updated. 1bec5c5eaef7ff2e98f37ff60d6b61c1310e582d
Date: Mon, 15 Mar 2010 02:55:07 +0000 (GMT)

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/trondeau".

The branch, master has been updated
       via  1bec5c5eaef7ff2e98f37ff60d6b61c1310e582d (commit)
       via  6de98961cf9b93c486c8c6825789de94dc79afae (commit)
       via  c11ce18def574dabf46532baba924429d421b565 (commit)
       via  b53bc1395bd2e8b1ad8a34c583d36fb4ddda7629 (commit)
       via  8c163c9cca7aa39862c8c8eb19a3e0a18c61a661 (commit)
       via  d7aa018010c828b2bedf0e3974c9d11d41088258 (commit)
       via  6a617516e0678df0c6cb94319cb5980556d49793 (commit)
       via  ec8e9c7e113046c66176498f12ec79f11d3da65e (commit)
       via  52ae8be371d71f8c0817b2a88593ff6c378b9613 (commit)
       via  1ba78b5f4c6bc2468b6fb798f41837a8ab2be89b (commit)
       via  ebd5449ebf8c08f78cada720eb47769bdfaa4bde (commit)
       via  ff876f7cc310bbdf1c5d05f85daba0afdb33561a (commit)
       via  5b0fbc73d7e35b617df517a5182c00731f4c66d7 (commit)
       via  a5ee5af754abd66a7d7751868e0dcea8c8299264 (commit)
       via  b532f4b7b6030665cbd03a19dd776932d31a1734 (commit)
       via  b45af8e91d37ac660f24f858a672a69952cc0e49 (commit)
       via  598924aa8be0740583d9d32f99269e1e55134b6e (commit)
       via  93c51f5c02311f89dc6eb47923b34b13038c805c (commit)
       via  85aad96915db5f53897f91257794c85eb67f39d4 (commit)
       via  7d5e47e14126e37ad78164df448d0fcc4b04c558 (commit)
       via  b845770e33b584a88150dc97b45c7b0807791693 (commit)
       via  9f966c1f5123de5a16c810c52c2895ba0db8e2dc (commit)
       via  33a573f76291a32585f85df0c8a5a9f894bd27fd (commit)
       via  f6010974b8f0af65a8b1a875587bb4a7810565ce (commit)
       via  fe3150d5e5a0bb7bf98b5f44ad0b68a107bd7f9a (commit)
      from  18ecca1b9e57f047130a124bd8cc90cbe34feff0 (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 1bec5c5eaef7ff2e98f37ff60d6b61c1310e582d
Merge: 18ecca1b9e57f047130a124bd8cc90cbe34feff0 
6de98961cf9b93c486c8c6825789de94dc79afae
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 14 18:39:03 2010 -0400

    Merge branch 'digital'

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

Summary of changes:
 .../src/lib/general/gr_fll_band_edge_cc.cc         |   27 ++-
 .../src/lib/general/gr_fll_band_edge_cc.h          |    8 +-
 gnuradio-core/src/python/gnuradio/Makefile.am      |    1 +
 .../src/python/gnuradio/blks2impl/Makefile.am      |    2 +-
 .../src/python/gnuradio/blks2impl/dbpsk.py         |   10 +-
 .../src/python/gnuradio/blks2impl/dbpsk2.py        |   66 +++---
 .../src/python/gnuradio/blks2impl/dqpsk2.py        |   60 +++---
 .../{modulation_utils.py => modulation_utils2.py}  |    2 +-
 gnuradio-core/src/python/gnuradio/packet_utils.py  |    2 +-
 gnuradio-examples/grc/demod/digital_freq_lock.grc  |  210 +++++++++---------
 gnuradio-examples/grc/demod/pam_sync.grc           |  222 ++++++++++----------
 .../python/digital/benchmark_loopback.py           |    5 +
 .../python/digital/benchmark_qt_loopback2.py       |   37 +++-
 .../python/digital/benchmark_qt_rx2.py             |   23 +-
 .../digital/{benchmark_rx.py => benchmark_rx2.py}  |   14 +-
 .../digital/{benchmark_tx.py => benchmark_tx2.py}  |   14 +-
 gnuradio-examples/python/digital/pick_bitrate2.py  |  154 ++++++++++++++
 gnuradio-examples/python/digital/receive_path.py   |    4 +-
 gnuradio-examples/python/digital/transmit_path.py  |    4 +-
 .../python/digital/usrp_receive_path.py            |   30 ++--
 ...{usrp_receive_path.py => usrp_receive_path2.py} |   34 ++--
 .../python/digital/usrp_transmit_path.py           |   32 ++--
 ...srp_transmit_path.py => usrp_transmit_path2.py} |   36 ++--
 23 files changed, 592 insertions(+), 405 deletions(-)
 copy gnuradio-core/src/python/gnuradio/{modulation_utils.py => 
modulation_utils2.py} (98%)
 copy gnuradio-examples/python/digital/{benchmark_rx.py => benchmark_rx2.py} 
(88%)
 copy gnuradio-examples/python/digital/{benchmark_tx.py => benchmark_tx2.py} 
(91%)
 create mode 100644 gnuradio-examples/python/digital/pick_bitrate2.py
 copy gnuradio-examples/python/digital/{usrp_receive_path.py => 
usrp_receive_path2.py} (82%)
 copy gnuradio-examples/python/digital/{usrp_transmit_path.py => 
usrp_transmit_path2.py} (83%)


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




reply via email to

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