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 ord
I'm not aware of an existing way to do this on the USRP1. A function
similar to the USRP2 pps input (and start_streaming_at or at least
inband timestamps) would be required. In addition to a shared clock of
course.
Perhaps this would make a good addition for a future inband FPGA
revision. Is an
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
___