#208: fixed samp_rate variable

This commit is contained in:
Roman Khassraf 2016-10-01 13:00:43 +02:00
parent c0addfba83
commit e87e955d29
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class grgsm_capture(gr.top_block):
fc=fc,
samp_rate_in=samp_rate,
)
self.gsm_clock_offset_control = grgsm.clock_offset_control(fc-shiftoff, sample_rate, osr=4)
self.gsm_clock_offset_control = grgsm.clock_offset_control(fc-shiftoff, samp_rate, osr=4)
if self.burst_file:
self.gsm_burst_file_sink = grgsm.burst_file_sink(self.burst_file)