Re: [USRP-users] Random errors while transmitting certain BPSK/QPSK types on x310s

2017-07-07 Thread Anon Lister via USRP-users
FYI I've noticed a very similar issue, isolated it to non usrp gnuradio blocks in tx chain. Specifically the constellation or *psk modulator blocks. Certain combos produced garbage IQ data(visible as several spikes in PSD display) at regular intervals (seemingly related to sample rate), this is vis

Re: [USRP-users] Error when receiving for a long period of time

2017-07-14 Thread Anon Lister via USRP-users
gr-analysis[1] has specrec, which I use for doing recordings. It does synchronous writes(not sure how that will fare when writing to USB), in multiple threads. You could at least check out its source for any further ideas. [1] https://github.com/garverp/gr-analysis On Jul 14, 2017 10:38 AM, "Brai

Re: [USRP-users] Centos 6.5 with X310??

2017-07-18 Thread Anon Lister via USRP-users
Preface: all this talks about uhd+gnuradio, uhd itself has far more slim deps. Last I used PyBOMBs (grcon last year) it didn't work too well on C6. Things may have changed. I know it was pushed pretty hard at grcon. I have gotten GR installed thanks to Ben Hilbern's back port[1], but always built

Re: [USRP-users] Trouble using CentOS6.5 to communicate with x310 and Twin Rx

2017-08-10 Thread Anon Lister via USRP-users
Certainly if you can use the latest Ubuntu LTS, use that instead. I have a C6 box talking to an x310 and n210 without issue, but I don't need to support twinRX (which requires 3.10), just the UBX/SBX. It can be done, but given you need the latest uhd version, you may need to source build many dep

Re: [USRP-users] B210 -- various questions on sampling/clock rates

2017-10-25 Thread Anon Lister via USRP-users
Try specrec to record data. https://github.com/garverp/gr-analysis As to why it works better see this presentation: http://www.trondeau.com/grcon15-presentations#wednesday_Lincoln_Synchronized (The link is down at the time of writing, perhaps it will be up again soon) With it I am able to do 50M

Re: [USRP-users] Problem burning image to SD card for E312

2017-11-16 Thread Anon Lister via USRP-users
Make sure to run sync after to dd. Also curious as to reason for the recommendation against dd? On Nov 16, 2017 12:35 PM, "Philip Balister via USRP-users" < usrp-users@lists.ettus.com> wrote: > Try bmaptool. dd is a bad idea, yeah I killed my hard drive once. > > https://wiki.gnuradio.org/index.

Re: [USRP-users] Problem burning image to SD card for E312

2017-11-16 Thread Anon Lister via USRP-users
Afaik, no, dd is just a normal command, you can pass conv=fdatasync and not have to worry about cache, but otherwise it's won't know about it. Cool, never heard of bmaptool. The faster writes sounds awesome. Thanks for the info. On Nov 16, 2017 4:42 PM, "Philip Balister" wrote: > On 11/16/2017

Re: [USRP-users] Problem burning image to SD card for E312

2017-11-16 Thread Anon Lister via USRP-users
You want the raw block device /dev/sdb, not the partition /dev/sdb1, no? Could that be it? On Nov 16, 2017 5:28 PM, "Mann, John - 0662 - MITLL via USRP-users" < usrp-users@lists.ettus.com> wrote: > I tried issuing a sync command after the dd command - no help. > > I also tried using bmaptool to

Re: [USRP-users] Gnu radio IQ streaming

2017-12-11 Thread Anon Lister via USRP-users
Add a multiply block after ishort and multiply by 1.0/(2**15-1) or thereabouts. (If you only are using 14 bits of that 16 b, do 14) On Dec 10, 2017 07:00, "Benny Alexandar via USRP-users" < usrp-users@lists.ettus.com> wrote: > Hi, > > I want to stream an IQ file base band signal using usrp. The f

Re: [USRP-users] B210 sampling rate

2018-07-25 Thread Anon Lister via USRP-users
Used to have to compile the driver for the lime in debug mode to get underrun reporting. Though I believe they may have changed some of that recently. On Tue, Jul 24, 2018, 23:57 Marcus D. Leech via USRP-users < usrp-users@lists.ettus.com> wrote: > On 07/24/2018 11:42 PM, RizThon via USRP-users w