commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9211 - usrp2/trunk/host-ng/apps


From: jcorgan
Subject: [Commit-gnuradio] r9211 - usrp2/trunk/host-ng/apps
Date: Fri, 8 Aug 2008 08:56:55 -0600 (MDT)

Author: jcorgan
Date: 2008-08-08 08:56:55 -0600 (Fri, 08 Aug 2008)
New Revision: 9211

Modified:
   usrp2/trunk/host-ng/apps/streaming_fft.py
Log:
Use complex short samples.

Modified: usrp2/trunk/host-ng/apps/streaming_fft.py
===================================================================
--- usrp2/trunk/host-ng/apps/streaming_fft.py   2008-08-08 14:52:32 UTC (rev 
9210)
+++ usrp2/trunk/host-ng/apps/streaming_fft.py   2008-08-08 14:56:55 UTC (rev 
9211)
@@ -64,7 +64,7 @@
         gain_clause = '-g ' + options.gain
 
     # FIXME: restore -F
-    cmd = "sudo %s/rx_streaming_samples -e %s -f %g -d %d %s -o 
/proc/self/fd/1 | %s/stdin_int32_fft.py %s -f %g -d %d" % (
+    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" % (
         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]