On 07.11.2011 16:13, Luca Olivetti wrote: > Al 07/11/2011 11:47, En/na Andreas Oberritter ha escrit: >> I didn't receive Devin's mail, so I'm replying to this one instead, see >> below: > > [...] >> Quoting myself from three years ago, I propose to add an interface to >> read SNR in units of db/100: > > A previous version of the dvb api specified the unit of snr as db/1000000 > > http://linuxtv.org/downloads/legacy/old/linux_dvb_api-20020304.pdf > > page 55, FE_READ_SIGNAL_STRENGTH > > "The signal-to-noise ratio, as a multiple of 10E-6 dB, is stored into *snr. > Example: a value of 12,300,000 corresponds to a signal- > to-noise ratio of 12.3 dB." > > It also defined the unit for ber (multiple of 10E-9). > > However it was dropped from subsequent revisions, I don't know why. > > Bye It was dropped because most (or all?) of the drivers available at the time were created without access to register descriptions and thus nobody of the developers knew how to calculate meaningful values and/or nobody was allowed to publish code based on confidential information. It was decided that big values meant good signal instead, which was good enough to print a signal meter bar without any real numbers. The situation has changed since then. I think two decimal digits should be sufficient. A value displayed to the user would probably have at most one decimal digit. The SNR measured by a demodulator isn't very accurate, so adding more decimal digits doesn't improve the precision. Personally, I don't care much whether the unit is db/10, db/100 or db/1000. I just think db/100 is a reasonable choice and IIRC it's the unit that most of the vendor drivers I've seen in the past are using. Regards, Andreas -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html