X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-core%2Fsrc%2Fpython%2Fgnuradio%2Fblksimpl%2Fwfm_rcv_pll.py;fp=gnuradio-core%2Fsrc%2Fpython%2Fgnuradio%2Fblksimpl%2Fwfm_rcv_pll.py;h=5ee49cea56c9be66006f7d3277d97edb3fe0edc7;hb=4f7dda1f147c22377c64e81ff11dd4cd5ccc6210;hp=3df4e65603c892214d687168168f23d08dacee23;hpb=3dfdb4be27138fa1b85e6d33b40fd0dd2cdb3a4e;p=debian%2Fgnuradio diff --git a/gnuradio-core/src/python/gnuradio/blksimpl/wfm_rcv_pll.py b/gnuradio-core/src/python/gnuradio/blksimpl/wfm_rcv_pll.py index 3df4e656..5ee49cea 100644 --- a/gnuradio-core/src/python/gnuradio/blksimpl/wfm_rcv_pll.py +++ b/gnuradio-core/src/python/gnuradio/blksimpl/wfm_rcv_pll.py @@ -5,7 +5,7 @@ # # GNU Radio is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # GNU Radio is distributed in the hope that it will be useful, @@ -131,8 +131,8 @@ class wfm_rcv_pll(gr.hier_block): max_freq = -2.0*math.pi*18990/audio_rate; min_freq = -2.0*math.pi*19010/audio_rate; - self.stereo_carrier_pll_recovery = gr.pll_carriertracking_cc(alpha,beta,max_freq,min_freq); - self.stereo_carrier_pll_recovery.squelch_enable(False); + self.stereo_carrier_pll_recovery = gr.pll_refout_cc(alpha,beta,max_freq,min_freq); + #self.stereo_carrier_pll_recovery.squelch_enable(False) #pll_refout does not have squelch yet, so disabled for now # set up mixer (multiplier) to get the L-R signal at baseband