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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
> 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
> 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
> 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
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
>
>
>
>
>> 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
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
> 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
>
> >
> >
> >
> >
> >>
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
24 matches
Mail list logo