[USRP-users] Re: LibUHD - Python API problem (RFNoC not found)

2021-06-28 Thread Marcus D Leech
So the Python API not building is unrelated to any of those dependency failures as far as I know. But I don’t think the Python API is required for RFNOC support. Could we see the build log for your gr-Ettus build attempt? Sent from my iPhone > On Jun 28, 2021, at 1:55 AM, COURANT Frederique

[USRP-users] UHD 4.1 and support for the NI Ettus USRP X410

2021-06-28 Thread Haydn Nelson
Hello USRP Community! We at NI & Ettus Research have been hard at work advancing the USRP to the next level. We recently released the NI Ettus USRP X410. Perhaps you saw that UHD 4.1 was merged to the UHD GitHub repository

[USRP-users] Re: rfnoc radio transmit control

2021-06-28 Thread rblack
Hi and thanks. The reference was a good read, but I don’t think it quite covers my application. It describes how to send commands to the Radio Block to initiate transmission at a specific precise time. But I need to repeatedly gate the transmit signal on/off very rapidly (microsec), and it

[USRP-users] Re: rfnoc radio transmit control

2021-06-28 Thread Marcus D. Leech
On 06/28/2021 01:56 PM, rbl...@swri.org wrote: Hi and thanks. The reference was a good read, but I don’t think it quite covers my application. It describes how to send commands to the Radio Block to initiate transmission at a specific precise time. But I need to repeatedly gate the transmit s

[USRP-users] Re: rfnoc radio transmit control

2021-06-28 Thread rblack
More like sending radar pulses, than OOK. And working through the host software interface will be too slow for this. It may indeed require a custom block. thanks rb ___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an

[USRP-users] Re: LibUHD - Python API problem (RFNoC not found)

2021-06-28 Thread Jonathon Pendlum
Hi Fred, UHD 3.14 does not have RFNoC support enabled by default. Try running cmake with the flag "-DENABLE_RFNOC=ON". Jonathon On Mon, Jun 28, 2021, 09:05 Marcus D Leech wrote: > So the Python API not building is unrelated to any of those dependency > failures as far as I know. > > But I don’

[USRP-users] Re: rfnoc radio transmit control

2021-06-28 Thread Marcus D Leech
What bandwidth/sample rate? Sent from my iPhone > On Jun 28, 2021, at 6:27 PM, rbl...@swri.org wrote: > >  > More like sending radar pulses, than OOK. And working through the host > software interface will be too slow for this. > > It may indeed require a custom block. > > > > thanks rb >