Re: [USRP-users] cannot load fpga to b205mini from wandboard

2019-09-16 Thread Wael Ali via USRP-users
thanks a lot, I've used external usb hub supplied with external power and it works. thanks again, this was very helpful. On Sun, Sep 15, 2019 at 11:47 PM Philip Balister via USRP-users < usrp-users@lists.ettus.com> wrote: > On 9/15/19 11:38 AM, Marcus D Leech via USRP-users wrote: > > My guess is

Re: [USRP-users] E310 filter settings and LO lock question

2019-09-16 Thread Skorstad , Jørn via USRP-users
Many thanks for your answers. Do you know if the E310 will halt the data stream while changing filter/frequency, or do I need to take this into account in the software while changing frequencies? Jorn, regarding your other question, filter selection on the E310 is handled by UHD, internally.

Re: [USRP-users] E310 filter settings and LO lock question

2019-09-16 Thread Julian Arnold via USRP-users
Jorn, while tuning, samples will continue to flow from the device to your host (if your recv loop is running in a separate thread). However, while UHD is processing your call to 'set_rx_freq' there will be some transient behavior visible in the received samples. Thus, you should probably discar

Re: [USRP-users] E310 filter settings and LO lock question

2019-09-16 Thread Marcus D Leech via USRP-users
The sample stream is continuous. Sent from my iPhone > On Sep 16, 2019, at 9:38 AM, Skorstad,Jørn via USRP-users > wrote: > > Many thanks for your answers. Do you know if the E310 will halt the data > stream while changing filter/frequency, or do I need to take this into > account in the so

[USRP-users] How to add gcc compile argument in Makefile for UHD CPP for E312?

2019-09-16 Thread Xingjian Chen via USRP-users
Hi there, Good evening. I have a special need to embed python code in CPP for my E312 because I want to do some data processing and generate a waveform. In order to do so, must be included as header, however it requires changing the gcc compiler argument. Could someone point me in which file I