summaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
Diffstat (limited to 'src/python')
-rwxr-xr-xsrc/python/gsm_findfcch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/gsm_findfcch.py b/src/python/gsm_findfcch.py
index 5df5971..2050d33 100755
--- a/src/python/gsm_findfcch.py
+++ b/src/python/gsm_findfcch.py
@@ -73,6 +73,7 @@ class gsm_receiver_first_blood(gr.top_block):
def _ustaw_interpolator(self):
interpolator = gr.fractional_interpolator_cc(0, self.sps)
+# interpolator = blks2.rational_resampler_ccf(13, 6)
return interpolator
def _ustaw_odbiornik(self):
personal git repositories of Harald Welte. Your mileage may vary