[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10203 - gnuradio/trunk/usrp/host/lib/legacy
From: |
matt |
Subject: |
[Commit-gnuradio] r10203 - gnuradio/trunk/usrp/host/lib/legacy |
Date: |
Thu, 8 Jan 2009 20:33:22 -0700 (MST) |
Author: matt
Date: 2009-01-08 20:33:16 -0700 (Thu, 08 Jan 2009)
New Revision: 10203
Modified:
gnuradio/trunk/usrp/host/lib/legacy/usrp_standard.cc
Log:
fix for xcvr.
Modified: gnuradio/trunk/usrp/host/lib/legacy/usrp_standard.cc
===================================================================
--- gnuradio/trunk/usrp/host/lib/legacy/usrp_standard.cc 2009-01-09
02:33:04 UTC (rev 10202)
+++ gnuradio/trunk/usrp/host/lib/legacy/usrp_standard.cc 2009-01-09
03:33:16 UTC (rev 10203)
@@ -193,7 +193,7 @@
inverted = !inverted;
}
- if (dxc.is_tx()) // down conversion versus up conversion
+ if (dxc.is_tx() && !db->i_and_q_swapped()) // down conversion
versus up conversion
dxc_freq = -dxc_freq;
ok &= dxc.set_dxc_freq(dxc_freq);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10203 - gnuradio/trunk/usrp/host/lib/legacy,
matt <=