commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated.


From: Git Repository
Subject: [Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated. 072a76710866c7237eb19b21bd71e46c4d98cca8
Date: Thu, 3 Sep 2009 21:15:32 -0600 (MDT)

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 "gnuradio.git at gnuradio.org".

The branch, master has been updated
       via  072a76710866c7237eb19b21bd71e46c4d98cca8 (commit)
       via  302686ace014d7be82812c218121f00f5b28cdd1 (commit)
       via  8ab7688ba545c153bcdebe6e273570df569b133c (commit)
      from  acdf13612f55c3a4abd4f2f05d759a4fd2fdf7d0 (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 072a76710866c7237eb19b21bd71e46c4d98cca8
Merge: acdf13612f55c3a4abd4f2f05d759a4fd2fdf7d0 
302686ace014d7be82812c218121f00f5b28cdd1
Author: Johnathan Corgan <address@hidden>
Date:   Thu Sep 3 20:09:06 2009 -0700

    Merge branch 'sync' from http://gnuradio.org/git/trondeau.git into master
    
    * Fixing a line in the clock recovery algorithm. This works with a bit 
larger error than there proably should be.
    * Adding clock sync algorithm using PFB. This works, but needs a bit more 
work.

commit 302686ace014d7be82812c218121f00f5b28cdd1
Author: Tom Rondeau <address@hidden>
Date:   Thu Sep 3 22:50:43 2009 -0400

    Fixing a line in the clock recovery algorithm. This works with a bit larger 
error than there proably should be.

commit 8ab7688ba545c153bcdebe6e273570df569b133c
Author: Tom <address@hidden>
Date:   Sun Aug 30 20:32:23 2009 -0400

    Adding clock sync algorithm using PFB. This works, but needs a bit more 
work.

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

Summary of changes:
 gnuradio-core/src/lib/filter/Makefile.am           |    7 +-
 gnuradio-core/src/lib/filter/filter.i              |    2 +
 .../src/lib/filter/gr_pfb_clock_sync_ccf.cc        |  258 ++++++++++++++++++++
 .../src/lib/filter/gr_pfb_clock_sync_ccf.h         |  106 ++++++++
 ..._interpolator_ccf.i => gr_pfb_clock_sync_ccf.i} |   26 ++-
 5 files changed, 389 insertions(+), 10 deletions(-)
 create mode 100644 gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.cc
 create mode 100644 gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h
 copy gnuradio-core/src/lib/filter/{gr_pfb_interpolator_ccf.i => 
gr_pfb_clock_sync_ccf.i} (54%)


hooks/post-receive
-- 
gnuradio.git at gnuradio.org




reply via email to

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