Re: [USRP-users] Overflows at flowgraph start using gr-uhd

2020-11-19 Thread Josh via USRP-users
the way >> after the PPS transition. Try explicitly setting the master clock. >> >> "num_recv_frames=128,master_clock_rate=" + str(samp_rate*4) >> >> Ron >> On 11/19/20 03:33, Josh via USRP-users wrote: >> >> Marcus, >> >> This is naked hardware -

Re: [USRP-users] Overflows at flowgraph start using gr-uhd

2020-11-19 Thread Josh via USRP-users
eems to be getting in the way > after the PPS transition. Try explicitly setting the master clock. > > "num_recv_frames=128,master_clock_rate=" + str(samp_rate*4) > > Ron > On 11/19/20 03:33, Josh via USRP-users wrote: > > Marcus, > > This is naked hardware -

Re: [USRP-users] Overflows at flowgraph start using gr-uhd

2020-11-19 Thread Josh via USRP-users
e, just at startup. Flowgraph is attached. Josh On Wed, Nov 18, 2020 at 4:46 PM Marcus D. Leech via USRP-users < usrp-users@lists.ettus.com> wrote: > On 11/18/2020 07:27 AM, Josh via USRP-users wrote: > > I'm seeing a difference in behavior between gr-uhd and plain uhd

[USRP-users] Overflows at flowgraph start using gr-uhd

2020-11-18 Thread Josh via USRP-users
I'm seeing a difference in behavior between gr-uhd and plain uhd c++ api: Setup: B210, 2 channels, 5MSPS, master_clock_rate 20MSPS, PPS sync Receive only flowgraph With gr-uhd, there is always a "OOD" when the flowgraph first starts But, if I replicate the setup in a simple compiled program usin

Re: [USRP-users] Building UHD with DPDK support

2019-09-24 Thread Josh via USRP-users
Got further in getting UHD DPDK set up - to get past the UHD compilation required setting up the DPDK configuration file and installing to /usr/local/ CONFIG_RTE_BUILD_SHARED_LIB=y sudo make install DESTDIR=/usr/local T=x86_64-native-linuxapp-gcc -j60 However, UHD is not able to gain access to the

[USRP-users] Building UHD with DPDK support

2019-09-23 Thread Josh via USRP-users
Hello, I'm in the process of building UHD with DPDK support, and run into the following build error: ../lib/libuhd.so.3.15.0: undefined reference to `numa_available' ../lib/libuhd.so.3.15.0: undefined reference to `get_mempolicy' ../lib/libuhd.so.3.15.0: undefined reference to `numa_set_localallo

Re: [USRP-users] UHD sink transmit at 100 MSPS

2019-09-11 Thread Josh via USRP-users
% of a core for the UHD block and no underruns. Josh On Wed, Sep 11, 2019 at 12:36 PM Marcus Müller wrote: > Hi Josh, > > maybe https://kb.ettus.com/USRP_Host_Performance_Tuning_Tips_and_Tricks > is of relevance to you? > > Best regards, > Marcus > > On Wed, 2019

[USRP-users] UHD sink transmit at 100 MSPS

2019-09-11 Thread Josh via USRP-users
Hello, I'm looking to transmit a wideband signal from an X310 at 100 MSPS, so I'll start by posing the very general question of what tips and optimizations do I need to make to be able to do this reliably. Here is what I already have set up (this is using a powerful server - 60 cores at 3.4GHz) G