aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-07-18 09:50:52 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2016-07-18 09:50:52 +0200
commit58a4c4d4c0f4691ae09f6a2d4e97b8158137ab79 (patch)
tree2429a2d71bbdcc4ac0a981c3e6d977c747e002ad /apps
parentc73d3d3fe07ae2aa1fbafdb4e110e7425ce392a9 (diff)
Corrected capture application
Diffstat (limited to 'apps')
-rwxr-xr-xapps/helpers/grgsm_capture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/helpers/grgsm_capture.py b/apps/helpers/grgsm_capture.py
index 51c13ac..22dec52 100755
--- a/apps/helpers/grgsm_capture.py
+++ b/apps/helpers/grgsm_capture.py
@@ -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)