Made change to plot title at David's suggestion
authorbaobrien <baobrien@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 23 Mar 2016 19:08:41 +0000 (19:08 +0000)
committerbaobrien <baobrien@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 23 Mar 2016 19:08:41 +0000 (19:08 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@2755 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/octave/fskdemodgui.py

index 20419029128cfa4d128e604d177059f10743ad90..862fdc2536cae43083e4e548bbaad4f119094725 100644 (file)
@@ -36,7 +36,7 @@ win.setWindowTitle('FSK Demodulator Modem Statistics')
 
 # Plot objects
 ebno_plot = win.addPlot(title="Eb/No")
-ppm_plot = win.addPlot(title="Symbol Rate Offset")
+ppm_plot = win.addPlot(title="Sample Clock Offset")
 if args.wide == False:
        win.nextRow()
 else:
@@ -49,7 +49,7 @@ eye_plot = win.addPlot(title="Eye Diagram")
 # Configure plot labels and scales.
 ebno_plot.setLabel('left','Eb/No (dB)')
 ebno_plot.setLabel('bottom','Time (seconds)')
-ppm_plot.setLabel('left','Offset (ppm)')
+ppm_plot.setLabel('left','Clock Offset (ppm)')
 ppm_plot.setLabel('bottom','Time (seconds)')
 fest_plot.setLabel('left','Frequency (Hz)')
 fest_plot.setLabel('bottom','Time (seconds)')