Re: [USRP-users] B210 bypass Tx FIR filter

2019-04-10 Thread Ian Buckley via USRP-users
Yeah, the driver tries to keep the DAC clock close to it’s max legal frequency with the highest possible interpolation ratio from master_clock_rate. That code doesn’t have any API access but I can show Sean how to hack it into UHD if necessary. > On Apr 10, 2019, at 10:57 PM, Julian Arnold via U

Re: [USRP-users] B210 bypass Tx FIR filter

2019-04-10 Thread Julian Arnold via USRP-users
Sean, if I remember correctly, the filter configuration (whether or not a filter is bypassed) is determined by the ratio of DAC rate to master-clock rate (the interpolation that needs to happen inside the ad9361) thus, you can only somewhat, indirectly, control it by changing the master-clock r

Re: [USRP-users] Max Sample Rate Exceeds Capacity

2019-04-10 Thread Mark Gannet via USRP-users
Thanks I will look into this. Right now, I have a modified FPGA HG image for the x310 along with modified UHD and GNURadio source to handle some additional inputs to the USRP. I'd like to try the new UHD, but I will have to incorporate those changes into the source. I believe this will necessita

Re: [USRP-users] Max Sample Rate Exceeds Capacity

2019-04-10 Thread Nate Temple via USRP-users
Hi Mark, We just merged DPDK support for the X3xx. You can try it out if you build the current head of master. DPDK may help with 8 channels running at 100 MS/s each. https://github.com/EttusResearch/uhd/commits/master https://files.ettus.com/manual/page_dpdk.html Regards, Nate Temple On Wed,

Re: [USRP-users] Max Sample Rate Exceeds Capacity

2019-04-10 Thread Mark Gannet via USRP-users
Okay thank you Marcus. Mark On Wed, Apr 10, 2019 at 3:09 PM Marcus D. Leech wrote: > On 04/10/2019 05:31 PM, Mark Gannet wrote: > > I've addressed the USRP as the following: > USRP[0-3]: 192.168.4x.2, where x=0,1,2,3 > > UHD 3.9.2 > > You should probably upgrade to a newer UHD version. There w

Re: [USRP-users] Max Sample Rate Exceeds Capacity

2019-04-10 Thread Marcus D. Leech via USRP-users
On 04/10/2019 05:31 PM, Mark Gannet wrote: I've addressed the USRP as the following: USRP[0-3]: 192.168.4x.2, where x=0,1,2,3 UHD 3.9.2 You should probably upgrade to a newer UHD version. There were bugs in that area, as I recall, that have since been fixed. On Wed, Apr 10, 2019 at 1:47 PM

Re: [USRP-users] Max Sample Rate Exceeds Capacity

2019-04-10 Thread Mark Gannet via USRP-users
I've addressed the USRP as the following: USRP[0-3]: 192.168.4x.2, where x=0,1,2,3 UHD 3.9.2 On Wed, Apr 10, 2019 at 1:47 PM Marcus D. Leech via USRP-users < usrp-users@lists.ettus.com> wrote: > On 04/10/2019 04:41 PM, Mark Gannet via USRP-users wrote: > > I have 4 USRP x310s running at 12.5 MSa

Re: [USRP-users] Max Sample Rate Exceeds Capacity

