Mailing List archive

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

[linux-dvb] Re: Tuning problem



> To find out what the problem is I played a little around with own
> code. I wrote the following code:
>
>         fe.iFrequency = 12670000 - 10600000;
>         fe.SymbolRate = 22000;
>         fe.FEC_inner  = 0;
>         ioctl( fd_frontend, QPSK_TUNE, &fe );
is the SymbolRate right? i normally use 27500000 (or 22000000 in this case),
so it's in Baud/s

this isn't described in the documentation, but at least all other program do
it that way.

the frequency however seems right, it's in kHz.

bye,
Felix Domke



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



Home | Main Index | Thread Index