summaryrefslogtreecommitdiff
path: root/grc
diff options
context:
space:
mode:
authorMartin Braun2012-02-14 17:38:16 +0100
committerJohnathan Corgan2012-02-14 11:14:53 -0800
commit183d816afa83e83bb39b722239c1245975b8e13e (patch)
tree7d3c2f3999dca311325bd572f93a8c1bf558fcd6 /grc
parentf69708ec3ca83d019a50396a5947abb24bee15d3 (diff)
downloadgnuradio-183d816afa83e83bb39b722239c1245975b8e13e.tar.gz
gnuradio-183d816afa83e83bb39b722239c1245975b8e13e.tar.bz2
gnuradio-183d816afa83e83bb39b722239c1245975b8e13e.zip
Fixed GRC bindings for vocoder (this also fixes GRC example cvsd_sweep)
Diffstat (limited to 'grc')
-rw-r--r--grc/blocks/blks2_cvsd_decode.xml32
-rw-r--r--grc/blocks/blks2_cvsd_encode.xml32
-rw-r--r--grc/blocks/block_tree.xml5
3 files changed, 0 insertions, 69 deletions
diff --git a/grc/blocks/blks2_cvsd_decode.xml b/grc/blocks/blks2_cvsd_decode.xml
deleted file mode 100644
index 6be7daa22..000000000
--- a/grc/blocks/blks2_cvsd_decode.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0"?>
-<!--
-###################################################
-## CVSD Encoder
-###################################################
- -->
-<block>
- <name>CVSD Decoder</name>
- <key>blks2_cvsd_decode</key>
- <import>from gnuradio import blks2</import>
- <make>blks2.cvsd_decode($resample,$bw)</make>
- <param>
- <name>Resample</name>
- <key>resample</key>
- <value>8</value>
- <type>int</type>
- </param>
- <param>
- <name>Frac. Bandwidth</name>
- <key>bw</key>
- <value>0.5</value>
- <type>real</type>
- </param>
- <sink>
- <name>in</name>
- <type>byte</type>
- </sink>
- <source>
- <name>out</name>
- <type>float</type>
- </source>
-</block>
diff --git a/grc/blocks/blks2_cvsd_encode.xml b/grc/blocks/blks2_cvsd_encode.xml
deleted file mode 100644
index 3123b1aa9..000000000
--- a/grc/blocks/blks2_cvsd_encode.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0"?>
-<!--
-###################################################
-## CVSD Encoder
-###################################################
- -->
-<block>
- <name>CVSD Encoder</name>
- <key>blks2_cvsd_encode</key>
- <import>from gnuradio import blks2</import>
- <make>blks2.cvsd_encode($resample,$bw)</make>
- <param>
- <name>Resample</name>
- <key>resample</key>
- <value>8</value>
- <type>int</type>
- </param>
- <param>
- <name>Frac. Bandwidth</name>
- <key>bw</key>
- <value>0.5</value>
- <type>real</type>
- </param>
- <sink>
- <name>in</name>
- <type>float</type>
- </sink>
- <source>
- <name>out</name>
- <type>byte</type>
- </source>
-</block>
diff --git a/grc/blocks/block_tree.xml b/grc/blocks/block_tree.xml
index 183408cec..d8253bfe6 100644
--- a/grc/blocks/block_tree.xml
+++ b/grc/blocks/block_tree.xml
@@ -224,11 +224,6 @@
<block>gr_additive_scrambler_bb</block>
</cat>
<cat>
- <name>Vocoders</name>
- <block>blks2_cvsd_encode</block>
- <block>blks2_cvsd_decode</block>
- </cat>
- <cat>
<name>Probes</name>
<block>gr_probe_avg_mag_sqrd_x</block>
<block>gr_probe_density_b</block>