Fix typos

Change-Id: I1aae0a52fcf978900fa847a3f813beb2a5ad4a84
This commit is contained in:
Martin Hauke 2019-07-17 22:50:49 +02:00
parent 73e9e0e871
commit d71027873e
2 changed files with 3 additions and 3 deletions

View File

@ -33,5 +33,5 @@ a8115fe68ef8f8cc466f4192572a1e3e
Due to the use of uppercase file names in the zip file, you should use the "-L" Due to the use of uppercase file names in the zip file, you should use the "-L"
flag to the unzip program, which ensures all files are completely lower-case. flag to the unzip program, which ensures all files are completely lower-case.
Please apply all of the patches foudn in this directory to the Please apply all of the patches found in this directory to the
resulting source code. resulting source code.

View File

@ -151,7 +151,7 @@ class cqpsk_mod(gr.hier_block2):
Adds QPSK modulation-specific options to the standard parser Adds QPSK modulation-specific options to the standard parser
""" """
parser.add_option("", "--excess-bw", type="float", default=_def_excess_bw, parser.add_option("", "--excess-bw", type="float", default=_def_excess_bw,
help="set RRC excess bandwith factor [default=%default] (PSK)") help="set RRC excess bandwidth factor [default=%default] (PSK)")
parser.add_option("", "--no-gray-code", dest="gray_code", parser.add_option("", "--no-gray-code", dest="gray_code",
action="store_false", default=_def_gray_code, action="store_false", default=_def_gray_code,
help="disable gray coding on modulated bits (PSK)") help="disable gray coding on modulated bits (PSK)")
@ -325,7 +325,7 @@ class cqpsk_demod(gr.hier_block2):
Adds modulation-specific options to the standard parser Adds modulation-specific options to the standard parser
""" """
parser.add_option("", "--excess-bw", type="float", default=_def_excess_bw, parser.add_option("", "--excess-bw", type="float", default=_def_excess_bw,
help="set RRC excess bandwith factor [default=%default] (PSK)") help="set RRC excess bandwidth factor [default=%default] (PSK)")
parser.add_option("", "--no-gray-code", dest="gray_code", parser.add_option("", "--no-gray-code", dest="gray_code",
action="store_false", default=_def_gray_code, action="store_false", default=_def_gray_code,
help="disable gray coding on modulated bits (PSK)") help="disable gray coding on modulated bits (PSK)")