[USRP-users] uhd rfnoc-devel branch

2018-02-26 Thread Дмитрий Михайличенко via USRP-users
Hi, could anybody advise if rfnoc-devel branch is regularly synchronized to maint branch? In my case I use rfnoc-devel branch because I want to develop custom RFNoC blocks. From the other hand I need fixes for X310 device I use which are published in maint branch. Should I continue to use rfnoc-d

Re: [USRP-users] uhd rfnoc-devel branch

2018-02-26 Thread Nicolas Cuervo via USRP-users
Hi Dmitry, RFNoC is supported fully only on top of the rfnoc-devel branch, so that is the branch you'd want to use for any custom development. We will merge fixes from master into rfnoc-devel really soon, but if you are having issues that are already solved in maint of master, I believe cherry-pic

Re: [USRP-users] uhd rfnoc-devel branch

2018-02-26 Thread Дмитрий Михайличенко via USRP-users
Thanks Nicolas, now it is clear. 2018-02-26 12:17 GMT+03:00 Nicolas Cuervo : > Hi Dmitry, > > RFNoC is supported fully only on top of the rfnoc-devel branch, so that is > the branch you'd want to use for any custom development. We will merge > fixes from master into rfnoc-devel really soon, but

Re: [USRP-users] Is it possible to time synchronize multiple USRPs B210?

2018-02-26 Thread Piotr Krysik via USRP-users
W dniu 25.02.2018 o 20:08, Marcus D. Leech via USRP-users pisze: > OK, so (and apologies if this was in your previous data)  what is the > average magnitude of the time discrepancy? Usually it was about few hundreds us (random). I will try to perform more measurements. _

Re: [USRP-users] Is it possible to time synchronize multiple USRPs B210?

2018-02-26 Thread Piotr Krysik via USRP-users
W dniu 26.02.2018 o 11:29, Piotr Krysik via USRP-users pisze: > W dniu 25.02.2018 o 20:08, Marcus D. Leech via USRP-users pisze: >> OK, so (and apologies if this was in your previous data)  what is the >> average magnitude of the time discrepancy? > Usually it was about few hundreds us (random). I

Re: [USRP-users] Is it possible to time synchronize multiple USRPs B210?

2018-02-26 Thread Marcus D. Leech via USRP-users
On 02/26/2018 05:29 AM, Piotr Krysik via USRP-users wrote: W dniu 25.02.2018 o 20:08, Marcus D. Leech via USRP-users pisze: OK, so (and apologies if this was in your previous data) what is the average magnitude of the time discrepancy? Usually it was about few hundreds us (random). I will try

Re: [USRP-users] Error in Installing Hardware Driver of B200

2018-02-26 Thread Marcus D. Leech via USRP-users
On 02/26/2018 02:28 AM, Anuja Kokil via USRP-users wrote: Hello, I have B200 USRP Board and have one technical query regarding the same. I am installing UHD Driver on our Ubuntu 16.04 i386 system. But during UHD installation we are getting error continuously. Following is the procedure I

Re: [USRP-users] Is it possible to time synchronize multiple USRPs B210?

2018-02-26 Thread Piotr Krysik via USRP-users
W dniu 26.02.2018 o 12:43, Piotr Krysik via USRP-users pisze: > W dniu 26.02.2018 o 11:29, Piotr Krysik via USRP-users pisze: >> W dniu 25.02.2018 o 20:08, Marcus D. Leech via USRP-users pisze: >>> OK, so (and apologies if this was in your previous data)  what is the >>> average magnitude of the ti

[USRP-users] twinrx_freq_hopping example

2018-02-26 Thread Андрей 1 via USRP-users
Hello Im using X300+TwinRX in Windows.In source UHD 3.10.3 for linux I found example twinrx_freq_hopping.How much I understand in this example the receiver is tuned with the period 5ms.As written in the title of the example, I need to use set_rx_lo_freq.But it is not in the source code of the exam

