e8734fc6a4d97f4157122972b04236a36738282b
[debian/gnuradio] / grc / data / grc_gnuradio / blocks / gr_float_to_complex.xml
1 <?xml version="1.0"?>
2 <!--
3 ###################################################
4 ##Float to Complex:
5 ##      one or two input streams
6 ###################################################
7  -->
8 <block>
9         <name>Float To Complex</name>
10         <key>gr_float_to_complex</key>
11         <import>from gnuradio import gr</import>
12         <make>gr.float_to_complex()</make>
13         <sink>
14                 <name>in</name>
15                 <type>float</type>
16         </sink>
17         <sink>
18                 <name>in</name>
19                 <type>float</type>
20                 <optional>1</optional>
21         </sink>
22         <source>
23                 <name>out</name>
24                 <type>complex</type>
25         </source>
26 </block>