summaryrefslogtreecommitdiff
path: root/gr-channels/grc/channels_amp_bal.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gr-channels/grc/channels_amp_bal.xml')
-rw-r--r--gr-channels/grc/channels_amp_bal.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/gr-channels/grc/channels_amp_bal.xml b/gr-channels/grc/channels_amp_bal.xml
deleted file mode 100644
index 7e0738ec98..0000000000
--- a/gr-channels/grc/channels_amp_bal.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<!--
-###################################################
-##Amplitude balance
-###################################################
- -->
-<block>
- <name>Amplitude Balance</name>
- <key>channels_amp_bal</key>
- <import>from gnuradio import channels</import>
- <make>channels.amp_bal($alpha)</make>
- <callback>set_alpha($alpha)</callback>
- <param>
- <name>Alpha</name>
- <key>alpha</key>
- <value>0</value>
- <type>float</type>
- </param>
- <sink>
- <name>in</name>
- <type>complex</type>
- </sink>
- <source>
- <name>out</name>
- <type>complex</type>
- </source>
-</block>