commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9604 - gnuradio/trunk/usrp2/host/apps


From: eb
Subject: [Commit-gnuradio] r9604 - gnuradio/trunk/usrp2/host/apps
Date: Thu, 18 Sep 2008 18:40:04 -0600 (MDT)

Author: eb
Date: 2008-09-18 18:39:55 -0600 (Thu, 18 Sep 2008)
New Revision: 9604

Modified:
   gnuradio/trunk/usrp2/host/apps/streaming_fft.py
Log:
removed sudo

Modified: gnuradio/trunk/usrp2/host/apps/streaming_fft.py
===================================================================
--- gnuradio/trunk/usrp2/host/apps/streaming_fft.py     2008-09-18 18:52:42 UTC 
(rev 9603)
+++ gnuradio/trunk/usrp2/host/apps/streaming_fft.py     2008-09-19 00:39:55 UTC 
(rev 9604)
@@ -64,7 +64,7 @@
         gain_clause = '-g ' + options.gain
 
     # FIXME: restore -F
-    cmd = "sudo %s/rx_streaming_samples -s -e %s -f %g -d %d %s -o 
/proc/self/fd/1 | %s/stdin_int32_fft.py %s -f %g -d %d" % (
+    cmd = "%s/rx_streaming_samples -s -e %s -f %g -d %d %s -o /proc/self/fd/1 
| %s/stdin_int32_fft.py %s -f %g -d %d" % (
         path, options.eth, options.freq, options.decim, gain_clause,
         path, display_type, options.freq, options.decim)
 





reply via email to

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