diff options
author | Piotr Krysik <perper@o2.pl> | 2009-04-28 20:08:18 +0200 |
---|---|---|
committer | Piotr Krysik <perper@o2.pl> | 2009-04-28 20:08:18 +0200 |
commit | 1398632c44cc53bc02fce57d5da3f10a6f951cf9 (patch) | |
tree | 5564bb48dc0d894d168e5ee731cf3f6aa3962978 /src/python/gsm_findfcch.py | |
parent | 8591703b11472fa62840e273e13febfe87829bd1 (diff) |
cleanup of fcch search related entities
Diffstat (limited to 'src/python/gsm_findfcch.py')
-rwxr-xr-x | src/python/gsm_findfcch.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/gsm_findfcch.py b/src/python/gsm_findfcch.py index 9c0620b..09615bf 100755 --- a/src/python/gsm_findfcch.py +++ b/src/python/gsm_findfcch.py @@ -18,8 +18,8 @@ class tune(gr.feval_dd): self.top_block = top_block self.center_freq = 0 def eval(self, freq_offet): - self.center_freq = self.center_freq - freq_offet - self.top_block.set_frequency(self.center_freq) +# self.center_freq = self.center_freq - freq_offet + self.top_block.set_frequency(freq_offet) return self.center_freq |