Hi all, Some help would be great.
I have an E320 and would like to capture IQ samples on 2 different channels at different frequencies.
Is this possible? When I run the following: usrp->set_rx_freq(2.1e9, 0); printf("Channel 0 freq %f\n", usrp->get_rx_freq(0)); printf("Channel 1 freq %f\n", usrp->get_rx_freq(1)); usrp->set_rx_freq(3.2e9, 1); printf("Channel 0 freq %f\n", usrp->get_rx_freq(0)); printf("Channel 1 freq %f\n", usrp->get_rx_freq(1)); I get: Channel 0 freq 2.1e9 Channel 1 freq 2.1e9 Channel 0 freq 3.2e9 Channel 1 freq 3.2e9 Do you have to configure the channels or something? Thanks, Pete _______________________________________________ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com