diff options
Diffstat (limited to 'src/python')
-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 |