Talk:Testing reception quality
Jump to navigation
Jump to search
adding these lines to the Matt script also changes the SNR to %
- Sig SNR
sigStr = fields[2].split(" ")[1] snr = int(sigStr, 16) / float(0xffff) fields[2] = "SNR %.1f%%" % (snr * 100.0)
this is usefull as at least for DBV-S, the SNR is more relevant to the quality.
Now I fail to update the page and keep the formatting...; any ideas?
Walter