discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Delta 44


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Delta 44
Date: Fri, 27 May 2005 23:33:43 -0700
User-agent: Mutt/1.5.6i

On Fri, May 27, 2005 at 02:47:10PM +0000, n4hy wrote:
> The performance impact was almost negligible.  I am still having trouble 
> with the fully updated
> usrp/gr-usrp code at home.  tvrx_wfm_rcv.py complains bitterly about 
> 0xf0f0f0f[02]
> yielding an overload it hates.  Here at work, in an older version of 
> this code,  I just subbed
> in 0 and 2 for these numbers and everything seemed to work but this 
> "trick" does not work
> on the new stuff at home.
> 
> Guidance needed.
> 
> Bob

For the problem with hex contants under Python 2.4 try this:

from gnuradio import gru

  u.set_mux(gru.hexint(0xf0f0f0f2))     # or whatever





reply via email to

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