summaryrefslogtreecommitdiff
path: root/gr-blocks/grc/blocks_interleaved_short_to_complex.xml
blob: e44113e7453972e5085f97ffafd77dc4415c4b3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<!--
###################################################
##Interleaved Short to Complex:
###################################################
 -->
<block>
	<name>IShort To Complex</name>
	<key>blocks_interleaved_short_to_complex</key>
	<import>from gnuradio import blocks</import>
	<make>blocks.interleaved_short_to_complex()</make>
	<sink>
		<name>in</name>
		<type>short</type>
	</sink>
	<source>
		<name>out</name>
		<type>complex</type>
	</source>
</block>