Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] dvbd.c questions



Can you explain me the following in dvbd.c:


if (strcmp (v, "symbolrate") == 0)
...
if ((ret > 1500000) && (ret < 46000000))

why these two numbers?

The symbol rate that I need to use is higher
then that.


And one more:

if (strcmp (v, "frequency") == 0)

if ((ret > 10600000) && (ret < 14500000))
        {
          fend->freq = fend->curfreq = ((__u32) ret -
10600000) * 1000 ;

Again why these two numbers, and can someone explain
me the formula.

Thanks!


=====
Krasi Zlatev
Enjoy!

__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index