I have developed a bda driver for dvbt, and now, I want to make it
compatible with atsc.

I modified the KSNODE_BDA_COFDM_DEMODULATOR to
KSNODE_BDA_8VSB_DEMODULATOR, should I modify other things?

Re: What is the difference between ATSC and DVBT bda driver? by Tim

Tim
Sat Oct 15 15:23:21 CDT 2005

WilliamX <fantast_xue@hotmail.com.discuss> wrote:
>
>I have developed a bda driver for dvbt, and now, I want to make it
>compatible with atsc.
>
>I modified the KSNODE_BDA_COFDM_DEMODULATOR to
>KSNODE_BDA_8VSB_DEMODULATOR, should I modify other things?

Not much else, actually. It usually requires a separate demod chip, the
SAW filters are usually different, and the tuners for ATSC sometimes use a
different IF from DVBT, so you'll have to watch for that.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.

Re: What is the difference between ATSC and DVBT bda driver? by Max

Max
Tue Oct 18 20:24:47 CDT 2005

And one more "small" thing is that ATSC tuners today are almost requried to
support analog. There is little to no demand for ATSC only solution unless
this is a data-over-the-air-delivery card or some other specialized device.
Adding analog is a bit of a pain with its own small quirks here and there.

-- Max.



"Tim Roberts" <timr@probo.com> wrote in message
news:i5p2l1tjpprl9euq25edcigdgibcbvk5n6@4ax.com...
> WilliamX <fantast_xue@hotmail.com.discuss> wrote:
>>
>>I have developed a bda driver for dvbt, and now, I want to make it
>>compatible with atsc.
>>
>>I modified the KSNODE_BDA_COFDM_DEMODULATOR to
>>KSNODE_BDA_8VSB_DEMODULATOR, should I modify other things?
>
> Not much else, actually. It usually requires a separate demod chip, the
> SAW filters are usually different, and the tuners for ATSC sometimes use a
> different IF from DVBT, so you'll have to watch for that.
> --
> - Tim Roberts, timr@probo.com
> Providenza & Boekelheide, Inc.



Re: What is the difference between ATSC and DVBT bda driver? by Tim

Tim
Wed Oct 19 00:39:54 CDT 2005

"Max Paklin" <mpaklin@hotmail.com> wrote:
>
>And one more "small" thing is that ATSC tuners today are almost requried to
>support analog.

Absolutely correct. Media Center, for example, will not handle an ATSC
tuner unless there is also an analog tuner in the system.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.