summaryrefslogtreecommitdiff
path: root/gr-fcd
diff options
context:
space:
mode:
authorJohnathan Corgan <jcorgan@corganenterprises.com>2012-04-19 11:47:22 -0700
committerJohnathan Corgan <jcorgan@corganenterprises.com>2012-04-19 11:47:22 -0700
commit33146370ca9ffdf7c56b886be46313e7a40cc9fe (patch)
tree60d15ebb056140a5cfd98151b4b652ca7df4d98f /gr-fcd
parent991da110884377b4a03cfda49b7f358f84c51807 (diff)
fcd: fix iq_corr setup in GRC wrapper
Diffstat (limited to 'gr-fcd')
-rw-r--r--gr-fcd/grc/fcd_source_c.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fcd/grc/fcd_source_c.xml b/gr-fcd/grc/fcd_source_c.xml
index 7c55239aad..1b83cba7fb 100644
--- a/gr-fcd/grc/fcd_source_c.xml
+++ b/gr-fcd/grc/fcd_source_c.xml
@@ -19,7 +19,7 @@ self.$(id).set_freq_corr($ppm)
self.$(id).set_dc_corr($dci,$dcq)
#end if
#if ($iq_phase() != 0.0) or ($iq_gain() != 1.0)
-self.$(id).set_iq_corr($iq_phase,$iq_gain)
+self.$(id).set_iq_corr($iq_gain,$iq_phase)
#end if
self.$(id).set_freq($freq)
</make>