Corrected the example in grgsm_channelize, changed default sample rates in applications.
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 @@
                                   + ", ".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)