aboutsummaryrefslogtreecommitdiffstats
path: root/gr-gmr1/grc/burst_to_tagged_stream.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gr-gmr1/grc/burst_to_tagged_stream.xml')
-rw-r--r--gr-gmr1/grc/burst_to_tagged_stream.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/gr-gmr1/grc/burst_to_tagged_stream.xml b/gr-gmr1/grc/burst_to_tagged_stream.xml
new file mode 100644
index 0000000..fc96128
--- /dev/null
+++ b/gr-gmr1/grc/burst_to_tagged_stream.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<block>
+ <name>Burst to Tagged Stream</name>
+ <key>burst_to_tagged_stream</key>
+ <category>GMR-1</category>
+ <import>from gnuradio import gmr1</import>
+ <make>gmr1.burst_to_tagged_stream($max_length, $len_tag_key)</make>
+ <param>
+ <name>Maximum burst length</name>
+ <key>max_length</key>
+ <type>int</type>
+ </param>
+ <param>
+ <name>Length Tag Name</name>
+ <key>len_tag_key</key>
+ <value>packet_len</value>
+ <type>string</type>
+ </param>
+ <sink>
+ <name>in</name>
+ <type>complex</type>
+ </sink>
+ <source>
+ <name>out</name>
+ <type>complex</type>
+ </source>
+</block>