commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: matt
Subject: [Commit-gnuradio] r7667 - usrp2/trunk/host/apps
Date: Wed, 13 Feb 2008 17:12:10 -0700 (MST)

Author: matt
Date: 2008-02-13 17:12:09 -0700 (Wed, 13 Feb 2008)
New Revision: 7667

Modified:
   usrp2/trunk/host/apps/stdin_int32_fft.py
Log:
Use 12 vertical divisions in the FFT instead of 8.  Because the USRP2 really is 
that good.


Modified: usrp2/trunk/host/apps/stdin_int32_fft.py
===================================================================
--- usrp2/trunk/host/apps/stdin_int32_fft.py    2008-02-14 00:07:07 UTC (rev 
7666)
+++ usrp2/trunk/host/apps/stdin_int32_fft.py    2008-02-14 00:12:09 UTC (rev 
7667)
@@ -66,7 +66,7 @@
         elif options.oscilloscope:
             self.scope = scopesink2.scope_sink_c(panel, sample_rate=input_rate)
         else:
-            self.scope = fftsink2.fft_sink_c (panel, fft_size=1024, 
sample_rate=input_rate)
+            self.scope = fftsink2.fft_sink_c (panel, fft_size=1024, y_divs=12, 
sample_rate=input_rate)
 
         self.connect(self.src, self.s2c, self.scope)
 





reply via email to

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