Kludge Tracker: Gnuradio - v3.4.0-101-g7e2b45b

Parent Directory (gnuradio/gnuradio-examples/python)

Kludge Summary of gnuradio/gnuradio-examples/python/apps

Total Kludges 1
Total Subdirs 1

All Directories within gnuradio/gnuradio-examples/python/apps

All Files within gnuradio/gnuradio-examples/python/apps

Kludge Snippets in gnuradio/gnuradio-examples/python/apps

gnuradio/gnuradio-examples/python/apps/hf_explorer/hfx2.py

PyFlakes undefined name 'fftsink'
Committer jcorgan
Commit ID e692e71305ecd71d3681fe37f3d76f350d67e276
297                self.fft = fftsink2.fft_sink_c (self.panel_2, fft_size=512, sample_rate=self.af_sample_rate, average=True, size=(640,240))
298        
299        	# AM Sync carrier 
300        	if AM_SYNC_DISPLAY:
301        	   self.fft2 = fftsink.fft_sink_c (self.tb, self.panel_9, y_per_div=20, fft_size=512, sample_rate=self.af_sample_rate, average=True, size=(640,240))
302        
303                c2f = gr.complex_to_float()
304        
305        	# AM branch