summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/digital/benchmark_qt_loopback.py
diff options
context:
space:
mode:
authortrondeau2009-06-18 12:12:56 +0000
committertrondeau2009-06-18 12:12:56 +0000
commit806433ed142f6fc05f193911c5204739e022e9bf (patch)
tree63e75a30d0d423dd3bae60bf2cae1c9e0fea1bca /gnuradio-examples/python/digital/benchmark_qt_loopback.py
parenta97a78b08253b241395c3cb323c5e33520790731 (diff)
downloadgnuradio-806433ed142f6fc05f193911c5204739e022e9bf.tar.gz
gnuradio-806433ed142f6fc05f193911c5204739e022e9bf.tar.bz2
gnuradio-806433ed142f6fc05f193911c5204739e022e9bf.zip
Exporting qt-based examples to installed examples folder and fixed a minor issue in the display of benchmark_qt_loopback.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11231 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python/digital/benchmark_qt_loopback.py')
-rwxr-xr-xgnuradio-examples/python/digital/benchmark_qt_loopback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-examples/python/digital/benchmark_qt_loopback.py b/gnuradio-examples/python/digital/benchmark_qt_loopback.py
index 0936b42bb..3fd76fdf9 100755
--- a/gnuradio-examples/python/digital/benchmark_qt_loopback.py
+++ b/gnuradio-examples/python/digital/benchmark_qt_loopback.py
@@ -235,7 +235,7 @@ class my_top_block(gr.top_block):
-1/2, 1/2,
"Rx", True, True, False, True, True)
- self.snk_tx.set_frequency_axis(0, 80)
+ self.snk_tx.set_frequency_axis(-80, 0)
self.snk_rx.set_frequency_axis(-60, 20)
# Connect to the QT sinks