Changeset 7653

Show
Ignore:
Timestamp:
02/13/08 10:56:13
Author:
jcorgan
Message:

Applied changeset r7519 on trunk to release branch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gnuradio/branches/releases/3.1/gnuradio-core/src/python/gnuradio/blks2impl/nbfm_rx.py

    r6466 r7653  
    7676        audio_taps = gr.firdes.low_pass (1.0,            # gain 
    7777                                         quad_rate,      # sampling rate 
    78                                          4.5e3,          # Audio LPF cutoff 
    79                                          2.5e3,          # Transition band 
     78                                         2.7e3,          # Audio LPF cutoff 
     79                                         0.5e3,          # Transition band 
    8080                                         gr.firdes.WIN_HAMMING)  # filter type 
    8181 
  • gnuradio/branches/releases/3.1/gnuradio-examples/python/usrp/usrp_nbfm_rcv.py

    r6466 r7653  
    274274        chan_coeffs = gr.firdes.low_pass (1.0,                # gain 
    275275                                          self.if_rate,       # sampling rate 
    276                                           13e3,               # low pass cutoff freq 
    277                                           4e3,                # width of trans. band 
     276                                          8e3,               # low pass cutoff freq 
     277                                          2e3,                # width of trans. band 
    278278                                          gr.firdes.WIN_HANN) # filter type  
    279279