discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Re: ATSC decoding - Zero Output Problem - Update


From: Bryce Kahle
Subject: [Discuss-gnuradio] Re: ATSC decoding - Zero Output Problem - Update
Date: Sun, 17 Oct 2010 18:01:38 -0500

I'm new to GNURadio and trying to get ATSC receiving going again. This message is in response to the message at: http://lists.gnu.org/archive/html/discuss-gnuradio/2010-07/msg00285.html

I believe the reason your 0.9 output is working beyond the bit timing loop is because of a sampling rate difference between 0.9 and 3.X. 0.9 samples at either 20MS/s or 21.52MS/s, while 3.X uses 19.2MS/s. The test files located at http://comsec.com/data/README are sampled at 20MS/s. The reason it works beyond the bit timing loop, with the output from 0.9, is because only the interpolator, fpll, and bit timing loop (at least those are the ones that I found an explicit reference to a sampling rate) care about the sampling rate. 

Thus you have proven that the field_sync_demux and beyond are working, but anything before that is potentially at fault. I'm trying to narrow down the issue, but haven't found anything yet.

Bryce Kahle

reply via email to

[Prev in Thread] Current Thread [Next in Thread]