diff options
Diffstat (limited to 'gr-dtv/examples/atsc_ctrlport_monitor.py')
-rwxr-xr-x | gr-dtv/examples/atsc_ctrlport_monitor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-dtv/examples/atsc_ctrlport_monitor.py b/gr-dtv/examples/atsc_ctrlport_monitor.py index 7c43aebb77..25c52afd61 100755 --- a/gr-dtv/examples/atsc_ctrlport_monitor.py +++ b/gr-dtv/examples/atsc_ctrlport_monitor.py @@ -31,7 +31,7 @@ from scipy import fftpack If a host is running the ATSC receiver chain with ControlPort turned on, this script will connect to the host using the hostname and port pair of the ControlPort instance and display metrics of the -receiver. The ATSC publishes information about the succes of the +receiver. The ATSC publishes information about the success of the Reed-Solomon decoder and Viterbi metrics for use here in displaying the link quality. This also gets the equalizer taps of the receiver and displays the frequency response. |