commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r5698 - gnuradio/branches/developers/gnychis/inband/us


From: gnychis
Subject: [Commit-gnuradio] r5698 - gnuradio/branches/developers/gnychis/inband/usrp/host/apps
Date: Tue, 5 Jun 2007 17:41:07 -0600 (MDT)

Author: gnychis
Date: 2007-06-05 17:41:07 -0600 (Tue, 05 Jun 2007)
New Revision: 5698

Modified:
   
gnuradio/branches/developers/gnychis/inband/usrp/host/apps/test_usrp_inband_tx.cc
Log:
Removing constant


Modified: 
gnuradio/branches/developers/gnychis/inband/usrp/host/apps/test_usrp_inband_tx.cc
===================================================================
--- 
gnuradio/branches/developers/gnychis/inband/usrp/host/apps/test_usrp_inband_tx.cc
   2007-06-05 23:29:06 UTC (rev 5697)
+++ 
gnuradio/branches/developers/gnychis/inband/usrp/host/apps/test_usrp_inband_tx.cc
   2007-06-05 23:41:07 UTC (rev 5698)
@@ -329,7 +329,7 @@
 
   for (int i = 0; i < nsamples_this_frame; i++){
 
-    if (0){
+    if (1){
       gr_complex s;
       d_nco.sincos(&s, 1, d_amplitude);
       // write 16-bit I & Q





reply via email to

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