summaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-05-20 21:14:54 +0200
committerPiotr Krysik <perper@o2.pl>2009-05-20 21:14:54 +0200
commitf0532c01b907c0dcb1fb0f5efe9e9be9c47afc4f (patch)
tree470c39f739f2b0113cbe39eee302f94a1a51517b /src/python
parent8ac6aed74715e12208c8f84a5018303457edd9c8 (diff)
decoding of sch now works
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