Hello Mark, rx_samples_to_file will only receive a single channel. It is a minimal example.
Try: rx_multi_samples --channels 0,1 This will receive two channels, a pair of UBXs only has one RX channel per daughterboard so UHD can infer the sub device specification. The default sample rate is 100 MS/s so both channels will fit into a single 10 GigE connection. Make sure to follow the advice of any warnings printed to improve the throughput of your network interface card. If you have an external 1PPS source you can add `--sync pps --secs 0.1` to the above parameters to synchronize the two channels. The example currently forces an external source when synchronizing. If you remove/comment out line 98 and recompile it will use the internal source. Regards, Derek On Tue, Aug 1, 2017 at 2:46 PM, Mark Koenig via USRP-users < usrp-users@lists.ettus.com> wrote: > I currently have an x310 with a ubx-40 in each of slots A and B. I have > one 10Gig Ethernet connection hooked up, and would like to receive on both > channels A and B. > > > > I tried using the “rx_multi_samples” function, but I didn’t get a good > feeling I was collecting on both channels. I tried using the > “rx_samples_to_file” function, but didn’t see a coherent collection on A > and B, when setting the subdev to “A:0 B:0”. > > Finally, I tried the “uhd_fft”, and saw collection in channel A, but > nothing from channel B, while setting subdev=”A:0 B:0”. > > > > Am I doing something incorrectly, or is there another function I should > try? > > > > Thanks > > > > Mark > > > > _______________________________________________ > USRP-users mailing list > USRP-users@lists.ettus.com > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com > >
_______________________________________________ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com