Re: [USRP-users] Benchmarking set_tx_freq and set_rx_freq on X310, B210 and N200

2020-01-15 Thread Amrit Pal Singh via USRP-users
Hi Marcus, Thanks for the inputs. I'll look into these. Thanks, Amrit On Mon, Jan 13, 2020 at 11:50 PM Marcus D. Leech via USRP-users < usrp-users@lists.ettus.com> wrote: > On 01/13/2020 05:26 AM, Amrit Pal Singh via USRP-users wrote: > > Hi All, > > I am benchmarking

[USRP-users] Benchmarking set_tx_freq and set_rx_freq on X310, B210 and N200

2020-01-13 Thread Amrit Pal Singh via USRP-users
Hi All, I am benchmarking the following commands on X310, B210 and N200 on UHD-3.14 version: 1. usrp->set_tx_freq(tune_req, 0); 2. usrp->set_rx_freq(tune_req, 0); I am changing the frequencies inside a for loop for 1000 and 5000 times. The code snippet is as follows: int count = 5000;