Re: [USRP-users] Sample code for twin RX

2017-08-16 Thread Neel Pandeya via USRP-users
Hello Snehasish: There are some example programs which illustrate these topics. https://github.com/EttusResearch/uhd/blob/maint/host/examples/rx_multi_samples.cpp https://github.com/EttusResearch/uhd/blob/maint/host/examples/tx_timed_samples.cpp

Re: [USRP-users] Sample code for twin RX

2017-08-10 Thread Snehasish Kar via USRP-users
Hi I tried the rx_multi_sample , but the problem is i don't find how it tunes the two daughter boards separately to two different frequencies and receive data from there separately. I don't know where I am wrong, also I need to make sure the two daughter boards are time synced, so how to

Re: [USRP-users] Sample code for twin RX

2017-08-10 Thread Neel Pandeya via USRP-users
Hello Snehasish: There are C++ example programs in the "examples" folder of the UHD repository. Please see the link below. https://github.com/EttusResearch/uhd/tree/maint/host/examples Please let me know if you have any further questions. --​Neel Pandeya On 10 August 2017 at 09:36,

Re: [USRP-users] Sample code for twin RX

2017-08-10 Thread Snehasish Kar via USRP-users
Can I get a sample code for ubx-160, trying to the operation as mentioned in my last mail BR Snehasish On 10-Aug-2017, at 9:24 PM, Robin Coxe > wrote: Hi Snehasish. The NI USRP 2954R has UBX-160 daugthercards and a GPSDO module. The TwinRX

Re: [USRP-users] Sample code for twin RX

2017-08-10 Thread Robin Coxe via USRP-users
Hi Snehasish. The NI USRP 2954R has UBX-160 daugthercards and a GPSDO module. The TwinRX is in the NI USRP 2945/2955 (with GPSDO) -Robin On Thu, Aug 10, 2017 at 7:56 AM, Snehasish Kar via USRP-users < usrp-users@lists.ettus.com> wrote: > Hello i am using NI usrp 2954 R, which I believe is

[USRP-users] Sample code for twin RX

2017-08-10 Thread Snehasish Kar via USRP-users
Hello i am using NI usrp 2954 R, which I believe is using twin rx (Please correct me if I am wrong). I need to tune the two daughter boards to two different frequencies and receive samples simultaneously. So is there any sample code, I can reference from? BR Snehasish