2019-04-10 Thread Marcus D. Leech via USRP-users
On 04/10/2019 04:41 PM, Mark Gannet via USRP-users wrote: I have 4 USRP x310s running at 12.5 MSa/sec on a quad 10GbE network adapter (each USRP has it's own 10 GbE connection). I'm using the 16 bit short format. I can operate one USRP at a time 100 MSa/sec with no overflows or drops (200 MS

[USRP-users] Max Sample Rate Exceeds Capacity

2019-04-10 Thread Mark Gannet via USRP-users
I have 4 USRP x310s running at 12.5 MSa/sec on a quad 10GbE network adapter (each USRP has it's own 10 GbE connection). I'm using the 16 bit short format. I can operate one USRP at a time 100 MSa/sec with no overflows or drops (200 MSa/sec total for one USRP). If I want to run all 4 USRP, I can

[USRP-users] B210 bypass Tx FIR filter

2019-04-10 Thread S Hamilton via USRP-users
We'd like to bypass the Tx FIR filter and I'm wondering how to go about this using the C++ api. For the filter_base_info class there is the is_bypassed() function to read the state, but no function to set it. Should we be creating a new filter pointer with bypass set, and then using it to overwrite

Re: [USRP-users] OOT RFNoC not building on latest

2019-04-10 Thread Jason Matusiak via USRP-users
OK, I have a work-around to this for now. I needed to comment out the two lines: ${CPPUNIT_INCLUDE_DIRS} and ${CPPUNIT_LIBRARY_DIRS} on lines 190 and 197 of gr-ettus/CMakeLists.txt. I guess maybe a check needs to be done so that when it is determined that CPPUINIT is getting ignored (like it

[USRP-users] OOT RFNoC not building on latest

2019-04-10 Thread Jason Matusiak via USRP-users
Trying to build a FPGA image with an OOT module is not going well. I first built with standard blocks and that worked, so I know my setup is OK. I then tried to build with my OOT module (and this used to work on an old prefix), but now is erroring out because it can't find my OOT block. The c

Re: [USRP-users] rfnoc build for an e320

2019-04-10 Thread Jason Matusiak via USRP-users
I am looping back to this. I thought I had things working, but I realized late yesterday that my working prefix seemed to be based on a different cross-compile environment (by working, I mean building. I still don't have my e320 yet). After I had it "working," I followed my steps again to ma

Re: [USRP-users] Subdev spec when BasicRX installed in SlotA and BasicTx in slotB - other slots empty X310

2019-04-10 Thread Michael R. Freedman via USRP-users
I believe I answered my own question.  For anyone wondering - RX subdev spec = A:AB B:0 Tx subdev spec = A:0 B:AB Mike On 04/10/2019 11:13 AM, Michael R. Freedman via USRP-users wrote: Hello, Can anyone tell me what the subdev spec should be when there is only one BasicRX on one side an

[USRP-users] Subdev spec when BasicRX installed in SlotA and BasicTx in slotB - other slots empty X310

2019-04-10 Thread Michael R. Freedman via USRP-users
Hello, Can anyone tell me what the subdev spec should be when there is only one BasicRX on one side and a Basic TX is on the other side.  I am only using the GPIO pins so don't care at all about the analog section. Thanks,   Mike ___ USRP-user

Re: [USRP-users] changing frequency on the fly

2019-04-10 Thread Marcus D. Leech via USRP-users
On 04/10/2019 01:49 AM, Koyel Das (Vehere) via USRP-users wrote: Hi, I am streaming data from USRP 2955R from 4 channels. Basic code is rx_multisamples.cpp . 1.I want to scan frequencies that is change centre frequency on the fly. So do I have to discard some packets after changing freque

Re: [USRP-users] PPS to custom RFNoC block

2019-04-10 Thread Cherif Diouf via USRP-users
Hi Leandro Thank you for the answer, I will try to go that way and see what will be going on. Cherif -Original Message- From: Leandro Echevarría Sent: dinsdag 9 april 2019 16:29 To: Cherif Diouf Cc: usrp-users@lists.ettus.com Subject: Re: [USRP-users] PPS to custom RFNoC block Hey C

Re: [USRP-users] TwinRX: +/-90 degree phase jumps between channels of different daughter-boards

2019-04-10 Thread Piotr Krysik via USRP-users
Hi Kevin, I got inverted spectrum (that means sign of I or Q is changed) when I only set the frequency with use of timed commands. I described the ranges in the original post. We did measurements in 100-500MHz band. You can see phase difference between two TwinRXes here: https://imgur.com/4C09MSf