commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: matt
Subject: [Commit-gnuradio] r8830 - usrp2/trunk/host/apps
Date: Tue, 8 Jul 2008 17:54:39 -0600 (MDT)

Author: matt
Date: 2008-07-08 17:54:37 -0600 (Tue, 08 Jul 2008)
New Revision: 8830

Modified:
   usrp2/trunk/host/apps/stdin_int32_fft.py
Log:
more convenient ref level


Modified: usrp2/trunk/host/apps/stdin_int32_fft.py
===================================================================
--- usrp2/trunk/host/apps/stdin_int32_fft.py    2008-07-08 22:54:28 UTC (rev 
8829)
+++ usrp2/trunk/host/apps/stdin_int32_fft.py    2008-07-08 23:54:37 UTC (rev 
8830)
@@ -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, y_divs=12, 
sample_rate=input_rate)
+            self.scope = fftsink2.fft_sink_c (panel, fft_size=1024, y_divs=12, 
sample_rate=input_rate,ref_level=110)
 
         self.connect(self.src, self.s2c, self.scope)
 





reply via email to

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