aboutsummaryrefslogtreecommitdiffstats
path: root/apps/grgsm_decode
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-04-24 15:23:15 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2016-04-24 15:23:15 +0200
commit13d9e7a3341f752b239ed1eec3c3aae85ad39afe (patch)
tree3e4c8e078331b6c6c8812a2ca66de3a6449fc236 /apps/grgsm_decode
parentd5cdfe7951e3ea64215d5ee0f83107bb8647807a (diff)
Corrected the example in grgsm_channelize, changed default sample rates in applications.
Diffstat (limited to 'apps/grgsm_decode')
-rwxr-xr-xapps/grgsm_decode2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/grgsm_decode b/apps/grgsm_decode
index abdc56b..698cf80 100755
--- a/apps/grgsm_decode
+++ b/apps/grgsm_decode
@@ -277,7 +277,7 @@ if __name__ == '__main__':
+ ", ".join(grgsm.arfcn.get_bands()) + "."
+ "If no band is specified, it will be determined automatically, defaulting to 0.")
cfile_options.add_option("-s", "--samp-rate", dest="samp_rate", type="eng_float",
- default=eng_notation.num_to_str(2e6),
+ default=eng_notation.num_to_str(1e6),
help="Sample rate of cfile capture [default=%default]")
parser.add_option_group(cfile_options)