Re: [Discuss-gnuradio] Dynamic Channel bandwidth allocation

2006-07-24 Thread Matt Ettus
Michael Ford wrote: So, I'm trying tomake a system where nodes communicate, not on set channels, but on as much of the spectrum as they can use based on the level of interference. For example, we know that 802.11 divides the spectrum into 13 channels with the center frequencies set at 5MHz ap

Re: [Discuss-gnuradio] GPIF

2006-07-24 Thread Eric Blossom
On Mon, Jul 24, 2006 at 09:32:10PM -0700, Oussama Sekkat wrote: > Hi, > quick question: In order to read the gpif.gpf file, do I need to download > the GPIF Designer software from cypress.com? I'm not sure about other ways, but yes, the Cypress GPIF designer can open the file and display it. > If

[Discuss-gnuradio] GPIF

2006-07-24 Thread Oussama Sekkat
Hi,quick question: In order to read the gpif.gpf file, do I need to download the GPIF Designer software from cypress.com?If I do, can that program run on Linux?Thanks,Oussama. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.or

Re: [Discuss-gnuradio] powermate.py update

2006-07-24 Thread Eric Blossom
On Mon, Jul 24, 2006 at 04:28:00PM -0400, Kwan Hong Lee wrote: > Hi, > > This is small minor update, but on line 198 of powermate.py > >elif name == 'CAVS SpaceShuttle A/V': > > should be changed to > > elif name == 'Contour Design ShuttleXpress': > > To work with Contour Sh

Re: [Discuss-gnuradio] Previously written code for reaying IP packets?

2006-07-24 Thread Eric Blossom
On Mon, Jul 24, 2006 at 04:46:34PM -0700, Quenton Bonds wrote: > Is there any previously written code for relaying IP packets using the > GNU Radio SDR? I cannot find it. In CVS, take a look at: gnuradio-examples/python/gmsk/tunnel.py. Be sure to read the README in the same directory. Eric _

Re: [Discuss-gnuradio] Problem with USB on OSX?

2006-07-24 Thread Eric Blossom
On Mon, Jul 24, 2006 at 04:03:45PM -0700, Sam Ross wrote: > Hi, this is my first time using software radio, and I'm having some > problems. When I try to run one of the programs in > /.../gnuradio-examples/python/usrp, here is what happens: Hi Sam, I believe Michael is on vacation for a bit. I'm

Re: [Discuss-gnuradio] Fedora Core 5 x86_64 lib install problems

2006-07-24 Thread Charles Swiger
On Mon, 2006-07-24 at 10:25 -0700, Eric Blossom wrote: > Chunk, thanks for posting a work-around. > > I *really* suggest that you guys sort this out properly and generate a > patch that fixes it. Otherwise this kludge is going to get > propagated. You really don't want to be copying files aroun

[Discuss-gnuradio] Previously written code for reaying IP packets?

2006-07-24 Thread Quenton Bonds
Is there any previously written code for relaying IP packets using the GNU Radio SDR? I cannot find it. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Problem with USB on OSX?

2006-07-24 Thread Sam Ross
Hi, this is my first time using software radio, and I'm having some problems. When I try to run one of the programs in /.../gnuradio-examples/python/usrp, here is what happens: % pythonw ./usrp_wfm_rcv.py --freq=102M usb_control_msg failed: usb_control_msg(DeviceRequestTO): pipe is stalled Using

Re: [Discuss-gnuradio] CVS: gr.constellation_decode_cb ?

2006-07-24 Thread Jens Elsner
Replying to myself here: I was *thinking* that I was using current CVS - instead, some old version was in the path first. Jens On Mon, Jul 24, 2006 at 11:27:05PM +0200, Jens Elsner wrote: > Hello, > > I'm using current CVS; constellation_decoder_cb seems to not get build > correctly. "inspect.g

[Discuss-gnuradio] CVS: gr.constellation_decode_cb ?

2006-07-24 Thread Jens Elsner
Hello, I'm using current CVS; constellation_decoder_cb seems to not get build correctly. "inspect.getmembers(gr)" shows no sign of it. Maybe someone could give me a pointer on where to look to fix it? Thanks, Jens ___ Discuss-gnuradio mailing list

[Discuss-gnuradio] powermate.py update

2006-07-24 Thread Kwan Hong Lee
Hi, This is small minor update, but on line 198 of powermate.py elif name == 'CAVS SpaceShuttle A/V': should be changed to elif name == 'Contour Design ShuttleXpress': To work with Contour ShuttleXpress. -kwan ___ Discuss-g

Re: [Discuss-gnuradio] Fedora Core 5 x86_64 lib install problems

2006-07-24 Thread Greg Troxel
Eric Blossom <[EMAIL PROTECTED]> writes: > I *really* suggest that you guys sort this out properly and generate a > patch that fixes it. Otherwise this kludge is going to get > propagated. You really don't want to be copying files around by hand. > It definitely will lead to problems down the r

Re: [Discuss-gnuradio] Fedora Core 5 x86_64 lib install problems

2006-07-24 Thread Eric Blossom
On Mon, Jul 24, 2006 at 10:30:13AM -0400, Eric Hill Matlis wrote: > Chuck- > > Following your suggestion, I copied the _gnuradio_swig_python files from > $prefix/lib64 to $prefix/lib, and now the make check passes for > gr-audio-alsa. However, trying to run the dial_tone.py example fails > wit

Re: [Discuss-gnuradio] Fedora Core 5 x86_64 lib install problems

2006-07-24 Thread Eric Hill Matlis
Chuck- Following your suggestion, I copied the _gnuradio_swig_python files from $prefix/lib64 to $prefix/lib, and now the make check passes for gr-audio-alsa. However, trying to run the dial_tone.py example fails with: [EMAIL PROTECTED] audio]$ ./dial_tone.py Traceback (most recent call las

Re: [Discuss-gnuradio] Fedora Core 5 x86_64 lib install problems

2006-07-24 Thread Charles Swiger
On Sun, 2006-07-23 at 12:04 -0400, Eric Hill Matlis wrote: > I can confirm a successful install of gnuradio cvs to my 32-bit > Fedora Core 5 system, as dial_tone.py works. So my issues with the > the x86_64 system seem to be related to the location of the 32 and 64-bit > libraries. > > hopefu