[USRP-users] Re: Wrong Measurement Results

2023-02-28 Thread henry . powell . xx
Hello, I am sharing how i did it. I set lo_offset=20e3 then i am changing center_frequency. Also thank you Marcus, have a nice day. ``` self.uhd_usrp_source_0.set_center_freq(uhd.tune_request(center_freq, rf_freq=center_freq-lo_offset, rf_

[USRP-users] Re: No module named 'uhd'

2023-02-28 Thread AERMAN TUERXUN.
Hi Marcus, Thank you for your help. I set it in the .bashrc file before. I exported it and now it's working. Best regards On Wed, Mar 1, 2023 at 1:06 PM Marcus D. Leech wrote: > On 28/02/2023 23:01, AERMAN TUERXUN. wrote: > > I also checked the uhd installation logs. > Why it couldn't find th

[USRP-users] Re: No module named 'uhd'

2023-02-28 Thread Marcus D. Leech
On 28/02/2023 23:01, AERMAN TUERXUN. wrote: I also checked the uhd installation logs. Why it couldn't find the uhd module? -- Up-to-date: /usr/local/lib/python3.8/site-packages/uhd -- Up-to-date: /usr/local/lib/python3.8/site-packages/uhd/imgbuilder -- Installing: /usr/local/lib/python3.8/site-

[USRP-users] Re: No module named 'uhd'

2023-02-28 Thread AERMAN TUERXUN.
I also checked the uhd installation logs. Why it couldn't find the uhd module? -- Up-to-date: /usr/local/lib/python3.8/site-packages/uhd -- Up-to-date: /usr/local/lib/python3.8/site-packages/uhd/imgbuilder -- Installing: /usr/local/lib/python3.8/site-packages/uhd/imgbuilder/yaml_utils.py -- Instal

[USRP-users] No module named 'uhd'

2023-02-28 Thread AERMAN TUERXUN.
Hi USRP users, I am currently developing an OOT RFNoC module. When I tried to build a custom image, it gave me errors as below. I checked the python path, and it seems fine. Is there anyone that has any idea of the reason for this? I am using n310 with uhd v4.2.0.0. (I checked with uhd4.0, and did

[USRP-users] Re: Underflows every 33s at 200 Msps

2023-02-28 Thread Marcus D. Leech
On 28/02/2023 18:56, Eugene Grayver wrote: Hello, I have a simple application (C++) that essentially copies input to output.  Using X310, direct connect 10 GbE, DPDK. Each thread is tied to an isolated core, none of the cores (other than DPDK) uses more than 75%. UHD: GNU C++ version 9.4.0;

[USRP-users] Underflows every 33s at 200 Msps

2023-02-28 Thread Eugene Grayver
Hello, I have a simple application (C++) that essentially copies input to output. Using X310, direct connect 10 GbE, DPDK. Each thread is tied to an isolated core, none of the cores (other than DPDK) uses more than 75%. UHD: GNU C++ version 9.4.0; Boost_107100; DPDK_19.11; UHD_4.4.0.0-0-g5fac

[USRP-users] Re: How I can chagne RFNOC blocks to another daughter board or RF B?

2023-02-28 Thread Marcus D. Leech
On 28/02/2023 13:22, sp wrote: I simulated an RX RFNOC block as a receiver, it works correctly but I want to RX RFNOC blocks to be executed on RF B or another daughter board. how can change it to another daughter board... Thanks very much. ___ USRP-us

[USRP-users] How I can chagne RFNOC blocks to another daughter board or RF B?

2023-02-28 Thread sp
I simulated an RX RFNOC block as a receiver, it works correctly but I want to RX RFNOC blocks to be executed on RF B or another daughter board. how can change it to another daughter board... Thanks very much. ___ USRP-users mailing list -- usrp-users@list

[USRP-users] Re: Wrong Measurement Results

2023-02-28 Thread Marcus D. Leech
On 28/02/2023 01:20, henry.powell...@gmail.com wrote: Hello, again. I tried with step attenuators and the result is there was difference around 2dB between 0 degree and 180 degree rotation of horn without attenuator. When I connected the attenuators to rx and tx paths, the difference raised

[USRP-users] Re: RFNOC packet size - Keep one in N

2023-02-28 Thread Minutolo, Lorenzo
I see, I'll try and play with the network parameters to see if anything changes. The large packet strategy doesn't seem to be the best approach for what I am doing anyway, since I cannot reach 2048 samples. I'll also try to modify the K1N block to me more like a Keep-M-in-N block. Where the M p

[USRP-users] Re: RFNOC4, FFT Block, Python

2023-02-28 Thread Minutolo, Lorenzo
Hi, Sorry for reviving this thread, I still have found no solution to this problem. I moved my application from python to c++ for performance reasons and the issue is somehow different. I found this old thread about the fft length on rfnoc: https://www.mail-archive.com/usrp-users@lists.ettus.com

[USRP-users] Re: Wrong Measurement Results

2023-02-28 Thread Rob Kossler
Hi Henry, I am unsure if you tried with an "LO offset" or if you just changed your center frequency. Changing the center frequency will not avoid the problems which can occur at the LO frequency. There are two ways you can create a CW signal that is offset from the LO frequency. You can either c

[USRP-users] Re: RFNOC packet size - Keep one in N

2023-02-28 Thread Rob Kossler
Hi Lorenzo, Regarding the SPP=364, this sounds like it is being set according to your Ethernet transport MTU. Sometimes the NIC defaults to MTU=1500 rather than 9000. If I am right it means that even if you created a graph without K1N, you would still get SPP=364. If the Ethernet MTU is set to 900