summaryrefslogtreecommitdiff
path: root/gr-digital/examples/ofdm/transmit_path.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-digital/examples/ofdm/transmit_path.py')
-rw-r--r--gr-digital/examples/ofdm/transmit_path.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-digital/examples/ofdm/transmit_path.py b/gr-digital/examples/ofdm/transmit_path.py
index 6077b28e4..ec357d617 100644
--- a/gr-digital/examples/ofdm/transmit_path.py
+++ b/gr-digital/examples/ofdm/transmit_path.py
@@ -80,6 +80,9 @@ class transmit_path(gr.hier_block2):
normal.add_option("", "--tx-amplitude", type="eng_float",
default=0.1, metavar="AMPL",
help="set transmitter digital amplitude: 0 <= AMPL < 1.0 [default=%default]")
+ 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",