diff options
Diffstat (limited to 'gr-digital/examples/ofdm/receive_path.py')
-rw-r--r-- | gr-digital/examples/ofdm/receive_path.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-digital/examples/ofdm/receive_path.py b/gr-digital/examples/ofdm/receive_path.py index 8807b0dc2..e1c7868a0 100644 --- a/gr-digital/examples/ofdm/receive_path.py +++ b/gr-digital/examples/ofdm/receive_path.py @@ -87,6 +87,9 @@ class receive_path(gr.hier_block2): """ Adds receiver-specific options to the Options Parser """ + normal.add_option("-W", "--bandwidth", type="eng_float", + default=500e3, + help="set symbol bandwidth [default=%default]") normal.add_option("-v", "--verbose", action="store_true", default=False) expert.add_option("", "--log", action="store_true", default=False, help="Log all parts of flow graph to files (CAUTION: lots of data)") |