discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] HDTV


From: Chuck Swiger
Subject: Re: [Discuss-gnuradio] HDTV
Date: Fri, 27 May 2005 13:28:27 -0400

At 09:41 PM 5/26/2005 -0700, you wrote:

I've gotten the USRP working with FM (wfm_rcv_gui.py).  The TV files,
tvrx_debug.py and tvrx_wfm_rcv_gui.py give NonImplementedError: No matching
function for overloaded 'source_c' (i do have the TV daughter board)

Python version? That's the same error we get with the mux being upsampled to
long, w/o mashing it back to int:

>>> src = usrp.source_c(0, 250, 1, 0xf0f0f0f2, 0)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
File "/usr/local/lib/python2.4/site-packages/gnuradio/usrp.py", line 95, in source_c return ((usrp0.source_c, usrp1.source_c)[look_for_usrp(which)])(which, *args, **kwargs) File "/usr/local/lib/python2.4/site-packages/gnuradio/usrp1.py", line 1231, in source_c
    return _usrp1.source_c(*args)
NotImplementedError: No matching function for overloaded 'source_c'


Per Eric:
from gnuradio import gru

  gru.hexint(foo)





reply via email to

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