X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=grc%2Fblocks%2Fgr_pfb_clock_sync.xml;fp=grc%2Fblocks%2Fgr_pfb_clock_sync.xml;h=26cacfb3e001a3b1ea4a8333d8de435f590df0c7;hb=35e43e8d8c271e6842191cac3fc3f2f88a861183;hp=0000000000000000000000000000000000000000;hpb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;p=debian%2Fgnuradio diff --git a/grc/blocks/gr_pfb_clock_sync.xml b/grc/blocks/gr_pfb_clock_sync.xml new file mode 100644 index 00000000..26cacfb3 --- /dev/null +++ b/grc/blocks/gr_pfb_clock_sync.xml @@ -0,0 +1,95 @@ + + + + Polyphase Clock Sync + gr_pfb_clock_sync_xxx + from gnuradio import gr + gr.pfb_clock_sync_$(type)($sps, $alpha, $taps, $filter_size, $init_phase, $max_dev) +self.$(id).set_beta($beta) + set_taps($taps) + set_alpha($alpha) + set_beta($beta) + + + Type + type + enum + + + + + + Samples/Symbol + sps + real + + + Alpha + alpha + real + + + Beta + beta + real + + + Taps + taps + real_vector + + + Filter Size + filter_size + int + + + Initial Phase + init_phase + real + + + Maximum Rate Deviation + max_dev + real + + + in + $type.input + + + out + $type.output + + + err + float + 1 + + + rate + float + 1 + + + phase + float + 1 + +