Removing ccf version of filter that is now autogenerated.
[debian/gnuradio] / grc / blocks / gr_pfb_clock_sync.xml
index 9cb909acd165128d86590df655bf4c2355153b38..26cacfb3e001a3b1ea4a8333d8de435f590df0c7 100644 (file)
@@ -6,14 +6,34 @@
  -->
 <block>
        <name>Polyphase Clock Sync</name>
-       <key>gr_pfb_clock_sync_ccf</key>
+       <key>gr_pfb_clock_sync_xxx</key>
        <import>from gnuradio import gr</import>
-       <make>gr.pfb_clock_sync_ccf($sps, $alpha, $taps, $filter_size, $init_phase, $max_dev)
+       <make>gr.pfb_clock_sync_$(type)($sps, $alpha, $taps, $filter_size, $init_phase, $max_dev)
 self.$(id).set_beta($beta)</make>
        <callback>set_taps($taps)</callback>
        <callback>set_alpha($alpha)</callback>
        <callback>set_beta($beta)</callback>
 
+       <param>
+               <name>Type</name>
+               <key>type</key>
+               <type>enum</type>
+               <option>
+                       <name>Complex->Complex (Real Taps)</name>
+                       <key>ccf</key>
+                       <opt>input:complex</opt>
+                       <opt>output:complex</opt>
+                       <opt>taps:real_vector</opt>
+               </option>
+               <option>
+                       <name>Float->Float (Real Taps)</name>
+                       <key>fff</key>
+                       <opt>input:float</opt>
+                       <opt>output:float</opt>
+                       <opt>taps:real_vector</opt>
+               </option>
+       </param>
+
        <param>
                <name>Samples/Symbol</name>
                <key>sps</key>
@@ -51,11 +71,11 @@ self.$(id).set_beta($beta)</make>
        </param>
        <sink>
                <name>in</name>
-               <type>complex</type>
+               <type>$type.input</type>
        </sink>
        <source>
                <name>out</name>
-               <type>complex</type>
+               <type>$type.output</type>
        </source>
        <source>
                <name>err</name>