[USRP-users] Re: B210/B205 TX Distortion

2023-09-30 Thread Marcus D. Leech
On 30/09/2023 10:33, Devin Kelly wrote: Marcus, I think I forgot to attach the second screen cap (see below). Is it possible to just leave the TX chain on?  I'm sending many pulses rapidly so it doesn't make sense to turn it on and off so much. Devin image.png On Fri, Sep 29, 2023 at 6:43 

[USRP-users] Re: B210/B205 TX Distortion

2023-09-30 Thread Devin Kelly
Marcus, I think I forgot to attach the second screen cap (see below). Is it possible to just leave the TX chain on? I'm sending many pulses rapidly so it doesn't make sense to turn it on and off so much. Devin [image: image.png] On Fri, Sep 29, 2023 at 6:43 PM Marcus D. Leech wrote: > On 29

[USRP-users] Re: Ettus, USRP N310, MPM major compat number mismatch error

2023-09-30 Thread Marcus D. Leech
On 30/09/2023 08:57, usama.khur...@hotmail.com wrote: Hi, I am using USRP N310, I have installed UHD driver many times from the Source in Ubuntu, but still getting the same error, also I downgraded the UHD version to 4.0.0.0, but still same, Could someone please help me in this regards, Thank

[USRP-users] Ettus, USRP N310, MPM major compat number mismatch error

2023-09-30 Thread usama . khurram
Hi, I am using USRP N310, I have installed UHD driver many times from the Source in Ubuntu, but still getting the same error, also I downgraded the UHD version to 4.0.0.0, but still same, Could someone please help me in this regards, Thanks   usama@monnawea:\~$ uhd_usrp_probe \[INFO\] \[UHD\]

[USRP-users] dss

2023-09-30 Thread usama . khurram
sdsds ___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com

[USRP-users] Re: X310 Appears Laggy Using UHD 4.5

2023-09-30 Thread Marcus Müller
re 2-: Your `recv` call fills in a metadata object, which has a `timespec` member. You could use that. I've hacked together debugging receivers in the past where I just wrote the timespecs and the samples they belong to interleaved to a separate file, something like (this is just copied togeth