I placed one “Stream to Vector" block between analog:siggen and RFNOC:FIFO. It
work! The red TX led lights up. It seems that the issue exists in the
data/stream format.
Further, I use the RFNOC: SigGen as the source, and notice the siggen enabling
sequence according to the post:
http://lists.e
On 10/26/2020 02:26 PM, Hodges, Jeff via USRP-users wrote:
That's how I read the email as well, but not the behavior I'm seeing.
The DEBUG strings (from the USRP_Sink_Block) are informing me that the
time command is being processed, but the tune time is really way off:
[INFO] [B200] Asking
That's how I read the email as well, but not the behavior I'm seeing. The DEBUG
strings (from the USRP_Sink_Block) are informing me that the time command is
being processed, but the tune time is really way off:
[INFO] [B200] Asking for clock rate 32.00 MHz...
[INFO] [B200] Actually got cloc
On 10/26/2020 01:39 PM, Hodges, Jeff via USRP-users wrote:
I'm thinking that timed tune commands will not work on tagged streams
in burst mode. Is that correct? I've been looking at the USRP sink
block code and it supports the timed commands on the stream, but from
reading a recent thread, it
I'm thinking that timed tune commands will not work on tagged streams in burst
mode. Is that correct? I've been looking at the USRP sink block code and it
supports the timed commands on the stream, but from reading a recent thread, it
seems like this will not work because of how the DUC derives
Your virtualizer needs to support Jumbo frames for any reasonable packet
rate. You saying the MTU being at most 1500 means that either your
network hardware can't do Jumbo frames (unlikely, in 2020), or that
you're not passing through your network properly into the VM.
You'll want to investigate t
On 10/26/2020 09:16 AM, Jon Beniston wrote:
Hi Marcus,
I think this may be a problem in UHD's
d9361_device_t::_tx_quadrature_cal_routine()
This calculates a variable max_cal_freq, that's the maximum frequency used
by the calibration. It then checks this against bbbw (the baseband
bandwidth), bu