THanks all, this gives me a way to start I think.
___
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com
Hey Steve,
the manual page that Marcus linked to is the right place to look. There's
also the example "remote_rx.py" that shows how to do this with a MultiUSRP
API.
Maybe this recipe helps you:
1. Write your RFNoC application as if you were streaming to the UHD host
(i.e., a standard RFNoC RX str
On 05/10/2024 15:54, steve.wake...@roke.co.uk wrote:
Thanks, I am struggling to see how this would connect to the RFNOC
block. Are there any examples as to how the RFNOC block is architected
to allow a remote streamer?
Thanks
___
USRP-users maili
Thanks, I am struggling to see how this would connect to the RFNOC block. Are
there any examples as to how the RFNOC block is architected to allow a remote
streamer?
Thanks
___
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send a
On 05/10/2024 13:51, steve.wake...@roke.co.uk wrote:
We have a system in RFNOC that receives data at 100MSps. We want to
stream this to a remote FPGA card over the 10GbE.
Is this possible, and if so do we need to create our own RFNOC block
to do this or can we use UHD libraries in some way?