Imported Upstream version 3.2.2
[debian/gnuradio] / grc / blocks / gr_binary_slicer_fb.xml
1 <?xml version="1.0"?>
2 <!--
3 ###################################################
4 ##Binary Slicer
5 ###################################################
6  -->
7 <block>
8         <name>Binary Slicer</name>
9         <key>gr_binary_slicer_fb</key>
10         <import>from gnuradio import gr</import>
11         <make>gr.binary_slicer_fb()</make>
12         <sink>
13                 <name>in</name>
14                 <type>float</type>
15         </sink>
16         <source>
17                 <name>out</name>
18                 <type>byte</type>
19         </source>
20 </block>