[USRP-users] RFNoC loopback

2018-08-23 Thread Weihan Chen via USRP-users
Hi all, I was trying this loopback trick ( https://corvid.io/2017/04/22/stupid-rfnoc-tricks-loopback/). In step 2, I did radio_ctrl->set_rx_streamer(true, 0) in UHD. (0/Radio_0 is my RX radio, which radio_ctrl points to.) In step 3, a steam_cmd is issued to the RX radio. But, what streamer_args do

[USRP-users] RFNOC Radio Loopback

2018-07-09 Thread Weihan Chen via USRP-users
Hi, I'm new to RFNOC development. I have an X310 with an SBX on slot A, and I want to do a loopback from antenna port RX2 to TX/RX using RFNOC blocks. I tried connecting 0/Radio_0 ==> 0/DDC_0 ==> 0/DUC_0 ==> 0/Radio_0 by the following commands: rx_graph->connect(radio_ctrl->get_block_id(), ddc_ct

Re: [USRP-users] Time tagging in the FPGA

2018-04-28 Thread Weihan Chen via USRP-users
des for doing this? Best regards, Alex >On 04/27/2018 06:52 PM, Weihan Chen via USRP-users wrote: >> Hi, >> >> I was wondering what exactly does the value of the time_spec in >> rx_metadata mean? I thought it is the timestamp of the first sample in >> that packet whe

[USRP-users] Time tagging in the FPGA

2018-04-27 Thread Weihan Chen via USRP-users
Hi, I was wondering what exactly does the value of the time_spec in rx_metadata mean? I thought it is the timestamp of the first sample in that packet when it is received in the hardware. But, when I tried uhd/host/examples/latency_test and printed out the timestamps in metadata, I observed that t

[USRP-users] USRP transmission not working

2018-01-26 Thread Weihan Chen via USRP-users
Hi, I'm doing OFDM TX/RX on a pair of USRPs N210 with SBX. Here is my device list: USRP A, Antenna port: TX/RX USRP B, Antenna port: TX/RX USRP C, Antenna port: TX/RX For A->C, A->B and C->B, it works fine. But, B->C, I can not decode the OFDM symbols. The antennas are placed roughly 50cm apart.

[USRP-users] GNURadio OFDM blocks not working with USRP

2017-12-28 Thread Weihan Chen via USRP-users
Hello, I'm trying to transmit one OFDM frame from one USRP to the other one using GNURadio. The flow graph is as follows: TX side: vector source -> stream to tagged stream -> OFDM Transmitter -> UHD sink RX side: UHD source -> OFDM Receiver -> null sink OFDM parameters: fft_len=64, cp_len=16 USR