summaryrefslogtreecommitdiff
path: root/gr-channels/grc/channels_conj_fs_iqcorr.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gr-channels/grc/channels_conj_fs_iqcorr.xml')
-rw-r--r--gr-channels/grc/channels_conj_fs_iqcorr.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/gr-channels/grc/channels_conj_fs_iqcorr.xml b/gr-channels/grc/channels_conj_fs_iqcorr.xml
deleted file mode 100644
index 354f1a2030..0000000000
--- a/gr-channels/grc/channels_conj_fs_iqcorr.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0"?>
-<!--
-###################################################
-##Freq. Selective IQ Correction
-###################################################
- -->
-<block>
- <name>Freq. Selective IQ Correction</name>
- <key>channels_conj_fs_iqcorr</key>
- <import>from gnuradio import channels</import>
- <make>channels.conj_fs_iqcorr($delay, $taps)</make>
- <callback>set_delay($delay)</callback>
- <callback>set_taps($taps)</callback>
- <param>
- <name>Delay</name>
- <key>delay</key>
- <value>0</value>
- <type>int</type>
- </param>
- <param>
- <name>Taps</name>
- <key>taps</key>
- <value>0</value>
- <type>complex_vector</type>
- </param>
- <sink>
- <name>in</name>
- <type>complex</type>
- </sink>
- <source>
- <name>out</name>
- <type>complex</type>
- </source>
-</block>