summaryrefslogtreecommitdiff
path: root/gr-fec/grc/fec_puncture_xx.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fec/grc/fec_puncture_xx.xml')
-rw-r--r--gr-fec/grc/fec_puncture_xx.xml53
1 files changed, 0 insertions, 53 deletions
diff --git a/gr-fec/grc/fec_puncture_xx.xml b/gr-fec/grc/fec_puncture_xx.xml
deleted file mode 100644
index 1075a1c062..0000000000
--- a/gr-fec/grc/fec_puncture_xx.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0"?>
-<block>
- <name>Puncture</name>
- <key>fec_puncture_xx</key>
- <import>from gnuradio import fec</import>
- <make>fec.puncture_$(type.fcn)($puncsize, $puncpat, $delay)</make>
-
- <param>
- <name>Type</name>
- <key>type</key>
- <type>enum</type>
- <option>
- <name>Byte</name>
- <key>byte</key>
- <opt>fcn:bb</opt>
- </option>
- <option>
- <name>Float</name>
- <key>float</key>
- <opt>fcn:ff</opt>
- </option>
- </param>
-
- <param>
- <name>Puncture Size</name>
- <key>puncsize</key>
- <type>int</type>
- </param>
-
- <param>
- <name>Puncture Pattern</name>
- <key>puncpat</key>
- <type>int</type>
- </param>
-
- <param>
- <name>Delay</name>
- <key>delay</key>
- <value>0</value>
- <type>int</type>
- </param>
-
- <sink>
- <name>in</name>
- <type>$type</type>
- </sink>
-
- <source>
- <name>out</name>
- <type>$type</type>
- </source>
-
-</block>