Re: [Discuss-gnuradio] Capturing data to file

2006-03-27 Thread Angilberto Muniz Sb
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

Re: [Discuss-gnuradio] Capturing data to file

2006-03-22 Thread Angilberto Muniz Sb
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

Re: [Discuss-gnuradio] Capturing data to file

2006-03-22 Thread Eric Blossom
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.

Re: [Discuss-gnuradio] Capturing data to file

2006-03-22 Thread John Gilmore
> 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

[Discuss-gnuradio] Capturing data to file

2006-03-22 Thread jjw
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