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
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
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
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\]
sdsds
___
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com
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