Re: [Discuss-gnuradio] some problems about usrp motherboard that i make by myself

2010-07-30 Thread tonygc
thank you for your reply, Eric. we tested the motherboard, source code can be loaded into FX2, and usrper can be used to configure something. that means FX2 works well. we use usrp_benchmark_usb to test the board, it doen't work. something wrong with FPGA. but the clock of FPGA and ADCs are all OK

Re: [Discuss-gnuradio] How can i make usrp_rx-cfile.py to store the data in queue datastructure and another python file reading it,.

2010-07-30 Thread Martin Braun
On Thu, Jul 29, 2010 at 06:41:02PM +0530, Anil Sharma wrote: > Hi everyone, >  I have  a query , hope someone help me in this.I want usrp_rx_cfile to > capture > data and store the captured date in some queue datastructure and > simultaneously > another python file reads the queue in realtime .Wi

Re: [Discuss-gnuradio] Report configure - Packages skipped

2010-07-30 Thread Martin Braun
On Thu, Jul 29, 2010 at 02:41:31PM -0400, Jeffrey Lambert wrote: > In particular, make sure you have the small device compiler > installed (SDCC). Not sure about gr-utils. I think that simply depends on gr-usrp due to the usrp_*.py scripts. It should work once usrp is up and running, it doesn't h

[Discuss-gnuradio] set_auto_tr() and set_enable()

2010-07-30 Thread 蒲盟
Hi , I am confued by set_auto_tr() and set_enable(). In my opinion set_auto_tr(True) means that if there is something to transmit( something sent to the FPGA), the Rx path will be disabled, but if there is nothing sent to the FPGA, then the Rx path will be always enabled. On the other hand,

[Discuss-gnuradio] rfx900.pcb

2010-07-30 Thread lyrens
Hi,all. I tried to get rfx900.pcb on the WIKI but failed. Could anyone who have this pcb file give me a copy? Thanks! lyrens ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] anyone had luck with high throughput IPC to GNU Radio?

2010-07-30 Thread George Nychis
Hi all, Has anyone had any luck achieving high throughput (e.g., supporting interpolation of 8 or 16 with USRP2) from Octave to a GNU Radio flowgraph? I am trying to stream a signal to my GR flowgraph, and at first I tried sockets but then realized it was way too slow, and so I moved to pipes but

Re: [Discuss-gnuradio] anyone had luck with high throughput IPC to GNU Radio?

2010-07-30 Thread Kunal Kandekar
Hi, I am unfamiliar with Octave, so I cannot be sure about your particular scenario, but a potential problem could be internal buffering between writes... Maybe try flushing the stream more? Kunal On Fri, Jul 30, 2010 at 11:09 AM, George Nychis wrote: > Hi all, > > Has anyone had any luck achi

[Discuss-gnuradio] WBX and auto TR switching?

2010-07-30 Thread George Nychis
I'm assuming the WBX has auto TR switching? Is there any code needed to enable auto TR switching from C++ after initializing the USRP2 with the standard usrp2::usrp2::make(interface, mac_addr_str); and then setting center frequency, decimation, interpolation, and gains? Thanks for the help. - Ge

[Discuss-gnuradio] gnuradio land speed record?

2010-07-30 Thread Clark Pope
I'm curious what people do with the wideband capability of the gnuradio/usrp and what is the widest bandwidth signal one can really process with available computers? For reference I have a ~2.4 GHz core 2 duo laptop. For a 200 kHz FM demodulator I consume about 40% of one cpu. That's pretty m

Re: [Discuss-gnuradio] gnuradio land speed record?

2010-07-30 Thread Matt Ettus
On 07/30/2010 09:33 AM, Clark Pope wrote: I'm curious what people do with the wideband capability of the gnuradio/usrp and what is the widest bandwidth signal one can really process with available computers? For reference I have a ~2.4 GHz core 2 duo laptop. For a 200 kHz FM demodulator I consu

Re: [Discuss-gnuradio] gnuradio land speed record?

2010-07-30 Thread Philip Balister
On 07/30/2010 01:19 PM, Daniel Halperin wrote: On 07/30/2010 09:33 AM, Clark Pope wrote: I'm curious what people do with the wideband capability of the gnuradio/usrp and what is the widest bandwidth signal one can really process with available computers? What's the most anyone has recorded or

[Discuss-gnuradio] Wireshark issue

2010-07-30 Thread David Barton
Hi, I am relatively new to GNU Radio. I set up a simple experiment of connecting a file source directly to the usrp sink and monitoring the traffic on the ethernet port using wireshark. The source file simply contains the letters abc. When I ran the flowgraph in GRC it did seem to initiate tra

Re: [Discuss-gnuradio] gnuradio land speed record?

