* [linux-dvb] fe status values
@ 2009-05-27 10:59 Markus Oliver Hahn
2009-05-27 14:48 ` Devin Heitmueller
2009-05-27 17:04 ` Manu Abraham
0 siblings, 2 replies; 3+ messages in thread
From: Markus Oliver Hahn @ 2009-05-27 10:59 UTC (permalink / raw)
To: linux-dvb
Hi there,
I was just going throug the dvbapi 5.0
but I couldn`t find ow to interpret the
values which I get by
int ioctl( int fd, int request = FE_READ_SIGNAL_STRENGTH, int16_t *strength);
and
int ioctl(int fd, int request = FE_READ_SNR, int16_t *snr)
strengt should be (signed) dBm
and
0.snr dB
is this right ?
regards markus
--
Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss für nur 17,95 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02
_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-dvb] fe status values
2009-05-27 10:59 [linux-dvb] fe status values Markus Oliver Hahn
@ 2009-05-27 14:48 ` Devin Heitmueller
2009-05-27 17:04 ` Manu Abraham
1 sibling, 0 replies; 3+ messages in thread
From: Devin Heitmueller @ 2009-05-27 14:48 UTC (permalink / raw)
To: linux-media
On Wed, May 27, 2009 at 6:59 AM, Markus Oliver Hahn
<markus.o.hahn@gmx.de> wrote:
> Hi there,
> I was just going throug the dvbapi 5.0
> but I couldn`t find ow to interpret the
> values which I get by
>
>
>
> int ioctl( int fd, int request = FE_READ_SIGNAL_STRENGTH, int16_t *strength);
>
> and
>
> int ioctl(int fd, int request = FE_READ_SNR, int16_t *snr)
>
> strengt should be (signed) dBm
> and
> 0.snr dB
>
> is this right ?
>
>
> regards markus
>
>
> --
> Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss für nur 17,95 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02
>
> _______________________________________________
> linux-dvb users mailing list
> For V4L/DVB development, please use instead linux-media@vger.kernel.org
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>
Hello Markus,
Unfortunately, there is currently no standard way in which the return
values can be interpreted. The content varies by demodulator. This
has been discussed at length on the linux-media ML if you want to read
the back history.
Regards,
Devin
--
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-dvb] fe status values
2009-05-27 10:59 [linux-dvb] fe status values Markus Oliver Hahn
2009-05-27 14:48 ` Devin Heitmueller
@ 2009-05-27 17:04 ` Manu Abraham
1 sibling, 0 replies; 3+ messages in thread
From: Manu Abraham @ 2009-05-27 17:04 UTC (permalink / raw)
To: Markus Oliver Hahn; +Cc: linux-dvb
On Wed, May 27, 2009 at 2:59 PM, Markus Oliver Hahn
<markus.o.hahn@gmx.de> wrote:
> Hi there,
> I was just going throug the dvbapi 5.0
> but I couldn`t find ow to interpret the
> values which I get by
>
>
>
> int ioctl( int fd, int request = FE_READ_SIGNAL_STRENGTH, int16_t *strength);
>
> and
>
> int ioctl(int fd, int request = FE_READ_SNR, int16_t *snr)
>
> strengt should be (signed) dBm
> and
> 0.snr dB
>
> is this right ?
dB scale is not something that which is supported by the API specification.
Mostly the scale, it depends on the implementation in the various drivers.
Which driver are you looking at ?
Something, that compliant in accordance:
http://linuxtv.org/hg/dvb-apps/file/9655c8cfeed8/util/szap/README
Regards,
Manu
_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-05-27 17:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-27 10:59 [linux-dvb] fe status values Markus Oliver Hahn
2009-05-27 14:48 ` Devin Heitmueller
2009-05-27 17:04 ` Manu Abraham
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox