]> git.gag.com Git - debian/gnuradio/blobdiff - grc/blocks/gr_pfb_clock_sync.xml
Adding imaginary stream to PAM demo to test IQ sync. Also properly setting beta at...
[debian/gnuradio] / grc / blocks / gr_pfb_clock_sync.xml
index e62ab84a360521a7add7034b2fa393c48c57dbd6..670d5b463667f71cf3a305b8afeff46320843c16 100644 (file)
@@ -8,7 +8,8 @@
        <name>Polyphase Clock Sync</name>
        <key>gr_pfb_clock_sync_ccf</key>
        <import>from gnuradio import gr</import>
-       <make>gr.pfb_clock_sync_ccf($sps, $alpha, $taps, $filter_size, $init_phase)</make>
+       <make>gr.pfb_clock_sync_ccf($sps, $alpha, $taps, $filter_size, $init_phase)
+self.$(id).set_beta($beta)</make>
        <callback>set_taps($taps)</callback>
        <callback>set_alpha($alpha)</callback>
        <callback>set_beta($beta)</callback>