diff options
author | Tom Rondeau | 2011-08-09 21:50:13 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-08-09 21:50:13 -0400 |
commit | 61db1684fdda602d18134b2e8c510bb7e33245fc (patch) | |
tree | d1bb6dc6c824c98d82b17027d271292dab66eb6e /gr-digital/examples/transmit_path.py | |
parent | 386a73c53aeb36bdf10e28fc5366385faebe78b2 (diff) | |
download | gnuradio-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.py | 2 |
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 = \ |