Re: [Discuss-gnuradio] Fast, Single-Sample Phase Rotation

2015-05-28 Thread John Malsbury
It really does need to happen on one sample at a time - at least assuming I use the same algorithm I'm using now. I am pretty much using the method Sylvain suggests. The rotation is one operation of many inside a block - ie. many rotations happen per call to work(), but one rotation per input

Re: [Discuss-gnuradio] Fast, Single-Sample Phase Rotation

2015-05-28 Thread Douglas Geiger
On Tue, May 26, 2015 at 7:37 PM, John Malsbury jmalsbury.perso...@gmail.com wrote: I have a complex phase rotation function that uses a pre-generated sin/cos LUT and some basic multiple/adds. As it turns out, the rotation calc, which uses straight C/C++ math is still the bottleneck in a

[Discuss-gnuradio] SDRA, Programme complete

2015-05-28 Thread Markus Heller
Dear List, please note that the programme of the SDRA-2015 is now complete. http://www.sdra-2015.de/pages/programme.html We have also finalized the timetable now. I'll be happy to welcome many of you at Friedrichshafen! The SDRA will take place on June 27. vy73 markus dl8rds

Re: [Discuss-gnuradio] dual receiver setup for interferometry measurements

2015-05-28 Thread Juha Vierinen
Hi, I guess I should respond, as I'm responsible for the blog posting that you linked. I tested the relative phase stability using amplified noise that was fed via a splitter onto the two dongles. I cross-correlated the noise and found that there was a deterministic frequency difference between

Re: [Discuss-gnuradio] Fast, Single-Sample Phase Rotation

2015-05-28 Thread Tom Tsou
On Thu, May 28, 2015 at 1:52 PM, Douglas Geiger doug.gei...@bioradiation.net wrote: To follow-up on Sylvain's questions: is the restriction really on doing single-sample rotation (because of some intermediate calculation to generate the phase advance for the next sample), or on the alignment?

[Discuss-gnuradio] dual receiver setup for interferometry measurements

2015-05-28 Thread jean-michel . friedt
I have a question concerning connecting two DVB-T dongles on the same clock source for interferometric (or passive radar) measurements, as described at http://kaira.sgo.fi/2013/09/16-dual-channel-coherent-digital.html I have assembled the same system with one dongle used as oscillator on a 28.8

Re: [Discuss-gnuradio] dual receiver setup for interferometry measurements

2015-05-28 Thread jean-michel . friedt
Thanks for your reply. Indeed designing phase coherent receivers is my daily job activity (partly), but the fun of hacking DVB-T receivers is to find ways of using these for applications they were never intended for. I have indeed read your posts concerning the difficulties in reproducing

Re: [Discuss-gnuradio] dual receiver setup for interferometry measurements

2015-05-28 Thread mleech
This is largely because this $10.00-apiece hardware was never designed for this class of application. When you're doings things that require phase-coherence, you have to design your radios to support it. There are at least two PLLs involved here--one on the R820T chip, and another, as far as

Re: [Discuss-gnuradio] Integration of python's time.time() and work() calls

2015-05-28 Thread Anil Kumar Yerrapragada
Or is there a way to make sure that the in-buffer gets updated multiple times within the same work call? Will placing the work function inside a while 1 do the trick? But I guess the issue with that is, as long as data is available, the scheduler calls work function again and again anyway. I'm

Re: [Discuss-gnuradio] GNU Radio Installation

2015-05-28 Thread Marcus D. Leech
On 05/28/2015 07:31 PM, Gerome Jan L wrote: I'm installing gnuradio again on my ubuntu 14.04 installed in VMware 11.1.0. I tried it several times, but I can't seem to pass this step: Fetching various packages (Gnu Radio, UHD, gr-osmosdr, gr-iqbal, etc) via the Internet === THIS MAY TAKE

[Discuss-gnuradio] GNU Radio Installation

2015-05-28 Thread Gerome Jan L
I'm installing gnuradio again on my ubuntu 14.04 installed in VMware 11.1.0. I tried it several times, but I can't seem to pass this step: Fetching various packages (Gnu Radio, UHD, gr-osmosdr, gr-iqbal, etc) via the Internet === THIS MAY TAKE QUITE SOME TIME = Fetching Gnu Radio via

Re: [Discuss-gnuradio] GNU Radio Installation

2015-05-28 Thread Silverfox
The fixes to Ubuntu installed IPV6 which basically kills the network opens. Disable it and reboot. 73, Alan - W6ARH From: discuss-gnuradio-bounces+alan.r.hill=gmail@gnu.org [mailto:discuss-gnuradio-bounces+alan.r.hill=gmail@gnu.org] On Behalf Of Gerome Jan L Sent: Thursday,

Re: [Discuss-gnuradio] GNU Radio Installation

