summaryrefslogtreecommitdiff
path: root/gr-blocks/grc/blocks_vco_f.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/grc/blocks_vco_f.xml')
-rw-r--r--gr-blocks/grc/blocks_vco_f.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/gr-blocks/grc/blocks_vco_f.xml b/gr-blocks/grc/blocks_vco_f.xml
deleted file mode 100644
index 77a3ba0bd4..0000000000
--- a/gr-blocks/grc/blocks_vco_f.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0"?>
-<!--
-###################################################
-##VCO
-###################################################
- -->
-<block>
- <name>VCO</name>
- <key>blocks_vco_f</key>
- <import>from gnuradio import blocks</import>
- <make>blocks.vco_f($samp_rate, $sensitivity, $amplitude)</make>
- <param>
- <name>Sample Rate</name>
- <key>samp_rate</key>
- <type>real</type>
- </param>
- <param>
- <name>Sensitivity</name>
- <key>sensitivity</key>
- <type>real</type>
- </param>
- <param>
- <name>Amplitude</name>
- <key>amplitude</key>
- <type>real</type>
- </param>
- <sink>
- <name>in</name>
- <type>float</type>
- </sink>
- <source>
- <name>out</name>
- <type>float</type>
- </source>
-</block>