[USRP-users] RFNoC Replay Bloch timmed commands

2020-05-28 Thread Emil Bjelski via USRP-users
Hello All, I would like to use RFNoC Replay Block with timed commands, in order to transmit waveform at allocated time slots. I see relatively new post and Ettus wiki ( https://kb.ettus.com/Synchronizing_USRP_Events_Using_Timed_Commands_in_UHD) which mentions that Replay Block can be used with ti

[USRP-users] Error while installing RFNOC on ubuntu 18.04.5

2020-10-02 Thread Emil Bjelski via USRP-users
Hi All, I am installing RFNOC using pyboms by following instructions given on https://kb.ettus.com/Getting_Started_with_RFNoC_Development However, during installation, there is an error (given below). Does anyone know what could be the issue? Thank you in advance on answers. [ 86%] Building CXX

Re: [USRP-users] Error while installing RFNOC on ubuntu 18.04.5

2020-10-02 Thread Emil Bjelski via USRP-users
hat AppNote > is a bit dated, and needs a serious update! If what you want is the latest > releases of UHD and GR, for many OSs those are available for download and > install as precompiled binaries. - MLD > > On Fri, Oct 2, 2020 at 8:59 AM Emil Bjelski via USRP-users < > usrp-user

[USRP-users] Installation from source (Gnuradio 3.8.2.0 on Ubuntu 18.04.05) - test failure qa_cpp_py_binding (Failed) ...

2020-10-04 Thread Emil Bjelski via USRP-users
Hi All, I getting errors when calling make test, while installing Gnuradio 3.8.2.0 on Ubuntu 18.04.05. I have also installed thrift version 0.10.0. These are errors `99% tests passed, 3 tests failed out of 368 Total Test time (real) = 166.29 sec The following tests FAILED: 171 - qa_cpp_py_binding

Re: [USRP-users] Installation from source (Gnuradio 3.8.2.0 on Ubuntu 18.04.05) - test failure qa_cpp_py_binding (Failed) ...

2020-10-05 Thread Emil Bjelski via USRP-users
, CTRLPORT's Thrift interface works with Thrift versions 0.10.0 > and 0.11.0 ... might work with 0.12.0 ... and has issues with 0.13.0 (the > current Thrift release). I might be wrong here too. Hence: What version of > Thrift are you using? Can you revert to, say, 0.11.0? That might help here

[USRP-users] RFNOC REPLAY streaming to two UBX

2020-10-06 Thread Emil Bjelski via USRP-users
Hi All, I am investigating the option to stream samples from RFNOC_REPLAY block to two UBX-160 MHz cards with full speed (i.e. 200 Msps for each board). I would also like to support timing control for both of these two transmissions. I am planning to use new RFNOC architecture and UHD 4.0. Howeve

Re: [USRP-users] RFNOC REPLAY streaming to two UBX

2020-10-08 Thread Emil Bjelski via USRP-users
channels with memory depth of 125M samps for each channel. > > I verified that I could play 4 channels at 125 MS/s from the UHD 4.0 > Replay block on the N310. I believe that I also verified 2 channels at 200 > MS/s on the X310, but I don't remember for certain. > > Rob >

[USRP-users] Burst detection, DRAM buffering and streaming to PC

2019-04-03 Thread Emil Bjelski via USRP-users
Hello everyone, I am implementing the system on USRP X310 where the maximum sampling rate needs to be used on both Rx channels, so in total ( 2 (IQ) x 2 (RF cards) x 200 MSPs). After doing tests of throughput between USRP and PC, I experience that there will be bottleneck related to writing sampl

[USRP-users] Compiling UHD examples errors

2019-08-13 Thread Emil Bjelski via USRP-users
Hello everyone, I trying to compile UHD examples following tutorial provided here: https://kb.ettus.com/Getting_Started_with_UHD_and_C%2B%2B However, I am facing issue when runining: cmake ../ I get this error: CMake Error at CMakeLists.txt:52 (UHD_INSTALL): Unknown CMake command "UHD_INSTALL"

Re: [USRP-users] Compiling UHD examples errors

2019-08-13 Thread Emil Bjelski via USRP-users
ens wrote: > Hi Emil - Can you tell us what OS you're using for the UHD host computer? > If you're trying to compile UHD from source, which version of UHD (release > / GIT / version). Those are useful starting points. Cheers! - MLD > > On Tue, Aug 13, 2019, at 10:47 AM

Re: [USRP-users] Compiling UHD examples errors

2019-08-14 Thread Emil Bjelski via USRP-users
Hi, I want to compile and install one of the existing example scripts that are located in */rfnoc/src/uhd/host/examples/*. As a first step, I decided to use existing CMakeLists.txt for init_usrp. However, after calling in */rfnoc/src/uhd/host/examples/init_usrp* *cmake ../* I get error:

Re: [USRP-users] RFNoC SVD Block

2019-09-12 Thread Emil Bjelski via USRP-users
Hi Adnan, Take a look to this document https://www.xilinx.com/support/documentation/sw_manuals/xilinx2018_3/ug902-vivado-high-level-synthesis.pdf . I feel that HLS is the way to go. However, if I remember correctly the maximum size of the matrix that is supported by HLS linpack implementation of t