John,
Try this:
...
from gnuradio import gru
...
mux = gru.hexint(0xf0f0f0f0)
...
It works for me...
Angilberto.
--- jjw <[EMAIL PROTECTED]> wrote:
>
> Has anybody had any experience using the
> capture_to_file.py code from KD7LMO?
> (http://kd7lmo.net/ground_gnuradio_software.html) I
> am
John,
Try this:
...
from gnuradio import gru
...
mux = gru.hexint(0xf0f0f0f0)
...
It works for me...
Angilberto.
>
>
> --- jjw <[EMAIL PROTECTED]> wrote:
>
> >
> > Has anybody had any experience using the
> > capture_to_file.py code from KD7LMO?
> > (http://kd7lmo.net/ground_gnu
On Wed, Mar 22, 2006 at 10:51:19AM -0800, jjw wrote:
>
> Has anybody had any experience using the capture_to_file.py code from KD7LMO?
> (http://kd7lmo.net/ground_gnuradio_software.html) I am interested in the
> functionality to set up an IF frequency and bandwidth and dump the data to a
> file.
> It seems there is something wrong with the way that mux is declared in the
> capture_to_file.py code (0xf0f0f0f0).
The problem is that Python promotes that value to a bignum because it
doesn't fit into an int (as a positive number). This was a recent change
to Python, which is great for numer
Has anybody had any experience using the capture_to_file.py code from KD7LMO?
(http://kd7lmo.net/ground_gnuradio_software.html) I am interested in the
functionality to set up an IF frequency and bandwidth and dump the data to a
file. When I have attempted to run the program I have encountered t