discuss-gnuradio
[Top][All Lists]
Advanced

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

RE: [Discuss-gnuradio] HDTV


From: cswiger
Subject: RE: [Discuss-gnuradio] HDTV
Date: Fri, 27 May 2005 16:30:41 -0400 (EDT)

On Fri, 27 May 2005, John E. Don Carlos wrote:

> Python version 2.4.1
> gnuradio compiled from CVS earlier this week.
>

Gang - We have to use the gru utilities now with Python 2.4, so
be sure to

>>>from gnuradio import gru

then put gru.hexint() around the mux mask, and anywhere you have
something like 0xf0f0f0f2 (like in powermate.py). In tvrx_wfm_tcv_gui.py:

   src = usrp.source_c ( 0, decim, 1, gru.hexint(0xf0f0f0f2), 0)

Good luck.

--Chuck







reply via email to

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