discuss-gnuradio
[Top][All Lists]
Advanced

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

Doubts About the Polyphase Clock Sync Block


From: Saurav Roy
Subject: Doubts About the Polyphase Clock Sync Block
Date: Sat, 29 Apr 2023 07:49:56 +0000

Dear all,
I have a few questions about the Polyphase Clock Sync Block in reference to https://github.com/gnuradio/gnuradio/blob/master/gr-digital/lib/pfb_clock_sync_ccf_impl.cc

  1. line no 67:    d_damping = 2 * d_nfilters;   -->  d_nfilters=32, should this not be around 0.707

  2. line no 366:  based on the 'time_est' tag, determine the filter index, d_k. But, this completely bypasses the TED and the control loop as in line no 374 d_filtnum = (int)floor(d_k);
    then why do we need this Polyphase Clock Sync Block at all?

  1. How does the main loop take care of which input samples are selected for the determination of d_error and d_k such that all the input samples come from the same input symbol?
With thanks and regards 
Saurav


reply via email to

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