2010-07-30 Thread Daniel Halperin
On 07/30/2010 09:33 AM, Clark Pope wrote: I'm curious what people do with the wideband capability of the gnuradio/usrp and what is the widest bandwidth signal one can really process with available computers? What's the most anyone has recorded or processed continuously? What level of compe

Re: [Discuss-gnuradio] gnuradio land speed record?

2010-07-30 Thread Marcus D. Leech
On 07/30/2010 01:01 PM, Matt Ettus wrote: > > With RAID arrays or SSDs, it isn't that hard anymore to sustain 100 > MB/s recording to disk. With 4 and 6 core systems and the i7 > architecture you can get more than 5X the performance of your laptop. > > There are a lot of applications using the ful

[Discuss-gnuradio] ADC calibration

2010-07-30 Thread Daniel Halperin
Hi, I'm calibrating my USRP setup using a function generator. I remember seeing that someone else had done this before in the past and written down a bunch of (input voltage, ADC output) pairs on the web somewhere, but I'm unable to find it on the wiki even with google site: search. Does an

Re: [Discuss-gnuradio] Wireshark issue

2010-07-30 Thread Matt Ettus
On 07/30/2010 10:41 AM, David Barton wrote: Hi, I am relatively new to GNU Radio. I set up a simple experiment of connecting a file source directly to the usrp sink and monitoring the traffic on the ethernet port using wireshark. The source file simply contains the letters abc. When I ran the flo

RE: [Discuss-gnuradio] gnuradio land speed record?

2010-07-30 Thread Clark Pope
> Date: Fri, 30 Jul 2010 10:01:41 -0700 > From: m...@ettus.com > To: cepop...@hotmail.com > CC: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] gnuradio land speed record? > > On 07/30/2010 09:33 AM, Clark Pope wrote: > > > > I'm curious what p

RE: [Discuss-gnuradio] gnuradio land speed record?

2010-07-30 Thread Clark Pope
> Date: Fri, 30 Jul 2010 10:19:35 -0700 > From: dhalp...@cs.washington.edu > To: m...@ettus.com > CC: cepop...@hotmail.com; discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] gnuradio land speed record? > > > On 07/30/2010 09:33 AM, Clark Pope wro

RE: [Discuss-gnuradio] gnuradio land speed record?

2010-07-30 Thread Clark Pope
> Date: Fri, 30 Jul 2010 13:55:10 -0400 > From: mle...@ripnet.com > To: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] gnuradio land speed record? > > On 07/30/2010 01:01 PM, Matt Ettus wrote: > > > > With RAID arrays or SSDs, it isn't that ha

RE: [Discuss-gnuradio] gnuradio land speed record?

2010-07-30 Thread Daniel Halperin
On Fri, 30 Jul 2010, Clark Pope wrote: and the original paper: http://research.microsoft.com/apps/pubs/default.aspx?id=79927 Dan Thanks that's a good data point! So a huge corporation with infinite resources tops out at about 20 MHz sustained processing of what I would call a real world pr

RE: [Discuss-gnuradio] gnuradio land speed record?

2010-07-30 Thread Jeff Brower
> > > > >> Date: Fri, 30 Jul 2010 10:19:35 -0700 >> From: dhalp...@cs.washington.edu >> To: m...@ettus.com >> CC: cepop...@hotmail.com; discuss-gnuradio@gnu.org >> Subject: Re: [Discuss-gnuradio] gnuradio land speed record? >> >> > On 07/30/2010 09:33 AM, Cl

[Discuss-gnuradio] usrp_radar_mono.py

2010-07-30 Thread Jeffrey Lambert
I guess this is a long shot, but does anyone know of any resources or documentation on this script? I am working on a custom radar application for a novel temperature sensor using the usrp and gnu radio libraries, and it seems that usrp_radar_mono.py could be of help in getting started. Than

RE: [Discuss-gnuradio] gnuradio land speed record?

2010-07-30 Thread Clark Pope
> Date: Fri, 30 Jul 2010 15:22:21 -0500 > Subject: RE: [Discuss-gnuradio] gnuradio land speed record? > From: jbro...@signalogic.com > To: cepop...@hotmail.com > CC: discuss-gnuradio@gnu.org > > > > > > > > > > >>

Re: [Discuss-gnuradio] anyone had luck with high throughput IPC to GNU Radio?

2010-07-30 Thread George Nychis
On Fri, Jul 30, 2010 at 8:38 AM, Kunal Kandekar wrote: > Hi, > > I am unfamiliar with Octave, so I cannot be sure about your particular > scenario, but a potential problem could be internal buffering between > writes... Maybe try flushing the stream more? > > I could be wrong, but I thought named