Re: [USRP-users] twinrx_freq_hopping example

2018-02-26 Thread Derek Kozel via USRP-users
Hello, The tuning time is approximately 5 ms, which is why the example uses that number. The example should work the same on either Windows or Linux. What version of UHD are you using on Windows which does not include it? Are you seeing any streaming errors on Windows? Regards, Derek On Mon, Fe

[USRP-users] (no subject)

2018-02-26 Thread Андрей 1 via USRP-users
Im using UHD 3.10.3 and have no error in twinrx_recv ___ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

[USRP-users] twinrx_freq_hopping example

2018-02-26 Thread Андрей 1 via USRP-users
I have no any error in twinrx_recv.If the tuning frequency is already sufficiently small, then why these special calls(set_rx_lo_freq) for twinRX? Thank you ___ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/us

Re: [USRP-users] twinrx_freq_hopping example

2018-02-26 Thread Derek Kozel via USRP-users
Hello, Please can you keep your emails in a single thread so it is easier to read. The goal with the frequency hopping example is to instantly jump between frequencies. Normally those 3-5 ms of tuning would be dead time, no meaningful signal could be received. By using the RF synthesizers of both

[USRP-users] twinrx_freq_hopping example

2018-02-26 Thread Андрей 1 via USRP-users
Thank you for the clarification about set_rx_lo_freq. Can the problem with long setup time arise due to the fact that I use C API? Thank you ___ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-users_lists.e

Re: [USRP-users] twinrx_freq_hopping example

2018-02-26 Thread Derek Kozel via USRP-users
I'm not sure how you are responding, but it is still not threading correctly. Thanks for trying though. I would not expect the C API to make a performance difference like that since it is only a wrapper. Are you still using timed commands? If not then the additional overhead of sending commands fr

Re: [USRP-users] twinrx_freq_hopping example

2018-02-26 Thread Андрей 1 via USRP-users
What you mean about timed commands? Im only translate to C API twinrx_freq_hopping.cpp Thank you 26.02.2018, 18:10, Derek Kozel I'm not sure how you are responding, but it is still not threading correctly. Thanks for trying though. I would not expect the C API to make a performance differe

Re: [USRP-users] Is it possible to time synchronize multiple USRPs B210?

