aboutsummaryrefslogtreecommitdiffstats
path: root/apps/helpers/grgsm_channelize.py
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-03-11 09:04:03 +0100
committerPiotr Krysik <ptrkrysik@gmail.com>2016-03-11 09:04:03 +0100
commit30ea7ddfac3b48a79f2b17c554b94959043ffba5 (patch)
treedd1e77a274efa5c6369218e5dec5f985083facfc /apps/helpers/grgsm_channelize.py
parent4c8e0f2e57af0f8cf8d2f3027925088282bae0c6 (diff)
Corrected the mistake introduced by the previous commit
Diffstat (limited to 'apps/helpers/grgsm_channelize.py')
-rwxr-xr-xapps/helpers/grgsm_channelize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/helpers/grgsm_channelize.py b/apps/helpers/grgsm_channelize.py
index 5d11842..f7f0100 100755
--- a/apps/helpers/grgsm_channelize.py
+++ b/apps/helpers/grgsm_channelize.py
@@ -91,7 +91,7 @@ class grgsm_channelize(gr.top_block):
self.source = blocks.file_source(gr.sizeof_gr_complex, input_file, False)
fc_str = eng_notation.num_to_str(fc)
- print("Extracting channels %s, given center frequency at %sHz (ARFCN %d)" % (str(ca), fc_str, center_arfcn))
+ print("Extracting channels %s, given that the center frequency is at %s" % (str(channels), eng_notation.num_to_str(fc)))
for channel in channels:
channel_freq = arfcn.arfcn2downlink(channel, band)