commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 14/24: digital: wip: pfb_clock_sync_ccf tag


From: git
Subject: [Commit-gnuradio] [gnuradio] 14/24: digital: wip: pfb_clock_sync_ccf tag offset update.
Date: Tue, 14 Jun 2016 00:40:58 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch packet2
in repository gnuradio.

commit 61a218066a9ebd70c4307e2dd5f4460eee5b7a94
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 11 17:35:14 2016 -0400

    digital: wip: pfb_clock_sync_ccf tag offset update.
    
    This seems to work correctly regardless of the sps.
---
 gr-digital/lib/pfb_clock_sync_ccf_impl.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gr-digital/lib/pfb_clock_sync_ccf_impl.cc 
b/gr-digital/lib/pfb_clock_sync_ccf_impl.cc
index b017a95..6ac39fb 100644
--- a/gr-digital/lib/pfb_clock_sync_ccf_impl.cc
+++ b/gr-digital/lib/pfb_clock_sync_ccf_impl.cc
@@ -473,7 +473,8 @@ namespace gr {
           get_tags_in_range(xtags, 0, d_old_in, d_new_in);
           for(itags = xtags.begin(); itags != xtags.end(); itags++) {
             tag_t new_tag = *itags;
-            new_tag.offset = d_last_out + d_taps_per_filter/(2*d_sps) - 2;
+            //new_tag.offset = d_last_out + d_taps_per_filter/(2*d_sps) - 2;
+            new_tag.offset = d_last_out + d_taps_per_filter/4 - 2;
             add_item_tag(0, new_tag);
           }
           d_old_in = d_new_in;



reply via email to

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