[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] 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

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

[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

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

[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

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,

[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