Imported Upstream version 3.2.2
[debian/gnuradio] / grc / blocks / gr_binary_slicer_fb.xml
diff --git a/grc/blocks/gr_binary_slicer_fb.xml b/grc/blocks/gr_binary_slicer_fb.xml
new file mode 100644 (file)
index 0000000..85d71e7
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<!--
+###################################################
+##Binary Slicer
+###################################################
+ -->
+<block>
+       <name>Binary Slicer</name>
+       <key>gr_binary_slicer_fb</key>
+       <import>from gnuradio import gr</import>
+       <make>gr.binary_slicer_fb()</make>
+       <sink>
+               <name>in</name>
+               <type>float</type>
+       </sink>
+       <source>
+               <name>out</name>
+               <type>byte</type>
+       </source>
+</block>