commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4443 - gnuradio/branches/developers/jcorgan/dect/gnur


From: jcorgan
Subject: [Commit-gnuradio] r4443 - gnuradio/branches/developers/jcorgan/dect/gnuradio-examples/python/dect
Date: Sun, 11 Feb 2007 02:35:40 -0700 (MST)

Author: jcorgan
Date: 2007-02-11 02:35:40 -0700 (Sun, 11 Feb 2007)
New Revision: 4443

Modified:
   
gnuradio/branches/developers/jcorgan/dect/gnuradio-examples/python/dect/dect_receiver.py
Log:
Fix hard-coded number bug.

Modified: 
gnuradio/branches/developers/jcorgan/dect/gnuradio-examples/python/dect/dect_receiver.py
===================================================================
--- 
gnuradio/branches/developers/jcorgan/dect/gnuradio-examples/python/dect/dect_receiver.py
    2007-02-11 09:30:44 UTC (rev 4442)
+++ 
gnuradio/branches/developers/jcorgan/dect/gnuradio-examples/python/dect/dect_receiver.py
    2007-02-11 09:35:40 UTC (rev 4443)
@@ -50,7 +50,7 @@
 
         # Filter baseband to 1.186 MHz passband, 1.728 MHz stopband
         chan_taps = optfir.low_pass(1.0,              # Gain
-                                    2e6,              # Sample rate
+                                    if_rate,          # Sample rate
                                     593e3,            # One sided modulation 
bandwidth
                                     864e3,            # One sided channel 
bandwidth
                                     0.1,              # Passband ripple (db)





reply via email to

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