[Discuss-gnuradio] gr-doa installation problem

2017-12-27 Thread Halit Bugra Tulay
Hello everyone, I m having trouble installing gr-doa. According to its github page( https://github.com/EttusResearch/gr-doa), it asks for the followings : Basic Dependencies - UHD >= 3.10.1.0 - gnuradio >= 3.7.10.1 - armadillo >= 7.300

[Discuss-gnuradio] Sample rates for LimeSDR through gr-osmosdr

2017-12-27 Thread Marcus D. Leech
What sample-rates are supported on LimeSDR when used through gr-osmosdr? Are you strictly limited to integer fractions of the master-clock (30.72MHz by default it seems), or is there an arbitrary resampler in the FPGA? ___ Discuss-gnuradio mailing

[Discuss-gnuradio] Serious bug in tag propagation with non-integer relative rate

2017-12-27 Thread Andy Walls
Hi Eugene > From: Eugene Grayver > Date: Thu, 9 Nov 2017 19:52:35 + > > There is a major problem with the way tags are propagated in blocks > with non-integer relative rate. If the ratio is not a power of two, > the numerical accuracy of the floating point will cause the outpu

Re: [Discuss-gnuradio] E312 GNU Radio Error

2017-12-27 Thread Nate Temple
Hi Isai, This error is due to generating the Python file with a different version of GNU Radio than what is running on the E3xx. To resolve the error, you need to modify the generated Python file. Edit the line 46 to remove the last parameter "-1" from the zeromq.psuh_sink() call: self.zerom

Re: [Discuss-gnuradio] LimeSDR-mini working almost flawlessly with GNUradio

2017-12-27 Thread Adrian Musceac
Ok, great. Expected it to work on Jessie, as I test it on a Jessie machine. I'm curious about the hackrf, I got reports that it can't handle the sample rates I'm asking for, in which case it probably needs some support code and a configuration option. I don't own the device myself. Adrian __