Re: [Discuss-gnuradio] Using USRP from multiple applications simultaneously

2005-05-01 Thread John Gilmore
The current software was designed to let you run one transmit application and one receive application at the same time. If that doesn't work, please report exactly what happens when you try. Yes, that's not optimal in a 4-daughterboard, 8-antenna system, but it's what we have right now. The prob

Re: [Discuss-gnuradio] Using USRP from multiple applications simultaneously

2005-05-01 Thread Eric Blossom
On Sun, May 01, 2005 at 08:27:34PM +0200, Harald Welte wrote: > Hi! > > AFAICT, at the moment there is no way to use a single USRP from multiple > application programs at the same time. This is quite unfortunate, since > you might want to run a transmit and a receive program that are totally > in

Re: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui

2005-05-01 Thread mjam01
hey, if eric's doesn't work and alsa is forcing 48k then change: from gnuradio import audio to: from gnuradio import audio_oss as audio it worked for me anyhow mike m0mik.org/gnuradio/ On 5/1/05, Eric Blossom <[EMAIL PROTECTED]> wrote: > On Fri, Apr 29, 2005 at 05:19:46PM -0700, Richard Cagl

Re: [Discuss-gnuradio] Using USRP from multiple applications simultaneously

2005-05-01 Thread Harald Welte
mh, yet another comment on zerocopy. I wish there was a reply to my question on the usb-multiple-interface issue ;) On Sun, May 01, 2005 at 10:25:15PM +0200, Stephane Fillod wrote: > "Premature optimization is the root of all evil", Donald Knuth. Mh, that's my common mistake. I always over-opt

Re: [Discuss-gnuradio] Using USRP from multiple applications simultaneously

2005-05-01 Thread Stephane Fillod
On Sun, May 01, 2005 at 08:27:34PM +0200, Harald Welte wrote: > AFAICT, at the moment there is no way to use a single USRP from multiple > application programs at the same time. This is quite unfortunate, since > you might want to run a transmit and a receive program that are totally > independent

Re: [Discuss-gnuradio] ImportError: libwx_gtk2d_xrc-2.6.so.0

2005-05-01 Thread LRK
On Fri, Apr 29, 2005 at 04:11:08PM +, Rich Cagley wrote: > I just got my usrp installed with Fedora Core 3 and am having the > > [EMAIL PROTECTED] usrp]# usrp_oscope.py > Traceback (most recent call last): > File "./usrp_oscope.py", line 26, in ? > from gnuradio.wxgui import stdgui, ffts

[Discuss-gnuradio] mmap()ed USB interface

2005-05-01 Thread Harald Welte
On Sun, May 01, 2005 at 08:27:34PM +0200, Harald Welte wrote: > I was also thinking of speeding up the USB data transfers by using a > better kernel/userspace interface than libusb (which does > copy_{from,to}_user for every URB). Something like a mmap()ed > ringbuffer comes to mind, much like th

Re: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui

2005-05-01 Thread Eric Blossom
On Fri, Apr 29, 2005 at 05:19:46PM -0700, Richard Cagley wrote: > Is there a way to use a 48k sound card with the wfm_rc_gui.py? I can't seem > to come up with a adc and audio decimation that works out to 48k instead of > the standard 32k. > Thanks, > -rich If you're using ALSA, use plughw:0,0 (or

[Discuss-gnuradio] USRP icon?

2005-05-01 Thread Stephane Fillod
Hi fellows, GNU Radio project has its logo, as well as Ettus Research. What about the USRP? I'm looking for an USRP icon. Is there an official one, or can some artist on the list share one with us? Thanks in advance -- Stephane ___ Discuss-gnuradio

[Discuss-gnuradio] Using USRP from multiple applications simultaneously

2005-05-01 Thread Harald Welte
Hi! AFAICT, at the moment there is no way to use a single USRP from multiple application programs at the same time. This is quite unfortunate, since you might want to run a transmit and a receive program that are totally independent (or even two tx and two rx programs). While browsing through th

[Discuss-gnuradio] ImportError: libwx_gtk2d_xrc-2.6.so.0

2005-05-01 Thread Rich Cagley
I just got my usrp installed with Fedora Core 3 and am having the problem below. My PYTHONPATH is echo $PYTHONPATH /home/rcagley/gr/lib/python2.3/site-packages/wx-2.6-gtk2- ansi:/home/rcagley/gr/lib/python2.3/site- packages:/home/rcagley/gr/lib/python2.3/site- packages/Numeric:/usr/lib/python2.3/s

[Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui

2005-05-01 Thread Richard Cagley
Is there a way to use a 48k sound card with the wfm_rc_gui.py? I can't seem to come up with a adc and audio decimation that works out to 48k instead of the standard 32k. Thanks, -rich ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://l

[Discuss-gnuradio] pulse width modulation to binary

2005-05-01 Thread mjam01
Hi guys, Being a curious noob, I've been trying to decode the rf from my vhf garage door remote control. By adding an oscope to audio output of the am_rcv.py example, I can see that the remote sends short rf bursts, each consisting of 13 pulse width modulated square waves. According to the oscope