Re: [USRP-users] timeout error

2019-04-18 Thread Koyel Das (Vehere) via USRP-users
Please reply the below email. Regards, Koyel Das Senior – Product Engineer Vehere | Proactive Communications Intelligence & Cyber Defence M: +919051132173 | T: +91 33 40545454 | F: +91 33 40545455 | W: www.vehere.com [unnamed]

Re: [USRP-users] x310/ubx multi_usrp->set_rx_freq() issues

2019-04-18 Thread Marcus D. Leech via USRP-users
On 04/18/2019 05:09 PM, Rob Kossler wrote: OK, so what happens if you use a *positive* LO offset? It moves in the opposite direction. A few remarks: * I should mention that the behavior I'm seeing with rx_samples_to_file is not identical to the behavior I'm seeing in my own cus

Re: [USRP-users] x310/ubx multi_usrp->set_rx_freq() issues

2019-04-18 Thread Rob Kossler via USRP-users
> OK, so what happens if you use a *positive* LO offset? > It moves in the opposite direction. A few remarks: - I should mention that the behavior I'm seeing with rx_samples_to_file is not identical to the behavior I'm seeing in my own custom app. In my app, I see unpredictable behavio

Re: [USRP-users] x310/ubx multi_usrp->set_rx_freq() issues

2019-04-18 Thread Marcus D. Leech via USRP-users
On 04/18/2019 04:02 PM, Rob Kossler wrote: Ok. I couldn't seem to duplicate with the stock "rx_samples_to_file", but with the following minor mods, I see some of the bad behavior. This sure looks like a UHD bug to me. I simply added timed commands around the set_rx_freq() function (see snip

Re: [USRP-users] x310/ubx multi_usrp->set_rx_freq() issues

2019-04-18 Thread Rob Kossler via USRP-users
Ok. I couldn't seem to duplicate with the stock "rx_samples_to_file", but with the following minor mods, I see some of the bad behavior. This sure looks like a UHD bug to me. I simply added timed commands around the set_rx_freq() function (see snippet below as well as attached source code). Is

Re: [USRP-users] x310/ubx multi_usrp->set_rx_freq() issues

2019-04-18 Thread Rob Kossler via USRP-users
I do see in the documentation that the tune result "target_rf_freq" will match the tune request "rf_freq", which it does in my example below. So, I suppose the output shown is as expected for my request. Unfortunately, this doesn't solve my problem of the actual spectrum being wrong. I may have t

Re: [USRP-users] x310/ubx multi_usrp->set_rx_freq() issues

2019-04-18 Thread Marcus D. Leech via USRP-users
On 04/18/2019 01:44 PM, Rob Kossler via USRP-users wrote: Hi, I am seeing some strange (and unrepeatable) behavior with an X310/UBX-160 and the multi_usrp->set_rx_freq() function. I call this function with a tune_request that I create with a desired target frequency & lo_offset. The output be

Re: [USRP-users] Unable to set the thread priority

2019-04-18 Thread Marcus D. Leech via USRP-users
On 04/18/2019 11:49 AM, Fabian Schwartau via USRP-users wrote: It says 0. I guess that is not good. Any further ideas? Well, this is clearly a Linux, rather than UHD/USRP issue. You'll have to do some digging in Linux-support land. Am 18.04.2019 um 17:39 schrieb Marcus D. Leech via USRP-u

[USRP-users] x310/ubx multi_usrp->set_rx_freq() issues

2019-04-18 Thread Rob Kossler via USRP-users
Hi, I am seeing some strange (and unrepeatable) behavior with an X310/UBX-160 and the multi_usrp->set_rx_freq() function. I call this function with a tune_request that I create with a desired target frequency & lo_offset. The output below shows a "pp_string" of the request and the result (for the

[USRP-users] E312 RFNOC time update

2019-04-18 Thread Xingjian Chen via USRP-users
Dear All, For E312 RFNOC, I have a question about updating time for both tx and rx chain. I would like to send and receive pulses at a certain time simultaneously(As long as they happen at the same time, it is fine). I have already set this up by playing with vita time in FPGA and time_spec in

Re: [USRP-users] Unable to set the thread priority

2019-04-18 Thread Fabian Schwartau via USRP-users
It says 0. I guess that is not good. Any further ideas? Am 18.04.2019 um 17:39 schrieb Marcus D. Leech via USRP-users: On 04/18/2019 03:40 AM, Fabian Schwartau via USRP-users wrote: Hi, I just double checked the limits configuration. The file seems ok, every line except the one I showed earli

Re: [USRP-users] Unable to set the thread priority

2019-04-18 Thread Marcus D. Leech via USRP-users
On 04/18/2019 03:40 AM, Fabian Schwartau via USRP-users wrote: Hi, I just double checked the limits configuration. The file seems ok, every line except the one I showed earlier is a comment. But I found an additional file called /etc/security/limits.d/uhd.conf where the same statement was in,

[USRP-users] uhd object file not found

2019-04-18 Thread VINAYAK KARANDIKAR via USRP-users
Hello, I am trying to mex compile(On MATLAB 2013b on a windows 10, 64 bit system) a file called "rx_samples_to_file.cpp" which is obtained from " https://github.com/EttusResearch/uhd/blob/UHD-.10/host/examples/rx_samples_to_file.cpp

[USRP-users] application aborted

2019-04-18 Thread Koyel Das (Vehere) via USRP-users
Hi, I am using rx_multisamples.cpp to receive data from USRP. Whenever I am getting an error instead of giving error my application is getting aborted. Is there a way to get error message rather than the application being aborted? Like if we don't have the LAN connection with the USRP, the app

Re: [USRP-users] how to properly use static libuhd?

2019-04-18 Thread Paolo Palana via USRP-users
Hello Nick Thank you for your answer. Your suggestion was correct indeed. I want just to add some more details. Adding  the lines set(MY_LIB_OPT -Wl,--whole-archive libuhd -Wl,--no-whole-archive) target_link_libraries(myapp ${MY_LIB_OPT} <...the rest of your libs...>) war the first step, but the

[USRP-users] Pybombs has inconsistency in Versions from UHD and FPGA src

2019-04-18 Thread Armin Schmidt via USRP-users
Hallo Ettus, We developed on 3.14.0-rc1 within a sandbox, installed over pybombs. Now we wanted to move to the final release of 3.14.0 and installed a new sandbox. We generated out of this sandbox also a standard FPGA-image and we get the error, that UHD has version 35, but the FPGA has the versio

Re: [USRP-users] Unable to set the thread priority

2019-04-18 Thread Fabian Schwartau via USRP-users
Hi, I just double checked the limits configuration. The file seems ok, every line except the one I showed earlier is a comment. But I found an additional file called /etc/security/limits.d/uhd.conf where the same statement was in, but for the group uhd. I changed that to plugdev, removed the