commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4295 - gnuradio/trunk/gnuradio-core/src/python/gnurad


From: trondeau
Subject: [Commit-gnuradio] r4295 - gnuradio/trunk/gnuradio-core/src/python/gnuradio/blksimpl
Date: Fri, 26 Jan 2007 13:05:09 -0700 (MST)

Author: trondeau
Date: 2007-01-26 13:05:09 -0700 (Fri, 26 Jan 2007)
New Revision: 4295

Modified:
   gnuradio/trunk/gnuradio-core/src/python/gnuradio/blksimpl/nbfm_tx.py
Log:
removed changes to nbfm_tx.py (not sure where/when that happened), did not mean 
to commit it

Modified: gnuradio/trunk/gnuradio-core/src/python/gnuradio/blksimpl/nbfm_tx.py
===================================================================
--- gnuradio/trunk/gnuradio-core/src/python/gnuradio/blksimpl/nbfm_tx.py        
2007-01-26 20:02:22 UTC (rev 4294)
+++ gnuradio/trunk/gnuradio-core/src/python/gnuradio/blksimpl/nbfm_tx.py        
2007-01-26 20:05:09 UTC (rev 4295)
@@ -58,16 +58,13 @@
         
         if do_interp:
             interp_factor = quad_rate / audio_rate
-            if 0:
-                interp_taps = optfir.low_pass (interp_factor,   # gain
-                                               quad_rate,       # Fs
-                                               4500,            # passband 
cutoff
-                                               7000,            # stopband 
cutoff
-                                               0.1,        # passband ripple dB
-                                               40)              # stopband 
atten dB
+            interp_taps = optfir.low_pass (interp_factor,   # gain
+                                           quad_rate,       # Fs
+                                           4500,            # passband cutoff
+                                           7000,            # stopband cutoff
+                                           0.1,            # passband ripple dB
+                                           40)              # stopband atten dB
 
-            else:
-                interp_taps = gr.firdes.low_pass(interp_factor, quad_rate, 
10e3, 8e3)
             #print "len(interp_taps) =", len(interp_taps)
             self.interpolator = gr.interp_fir_filter_fff (interp_factor, 
interp_taps)
 





reply via email to

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