Thank you for your explanation. So is there any kind of solution for my
problem with GNU Radio?
Thanks in advance.
Regards,
Anabel
El mié, 27 oct 2021 a las 17:48, Marcus D. Leech ()
escribió:
> On 2021-10-27 11:37, Anabel Almodovar wrote:
>
> Hello,
>
> When I run a benchmark_rate example it in
Dear all,
I have a questuon regarding the TX chain. I wanna measure some data transmitted
from TX antenna to Rx antenna and without any stop measure the noise. So for
example I configure the program to send 1000samples and receive 1500samples (so
500 noise samples). My question is, when the tra
On 2021-11-03 03:04, Anabel Almodovar wrote:
Thank you for your explanation. So is there any kind of solution for
my problem with GNU Radio?
Thanks in advance.
Regards,
Anabel
I have suggested this in the past--look into using DPDK if you're
running at high sample rates over 10GiGe:
https://
Hello all,
I have 2 x310's, one is a transmitter and the other is a receiver. I have some
code I adapted from a usrp example awhile back and in testing the bounds of my
system, I am getting a ERROR_CODE_LATE_COMMAND warning after a few seconds when
trying to receive every few ms and think I may
On 2021-11-03 13:14, Wolsieffer, Carl L. ERDC-RDE-CRL-NH CIV via
USRP-users wrote:
Hello all,
I have 2 x310's, one is a transmitter and the other is a receiver. I have some
code I adapted from a usrp example awhile back and in testing the bounds of my
system, I am getting a ERROR_CODE_LATE_COM
Hi all,
Started rewriting my code to work with UHD 4.1 recently. I notice that the
command set_rx_frequency() in uhd::rdnoc::radio_control takes about 104 ms to
complete, no matter what frequency is set.
Is this blocking time something like worst case scenario time it can take to
retune the LO
On 2021-11-03 16:00, Skorstad, Jørn wrote:
Hi all,
Started rewriting my code to work with UHD 4.1 recently. I notice that
the command set_rx_frequency() in uhd::rdnoc::radio_control takes
about 104 ms to complete, no matter what frequency is set.
Is this blocking time something like worst ca
Good point. I am using an E310, program runs on the unit itself (No network
mode).
From: Marcus D. Leech
Sent: Wednesday, November 3, 2021 9:10:01 PM
To: usrp-users@lists.ettus.com
Subject: [USRP-users] Re: LO frequency change
On 2021-11-03 16:00, Skorstad, J