Re: [USRP-users] Problems with MPM 3.13 on N310

2018-08-16 Thread Martin Braun via USRP-users
Rob, we pushed a fix for the TX spectrum issue to UHD-3.13 and master. -- M On 08/15/2018 05:24 PM, Michael West wrote: > Hi Rob, > > We have reproduced the TX corruption issue and we are troubleshooting.  > In the meantime, you can try using the head of UHD-3.13 with the > force_reinit=1 as

Re: [USRP-users] give lo offset to uhd_tune_request_t

2018-08-16 Thread Marcus D. Leech via USRP-users
On 08/16/2018 01:38 PM, Hojoon Yang via USRP-users wrote: Hi, all I want to give *lo offset* for tune_request. In C++, I'm able to set the lo_offset for tune_request, i.e. uhd::tune_request_t tune_request(target_freq, lo_offset) In C, How can I achieve this using uhd_tune_request_t?

[USRP-users] give lo offset to uhd_tune_request_t

2018-08-16 Thread Hojoon Yang via USRP-users
Hi, allI want to give *lo offset* for tune_request.In C++, I'm able to set the lo_offset for tune_request, i.e. uhd::tune_request_t tune_request(target_freq, lo_offset)In C, How can I achieve this using uhd_tune_request_t?uhd_tune_request_t tune_request = {    .target_freq = target_freq,