2015-05-28 Thread Silverfox
Check the internet for suggestions on how to cure slow internet connections in Ubuntu. You do not have to be using it to have it active. Alan From: Gerome Jan L [mailto:geromejanlla...@gmail.com] Sent: Thursday, May 28, 2015 5:10 PM To: Silverfox Cc: discuss-gnuradio@gnu.org Subject:

Re: [Discuss-gnuradio] GNU Radio Installation

2015-05-28 Thread Gerome Jan L
What do you mean IPv6? I'm using IPv4. Sorry, but I don't quiet get your suggestion. Please elaborate. Thanks. *Gerome Jan M. Llames * Engineering Research and Development for Technology (ERDT) Scholar University of San Carlos - Technological Campus Nasipit Talamban, Cebu City, Philippines, 6000

Re: [Discuss-gnuradio] GRC Reacting Slowly

2015-05-28 Thread Marcus Müller
Hi Richard, I'll pitch `perf` here (you're on Ubuntu, so it's in the linux-tools, probably). Build GNU Radio with the debugging symbols enabled, i.e. call CMake with the build type specified: cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .. Then, allow normal users to sniff around processes' calls:

[Discuss-gnuradio] bfile sink base undefined symbol error

2015-05-28 Thread Nemanja Savic
Hi all guys, I encounter following error when running my test: ImportError: /usr/local/lib/libgnuradio-TPMS.so: undefined symbol: _ZN2gr6blocks14file_sink_baseC2EPKcb There was a similar problem explained here: http://stackoverflow.com/questions/28859517/gnuradio-importerror-undefined-symbol I

[Discuss-gnuradio] ESA SOCIS project Announcement

2015-05-28 Thread Johannes Demel
Hey GNU Radio community! Thanks for choosing my project for this year's ESA Summer of Code in Space. I will implement a POLAR code encoder decoder chain as well as channel construction. I would like to introduce myself a bit today. I am a Master degree student at Karlsruhe Institute of

Re: [Discuss-gnuradio] Is file sink block resetting USRP?

2015-05-28 Thread Martin Braun
On 27.05.2015 18:30, Marcus D. Leech wrote: On 05/27/2015 05:52 PM, Carl Olsson wrote: Hi all, I use a file sink block in my flow graph to record samples from a USRP N210. I start the flow graph and then after some time starts to record using the file sink block by switching it on using a

Re: [Discuss-gnuradio] Fast, Single-Sample Phase Rotation

2015-05-28 Thread Sylvain Munaut
Hi John, I have a complex phase rotation function that uses a pre-generated sin/cos LUT and some basic multiple/adds. As it turns out, the rotation calc, which uses straight C/C++ math is still the bottleneck in a demod. I don't quite get what you need ... Rotating a single sample by a

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 150, Issue 31

2015-05-28 Thread John Murphy
Okay. Tried this, then deleted the xml file before attempting to make again without it. Got the following error when re-making (the line with the xml file had a destination which I had thought was just for that file) What do I need to do to fix this? Thanks, - John CMake Error at

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 150, Issue 31

2015-05-28 Thread Johnathan Corgan
On Thu, May 28, 2015 at 9:17 AM, John Murphy mr.john.joseph.mur...@gmail.com wrote: Tried this, then deleted the xml file before attempting to make again without it. Got the following error when re-making (the line with the xml file had a destination which I had thought was just for that

Re: [Discuss-gnuradio] modtool noblock and xml files and grc

2015-05-28 Thread John Murphy
Nevermind, figured out (by looking at another module, fortunately had one handy although one could probably find such on git somewhere now that I think about it instead of hitting the panic button) for posterity, you just have to add the following to the end of the line listing the last xml file

Re: [Discuss-gnuradio] GRC Reacting Slowly

2015-05-28 Thread Johnathan Corgan
On Thu, May 28, 2015 at 12:05 AM, Marcus Müller marcus.muel...@ettus.com wrote: I'll pitch `perf` here (you're on Ubuntu, so it's in the linux-tools, probably). I'm pretty sure the issue is as Murray Thomson described above. We've had to optimize this area in the past in GRC. --

[Discuss-gnuradio] modtool noblock and xml files and grc

2015-05-28 Thread John Murphy
Hello again, I tried to add a C++ noblock to my OOT module. In this particular case I wanted to provide a reusable n of m counter class (for non-signal stuff to count) in C++ code that I could use within various C++ blocks in the module. And I did not know of a better way to manage that with the

[Discuss-gnuradio] Fwd: modtool noblock and xml files and grc

2015-05-28 Thread Johnathan Corgan
On Thu, May 28, 2015 at 8:26 AM, John Murphy mr.john.joseph.mur...@gmail.com wrote: Anyhow, it unexpectedly generated an xml file to import the non-block into GRC. Is there a best way to just remove that xml file without causing other issues? First, do a 'make uninstall' from your build