Mailing List archive

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

[linux-dvb] Re: dvbd.c questions



On Fri, 9 Nov 2001, Krasi Zlatev wrote:

>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.
More than 45 Msymbol ?!?! on what sattelite ?

>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.

10600000 is Local Oscilator Frequency. So, if your LNB have different 
local oscilator frequency - you must change that value

>Thanks!
>
>
>=====
>Krasi Zlatev
>Enjoy!
>
>__________________________________________________
>Do You Yahoo!?
>Find a job, post your resume.
>http://careers.yahoo.com
>
>
>

-- 
 With best regards,
                   Alexandr. (AK2644, AK2240-RIPE, AK2-6BONE)




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


Home | Main Index | Thread Index