Removed gain print which bombs for file input
This commit is contained in:
parent
d173f9e256
commit
6af11394d1
@ -79,7 +79,6 @@ class adsb_rx_block (gr.top_block):
|
|||||||
self.u = gr.file_source(gr.sizeof_gr_complex, options.filename)
|
self.u = gr.file_source(gr.sizeof_gr_complex, options.filename)
|
||||||
|
|
||||||
print "Rate is %i" % (rate,)
|
print "Rate is %i" % (rate,)
|
||||||
print "Gain is %i" % (self.u.get_gain(),)
|
|
||||||
pass_all = 0
|
pass_all = 0
|
||||||
if options.output_all :
|
if options.output_all :
|
||||||
pass_all = 1
|
pass_all = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user