commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r5640 - gnuradio/branches/developers/eb/ibu/usrp/host/


From: eb
Subject: [Commit-gnuradio] r5640 - gnuradio/branches/developers/eb/ibu/usrp/host/apps
Date: Sun, 3 Jun 2007 14:01:06 -0600 (MDT)

Author: eb
Date: 2007-06-03 14:01:06 -0600 (Sun, 03 Jun 2007)
New Revision: 5640

Modified:
   gnuradio/branches/developers/eb/ibu/usrp/host/apps/test_usrp_inband_tx.cc
Log:
work-in-progress

Modified: 
gnuradio/branches/developers/eb/ibu/usrp/host/apps/test_usrp_inband_tx.cc
===================================================================
--- gnuradio/branches/developers/eb/ibu/usrp/host/apps/test_usrp_inband_tx.cc   
2007-06-03 19:20:21 UTC (rev 5639)
+++ gnuradio/branches/developers/eb/ibu/usrp/host/apps/test_usrp_inband_tx.cc   
2007-06-03 20:01:06 UTC (rev 5640)
@@ -336,7 +336,7 @@
       samples[2*i+1] = (int16_t) s.imag();
     }
     else {
-      gr_complex s(d_amplitude, 0);
+      gr_complex s(d_amplitude, d_amplitude);
 
       // write 16-bit I & Q
       samples[2*i] =   (int16_t) s.real();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]