[USRP-users] Re: Instantaneous bandwidth on Ettus N321

2023-03-01 Thread Rob Kossler
Joe, Complex sampling does not require the sample rate to be 2x the highest frequency as is the case for real sampling. It only needs to be 1x. So, the 250MS/s sampling rate produces 250MHz of spectrum. But, there are anti-aliasing filters that reduce this to a usable bandwidth of 200Mhz. Rob On

[USRP-users] Instantaneous bandwidth on Ettus N321

2023-03-01 Thread jmaloyan
Hello, I am currently looking to see what the highest possible sampling rate is for the ettus N321/N320. I see that the highest master clock rate is 250e6 Mhz, However, on the product website(https://www.ettus.com/all-products/usrp-n321/), it says that it can collect up to an instantaneous

[USRP-users] Re: Wrong Measurement Results

2023-03-01 Thread Marcus D. Leech
On 01/03/2023 09:30, henry.powell...@gmail.com wrote: I don’t understand how this happen. Everythings are same, I just change USRP. First, I tried with USRP B200 and the difference between 0 and 180 degree is 3dB. Then I plug Pico VNA, the difference is zero. Then I plug Nano VNA (It’s

[USRP-users] Re: Wrong Measurement Results

2023-03-01 Thread henry . powell . xx
I don’t understand how this happen. Everythings are same, I just change USRP. First, I tried with USRP B200 and the difference between 0 and 180 degree is 3dB. Then I plug Pico VNA, the difference is zero. Then I plug Nano VNA (It’s 50 dollar VNA cheap.) the difference is zero. I plug my

[USRP-users] Re: What do I need to do to make uhd_usrp_probe see my custom RFNOC module?

2023-03-01 Thread Brian Padalino
On Wed, Mar 1, 2023 at 8:59 AM Gwenhael Goavec-Merou wrote: > On Wed, 1 Mar 2023 07:20:22 -0500 > Brian Padalino wrote: > > > On Wed, Mar 1, 2023 at 5:40 AM Vermeulen, Bas (Consultant) via > USRP-users < > > usrp-users@lists.ettus.com> wrote: > > > > > Just to answer my own question: > > > > >

[USRP-users] Re: What do I need to do to make uhd_usrp_probe see my custom RFNOC module?

2023-03-01 Thread Gwenhael Goavec-Merou
On Wed, 1 Mar 2023 07:20:22 -0500 Brian Padalino wrote: > On Wed, Mar 1, 2023 at 5:40 AM Vermeulen, Bas (Consultant) via USRP-users < > usrp-users@lists.ettus.com> wrote: > > > Just to answer my own question: > > > > Run uhd_usrp_probe with LD_PRELOAD=/usr/lib/librfnoc-module.so > >

[USRP-users] Re: What do I need to do to make uhd_usrp_probe see my custom RFNOC module?

2023-03-01 Thread Brian Padalino
On Wed, Mar 1, 2023 at 5:40 AM Vermeulen, Bas (Consultant) via USRP-users < usrp-users@lists.ettus.com> wrote: > Just to answer my own question: > > Run uhd_usrp_probe with LD_PRELOAD=/usr/lib/librfnoc-module.so > uhd_usrp_probe and it will be able to find the RFNOC modules. > The same for any

[USRP-users] Re: What do I need to do to make uhd_usrp_probe see my custom RFNOC module?

2023-03-01 Thread Vermeulen, Bas (Consultant) via USRP-users
Just to answer my own question: Run uhd_usrp_probe with LD_PRELOAD=/usr/lib/librfnoc-module.so uhd_usrp_probe and it will be able to find the RFNOC modules. The same for any test programs you use, those need the LD_PRELOAD as well. Regards, Bas Vermeulen From:

[USRP-users] What do I need to do to make uhd_usrp_probe see my custom RFNOC module?

2023-03-01 Thread Vermeulen, Bas (Consultant) via USRP-users
Hi, I've created a custom RFNOC module with two blocks, and have it installed. The module.yml files are in /usr/share/uhd/rfnoc/blocks, I have a library for it installed in /usr/lib (and VHDL files as well somewhere). When I run uhd_usrp_probe I see the following: [INFO] [UHD] linux; GNU C++