summaryrefslogtreecommitdiff
path: root/gr-digital/examples/transmit_path.py
diff options
context:
space:
mode:
authorTom Rondeau2011-08-09 21:50:13 -0400
committerTom Rondeau2011-08-09 21:50:13 -0400
commit61db1684fdda602d18134b2e8c510bb7e33245fc (patch)
treed1bb6dc6c824c98d82b17027d271292dab66eb6e /gr-digital/examples/transmit_path.py
parent386a73c53aeb36bdf10e28fc5366385faebe78b2 (diff)
downloadgnuradio-61db1684fdda602d18134b2e8c510bb7e33245fc.tar.gz
gnuradio-61db1684fdda602d18134b2e8c510bb7e33245fc.tar.bz2
gnuradio-61db1684fdda602d18134b2e8c510bb7e33245fc.zip
digital: setting up receive path to use new timing loop API, FLL API, new gain names/settings. Also added concept of gray coding to generic mod/demod and reworked bpsk/qpsk modulators so both work.
Diffstat (limited to 'gr-digital/examples/transmit_path.py')
-rw-r--r--gr-digital/examples/transmit_path.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/examples/transmit_path.py b/gr-digital/examples/transmit_path.py
index 91869ad9a..8ffb1e108 100644
--- a/gr-digital/examples/transmit_path.py
+++ b/gr-digital/examples/transmit_path.py
@@ -50,7 +50,7 @@ class transmit_path(gr.hier_block2):
# Get mod_kwargs
mod_kwargs = self._modulator_class.extract_kwargs_from_options(options)
-
+
# transmitter
modulator = self._modulator_class(**mod_kwargs)
self.packet_transmitter = \