[USRP-users] When I want to customize RFNOC blocks, like adding FFT block in Gnuradio generate OOOOOOOOOOO?

2022-05-27 Thread sp h
When I want to customize RFNOC blocks, like adding an FFT block in Gnuradio generate OOO? When I change the RFNOC image core in USRP from the below link, the FFT block does not work in Gnuradio, For the Gain block same problem... https://kb.ettus.com/Getting_Started_with_RFNoC_in_UHD_4.0

[USRP-users] Re: unmet dependencies libuhd4.2.0

2022-05-27 Thread Michael Dickens
I also had this issue on Ubuntu 20.04, which was up to date as of a week or 2 ago before I noticed this issue (it might have been around for quite some time; I hadn't updated this specific computer in ~6 months). Here's what I did to resolve it, allowing "apt" to work again for me. I'm pretty sure

[USRP-users] Re: Underflows with 200Msps TX and UBX

2022-05-27 Thread Marcus D. Leech
On 2022-05-27 07:47, Anabel Almodovar wrote: Hello, I am trying to transmit a 200Msps signal with an X310 and a UBX-160 using the example code 'tx_samples_from_file.cpp'. The file contains complex samples of type double. But I get Underflows constantly. The host is an HP Z4 running Ubuntu 2020

[USRP-users] Underflows with 200Msps TX and UBX

2022-05-27 Thread Anabel Almodovar
Hello, I am trying to transmit a 200Msps signal with an X310 and a UBX-160 using the example code 'tx_samples_from_file.cpp'. The file contains complex samples of type double. But I get Underflows constantly. The host is an HP Z4 running Ubuntu 2020 and UHD 4.0. What could be the problem? What cha