added include <cstdio> statements in several files to make it compatible with g+...
[debian/gnuradio] / grc / data / platforms / python / blocks / gr_interleaved_short_to_complex.xml
1 <?xml version="1.0"?>
2 <!--
3 ###################################################
4 ##Interleaved Short to Complex:
5 ###################################################
6  -->
7 <block>
8         <name>IShort To Complex</name>
9         <key>gr_interleaved_short_to_complex</key>
10         <import>from gnuradio import gr</import>
11         <make>gr.interleaved_short_to_complex()</make>
12         <sink>
13                 <name>in</name>
14                 <type>short</type>
15         </sink>
16         <source>
17                 <name>out</name>
18                 <type>complex</type>
19         </source>
20 </block>