Kludge Tracker: Gnuradio - v3.4.0-101-g7e2b45b
Parent Directory
(gnuradio/gnuradio-examples/python)
Kludge Summary of gnuradio/gnuradio-examples/python/mp-sched
| Total Kludges |
1 |
| Total Subdirs |
0 |
All Directories within gnuradio/gnuradio-examples/python/mp-sched
All Files within gnuradio/gnuradio-examples/python/mp-sched
Kludge Snippets in gnuradio/gnuradio-examples/python/mp-sched
gnuradio/gnuradio-examples/python/mp-sched/wfm_rcv_pll_to_wav.py
| Category |
FIXME |
| Committer |
eb |
| Commit ID |
ab9413edc46d05d534f4771e8274676fd2f69de6 |
72
73 #self.guts = blks2.wfm_rcv (demod_rate, audio_decimation)
74 self.guts = blks2.wfm_rcv_pll (demod_rate, audio_decimation)
75
76 # FIXME rework {add,multiply}_const_* to handle multiple streams
77 self.volume_control_l = gr.multiply_const_ff(self.vol)
78 self.volume_control_r = gr.multiply_const_ff(self.vol)
79
80 # wave file as final sink