summaryrefslogtreecommitdiff
path: root/gr-channels/grc/channels_distortion_2_gen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gr-channels/grc/channels_distortion_2_gen.xml')
-rw-r--r--gr-channels/grc/channels_distortion_2_gen.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/gr-channels/grc/channels_distortion_2_gen.xml b/gr-channels/grc/channels_distortion_2_gen.xml
deleted file mode 100644
index 5b117a9d00..0000000000
--- a/gr-channels/grc/channels_distortion_2_gen.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<!--
-###################################################
-##Second Order Distortion Generator
-###################################################
- -->
-<block>
- <name>Second Order Distortion</name>
- <key>channels_distortion_2_gen</key>
- <import>from gnuradio import channels</import>
- <make>channels.distortion_2_gen($beta)</make>
- <callback>set_beta($beta)</callback>
- <param>
- <name>Distortion</name>
- <key>beta</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>