Corrected capture application

This commit is contained in:
Piotr Krysik 2016-07-18 09:50:52 +02:00
parent c73d3d3fe0
commit 58a4c4d4c0
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)
self.gsm_clock_offset_control = grgsm.clock_offset_control(fc-shiftoff, osr=4)
if self.burst_file:
self.gsm_burst_file_sink = grgsm.burst_file_sink(self.burst_file)