(e.g. 67.25 == video
carrier, 71.75 == audio carrier==> user inputs 67.25)
Thanks
Thom Rainwater
#!/usr/bin/env python
from gnuradio import gr, eng_notation
from gnuradio import audio
from gnuradio import usrp1
from gnuradio import blks
from gnuradio import tv_rx
from gnuradio import tv_rx_au
> Date: Mon, 13 Jun 2005 12:39:51 -0700
> From: Eric Blossom <[EMAIL PROTECTED]>
> Subject: Re: [Discuss-gnuradio] NTSC Audio Demodulation
> To: Thom Rainwater <[EMAIL PROTECTED]>
> Cc: discuss-gnuradio@gnu.org
> Message-ID: <[EMAIL PROTECTED]>
> Content-Typ
I took another look at the code I submitted before. The problem was
that the dboard was tuning to RF_freq instead of RF_freq + 1.75e6
(which is the center of the band for the TV spectrum). So if you change
the lines:
(success, actual_freq) = dboard.set_freq(RF_freq)
and
IF_freq = -5.75e6 - RF_freq
look at the code? Can someone else repost the code? I am very interested in this. Thanks
Thom Rainwater
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
filter out audio component, translate the
video component and do the video demod?
Thanks
Thom Rainwater
diagram.png
Description: PNG image
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss
Just wondering if there's been any leaps or bounds in progress of NTSC decoding. We are still working on decoding the NTSC video signal in python. Has there been any progress in converting the MATLAB code to python?
thom rainwater
[EMAIL PROTECTED]
http://www-personal.umich.edu/~tra