Adding accessor functions for both alpha and beta.
[debian/gnuradio] / grc / blocks / gr_pfb_clock_sync.xml
index 3a066c23c1afcb1144ce2ba074e8036f4d8a8b8a..c9487f52c495eeb35566675275694963cc55eb23 100644 (file)
@@ -8,7 +8,7 @@
        <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, $gain, $taps, $filter_size, $init_phase)</make>
+       <make>gr.pfb_clock_sync_ccf($sps, $alpha, $taps, $filter_size, $init_phase)</make>
        <callback>set_taps($taps)</callback>
        <callback>set_gain($gain)</callback>
 
                <type>real</type>
        </param>
        <param>
-               <name>Gain</name>
-               <key>gain</key>
+               <name>Alpha</name>
+               <key>alpha</key>
+               <type>real</type>
+       </param>
+       <param>
+               <name>Beta</name>
+               <key>beta</key>
                <type>real</type>
        </param>
        <param>