From 2d93968cd63aa89cbd218f7d70ed2ae44393bab1 Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Tue, 6 Oct 2009 15:37:30 -0700 Subject: rename and make output optional --- grc/blocks/gr_pfb_clock_sync.xml | 53 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 grc/blocks/gr_pfb_clock_sync.xml (limited to 'grc/blocks/gr_pfb_clock_sync.xml') diff --git a/grc/blocks/gr_pfb_clock_sync.xml b/grc/blocks/gr_pfb_clock_sync.xml new file mode 100644 index 000000000..9e2f3fa9c --- /dev/null +++ b/grc/blocks/gr_pfb_clock_sync.xml @@ -0,0 +1,53 @@ + + + + Polyphase Clock Sync + gr_pfb_clock_sync_ccf + from gnuradio import gr + gr.pfb_clock_sync_ccf($sps, $gain, $taps, $filter_size, $init_phase) + set_taps($taps) + set_gain($gain) + + + Samples/Symbol + sps + real + + + Gain + gain + real + + + Taps + taps + real_vector + + + Filter Size + filter_size + int + + + Initial Phase + init_phase + real + + + in + complex + + + out + complex + + + err + float + 1 + + -- cgit