discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] getting IQ data from 2 uspr1 synchronously


From: Doug Geiger
Subject: Re: [Discuss-gnuradio] getting IQ data from 2 uspr1 synchronously
Date: Mon, 25 Jan 2010 12:42:01 -0500
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Check out the usrp_multi code - I believe it all got updated to work with the hier_block2 API update. It's in gnuradio-examples/python/multi_usrp, and it comes with a custom FPGA image (pre-inband signaling - the timestamps get interleaved with the data, and the data gets de-interleaved and ordered correctly on the host. One USRP provides a master clock that the second slaves to - via an SMA connector you'll have to solder in (in addition, two pins on the daugherboard interface are used to send a 'start' pulse, similar to the 1pps function on the USRP2). I haven't messed with it in a while, but it worked when I last tried it out.
Doug

On Mon, 2010-01-25 at 11:29 +0100, Luca Pascale wrote:
HI all,

I need to get IQ samples from 2 USRP1 in a synchronous manner.
Thus I cant make:

urx1->read()
urx2->read()

I'need to execute the two "read()" operation "at the same time" (or
something similar).

Any suggestion to do that ?

Thanks in advance
Luca


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio




_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


--
Douglas Geiger
Code 5545
U.S. Naval Research Laboratory
Washington, DC 20375
(202) 767-9048
address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]