summaryrefslogtreecommitdiff
path: root/gr-atsc/src/python/interp.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-10-19 15:10:58 -0700
committerTom Rondeau <trondeau@vt.edu>2011-10-19 15:10:58 -0700
commite30b824e9165bff69f09121631c3d5a706cbbd39 (patch)
tree62e29ee0f9e7d6139d73174a4bf31559c2db9fab /gr-atsc/src/python/interp.py
parent49a1ad2cd002200a3b37f40117cf69e1a07a9222 (diff)
Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. Also removes related M4 and dependency requirements for USRP-related libs.
Diffstat (limited to 'gr-atsc/src/python/interp.py')
-rwxr-xr-xgr-atsc/src/python/interp.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/gr-atsc/src/python/interp.py b/gr-atsc/src/python/interp.py
index ad69c6b343..b17b3a3122 100755
--- a/gr-atsc/src/python/interp.py
+++ b/gr-atsc/src/python/interp.py
@@ -22,8 +22,7 @@
# This module starts the atsc processing chain taking the captured
# off-air signal created with:
#
-# usrp_rx_cfile.py -R <side with tuner, a or b>
-# -d 10 set decimation to get signal at 6.4e6 rate
+# uhd_rx_cfile.py --samp-rate=6.4e6
# -f <center of tv signal channel freq>
# -g <appropriate gain for best signal / noise>
#