Adding ability for FIR filter with internal buffer to decimate.
[debian/gnuradio] / grc / blocks / gr_fll_band_edge_cc.xml
index 41c760cbb2c31fad9a25bcdfa9182a099283a17a..5a13ac49bed9fc7d5e2eefad32c518df63d50bda 100644 (file)
                <name>out</name>
                <type>$type.output</type>
        </source>
+       <source>
+               <name>freq</name>
+               <type>float</type>
+               <optional>1</optional>
+       </source>
+       <source>
+               <name>phase</name>
+               <type>float</type>
+               <optional>1</optional>
+       </source>
+       <source>
+               <name>error</name>
+               <type>float</type>
+               <optional>1</optional>
+       </source>
 </block>