diff options
-rw-r--r-- | gr-fcd/grc/fcd_source_c.xml | 2 |
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 7c55239aa..1b83cba7f 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> |