2018-02-26 Thread Marcus D. Leech via USRP-users
On 02/26/2018 09:16 AM, Piotr Krysik via USRP-users wrote: W dniu 26.02.2018 o 12:43, Piotr Krysik via USRP-users pisze: W dniu 26.02.2018 o 11:29, Piotr Krysik via USRP-users pisze: W dniu 25.02.2018 o 20:08, Marcus D. Leech via USRP-users pisze: OK, so (and apologies if this was in your prev

[USRP-users] USRP-users help needed

2018-02-26 Thread Stern, Joseph via USRP-users
Dear USRP users: We have been trying to understand the low-level details of the USRP architecture (namely, for the B200mini); there seems very little explicit insight provided on the Ettus web site into how decimation is performed in the FPGA (and commanded from the driver side). I also

Re: [USRP-users] USRP-users help needed

2018-02-26 Thread Leandro Echevarría via USRP-users
Dear Joe, All the FPGA Verilog code is available in the Github Repo: https://github.com/EttusResearch/fpga I believe the B200mini falls within the USRP3 category. And about the decimation itself, after a quick search through the repo folders I found a DSP block that seems to indicate decimation i

Re: [USRP-users] USRP-users help needed

2018-02-26 Thread Marcus D. Leech via USRP-users
On 02/26/2018 12:07 PM, Stern, Joseph via USRP-users wrote: Dear USRP users: We have been trying to understand the low-level details of the USRP architecture (namely, for the B200mini); there seems very little explicit insight provided on the Ettus web site into how decimation is perform

Re: [USRP-users] USRP-users help needed

2018-02-26 Thread Derek Kozel via USRP-users
Hello Joe, The source code for both the driver and FPGA HDL are hosted on GitHub. Here are links to them: https://github.com/EttusResearch/uhd https://github.com/EttusResearch/fpga The manual has a short section about sample rate options: http://files.ettus.com/manual/page_general.html#general_sa

Re: [USRP-users] Is it possible to time synchronize multiple USRPs B210?

2018-02-26 Thread Piotr Krysik via USRP-users
W dniu 26.02.2018 o 17:22, Marcus D. Leech via USRP-users pisze: > On 02/26/2018 09:16 AM, Piotr Krysik via USRP-users wrote: >> W dniu 26.02.2018 o 12:43, Piotr Krysik via USRP-users pisze: >>> W dniu 26.02.2018 o 11:29, Piotr Krysik via USRP-users pisze: W dniu 25.02.2018 o 20:08, Marcus D.

Re: [USRP-users] Is it possible to time synchronize multiple USRPs B210?

2018-02-26 Thread Marcus D. Leech via USRP-users
On 02/26/2018 01:36 PM, Piotr Krysik via USRP-users wrote: It's hard for me to understand why only one of the devices changes the master clock rate at that moment. This seems a bit arbitrary. It would be best that after creation of usrp_source the master clock rate wouldn't be changed (unless us

Re: [USRP-users] 2 B210 synchronous problem

2018-02-26 Thread Piotr Krysik via USRP-users
Hi Hideyuki, For the solution look at the end of "Is it possible to time synchronize multiple USRPs B210?" thread. I attached there a working example for two USRPs B210. -- Best Regards, Piotr Krysik ___ USRP-users mailing list USRP-users@lists.ettus.c

[USRP-users] twinrx_freq_hopping example

2018-02-26 Thread Андрей 1 via USRP-users
Will there be a compiled example for windows? Thank you ___ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Re: [USRP-users] Is it possible to time synchronize multiple USRPs B210?

2018-02-26 Thread Piotr Krysik via USRP-users
W dniu 26.02.2018 o 19:44, Marcus D. Leech via USRP-users pisze: > On 02/26/2018 01:36 PM, Piotr Krysik via USRP-users wrote: >> >> It's hard for me to understand why only one of the devices changes the >> master clock rate at that moment. This seems a bit arbitrary. It would >> be best that after

[USRP-users] RFNoC FPGA OOT Xilinx IP Addition

2018-02-26 Thread Brian Padalino via USRP-users
Hi, I'm trying to add a piece of Xilinx IP using an .xci file, similar to how the normal flow for the FPGA build goes, but I want to keep it associated with my OOT source, and not change the main FPGA repository. I haven't found any instructions on how to do this, so I figure I'd ask here. Is it

[USRP-users] Time resolution GPS module

2018-02-26 Thread André Gomes via USRP-users
I have some USRPs B200 with GPS modules installed ( https://www.ettus.com/product/details/GPSDO-TCXO-MODULE). I plan to use the GPS for timing alignment purposes of my application. The piece of code I have been using is shown below. It displays the time in seconds since 01/01/1970. I would like a b

Re: [USRP-users] Time resolution GPS module

2018-02-26 Thread Marcus D. Leech via USRP-users
On 02/26/2018 03:57 PM, André Gomes via USRP-users wrote: I have some USRPs B200 with GPS modules installed (https://www.ettus.com/product/details/GPSDO-TCXO-MODULE). I plan to use the GPS for timing alignment purposes of my application. The piece of code I have been using is shown below. It di

Re: [USRP-users] USRP2 FPGA firmware version in uhd-images vs. github repository

2018-02-26 Thread Michał Wróbel via USRP-users
Hey, I scanned through all uhd-images packages on files.ettus.com and noticed that usrp2_fpga.bin hasn't changed since uhd-images_003.006.000 (2013-11-19), so it is impossible for it to contain these changes: - 2015-04-09: Increase N2x0 command FIFO depth to 64.