Something that MAY help here is to use integer_n tuning:
treq=uhd.tune_request(my_frequency)
treq.args=uhd.device_addr("mode_n=integer")
...
...set_center_freq(treq, 0)
This will force the PLL to use INTEGER_N tuning, which has more
predictable phase behavior with respect to the reference.
_______________________________________________ USRP-users mailing list [email protected] http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
