diff options
author | Johnathan Corgan | 2012-02-14 11:19:16 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-02-14 11:19:16 -0800 |
commit | dc266ca38bdc59955f8c8d8a98291f078d7f4377 (patch) | |
tree | ecd617abcffa3e643fc7cec878c93332f5acc79f /grc/blocks/blks2_cvsd_decode.xml | |
parent | 1c4175858b4cfd34f15ae2014385923ae06b32c5 (diff) | |
parent | 183d816afa83e83bb39b722239c1245975b8e13e (diff) | |
download | gnuradio-dc266ca38bdc59955f8c8d8a98291f078d7f4377.tar.gz gnuradio-dc266ca38bdc59955f8c8d8a98291f078d7f4377.tar.bz2 gnuradio-dc266ca38bdc59955f8c8d8a98291f078d7f4377.zip |
Merge branch 'maint'
Diffstat (limited to 'grc/blocks/blks2_cvsd_decode.xml')
-rw-r--r-- | grc/blocks/blks2_cvsd_decode.xml | 32 |
1 files changed, 0 insertions, 32 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> |