[Discuss-gnuradio] DARPA Spectrum Challenge Finalists

2013-06-20 Thread Robert McGwier
Thanks to GnuRadio, USRP, and Joe Gaeddart's liquid DSP. http://www.hpcwire.com/hpcwire/2013-05-09/two_virginia_tech_teams_named_finalists_in_darpa_spectrum_challenge.html Forgive if this is a repost. ___ Discuss-gnuradio mailing list Discuss-gnuradio@g

Re: [Discuss-gnuradio] GRC Fails to Display QT/WX Elements

2013-06-20 Thread Volker Schroer
May be a silly question, but does your flow graph contain a throttle block ? -- Volker Am 21.06.2013 04:55, schrieb Crypto.Troop: Hi, I just installed GNURADIO from git, onto a brand new install of Mint 15. I followed the following instructions: http://bgamari.github.io/posts/2013-06-15-hack

Re: [Discuss-gnuradio] correlator in gnuradio

2013-06-20 Thread Nathan West
Just a sanity check here... let's say your access code is 001100 and your threshold is 3. Then you receive 000101. So clearly the received access code is "001010" with 2 errors. As bits stream through you'll have more than one instance where there are <= 3 bit errors (output is 002321), whi

[Discuss-gnuradio] GRC Fails to Display QT/WX Elements

2013-06-20 Thread Crypto.Troop
Hi, I just installed GNURADIO from git, onto a brand new install of Mint 15. I followed the following instructions: http://bgamari.github.io/posts/2013-06-15-hackrf.html gnuradio-config-info -v 3.7.0git-143-gad1d52fd With Python 2.7, I was able to get everything compiled and installed. The CMake

Re: [Discuss-gnuradio] building GNU Radio from tarball on Mac Os X with gcc-4.7

2013-06-20 Thread Michael Dickens
Hi Arturo - You're getting further than I am :) . I've just tried doing the build using MacPorts gcc-4.7 and gcc-4.6, with the 3.6.4.2 release as well as the latest maint and master branches. Every one of them errors out as follows: volk/lib/volk_cpu.c:54:no such instruction: `xgetbv' make[2]:

[Discuss-gnuradio] make test passes, but Linux kernel log says "undefined instruction"

2013-06-20 Thread Monahan-Mitchell, Tim
Gnu Radio v3.6.4.2 on ARM target. make test : 100% pass. But this happens each time python does "from gnuradio import gr_unittest": <6>[ 390.919792] python (1771): undefined instruction: pc=42a9c328 <6>[ 390.919822] Code: f26ee1fe e12fff1e (ee190f1d) For example, when qa_add_

[Discuss-gnuradio] Emergent code-generation weirdness in GRC

2013-06-20 Thread Marcus D. Leech
I just had a weird problem with multimode.py with a user bringing it up on Ubuntu. It provoke TypeErrors in the multiply_const blocks, due to multipy_const_vxx expecting a vector, and being passed a scalar. GRC has code in it to recognize scalars, and wrap "[ ]" around them to make them list

[Discuss-gnuradio] Announcing GRCon13!

2013-06-20 Thread Tom Rondeau
Hello List, Many of you have been asking about GNU Radio Conference. It took some time to locate a venue in the region of interest, but we've finally found one. We thank you for your patience! * Dates, Location, and other Info: Conference Date: Oct 1, 2013 – Oct 3, 2013 Hackfest Date: Oct 4, 2

Re: [Discuss-gnuradio] Creating incremental data files during a continuous operation.

2013-06-20 Thread Marcus D. Leech
On 06/20/2013 03:46 PM, Burak TUYSUZ wrote: Thanks Marcus for the information. However, I did not understand at which point I should do that change. Should I use gr_head so each file contains exact amount of samples? Is there an example that I can refer to? There's a set_file() method or some

Re: [Discuss-gnuradio] R: Cannot import gnuradio

2013-06-20 Thread Favati
Il 20/06/2013 20:06, Marcus D. Leech ha scritto: On 06/20/2013 02:02 PM, Michele Costantino wrote: What's your OS? ubuntu 13.04 64 bit The last little bit of build-gnuradio output suggests what your PYTHONPATH should be. Also, if your "python" is actually linked to Python3, that might be you

Re: [Discuss-gnuradio] Creating incremental data files during a continuous operation.

2013-06-20 Thread Burak TUYSUZ
Thanks Marcus for the information. However, I did not understand at which point I should do that change. Should I use gr_head so each file contains exact amount of samples? Is there an example that I can refer to? On Thu, Jun 20, 2013 at 3:17 PM, Marcus D. Leech wrote: > ** > On 06/20/2013 03:1

Re: [Discuss-gnuradio] Creating incremental data files during a continuous operation.

2013-06-20 Thread Marcus D. Leech
On 06/20/2013 03:15 PM, Burak TUYSUZ wrote: Hi, I just wonder if there is a method built in GNURadio that will allow me to create incremental files (1.dat, 2 dat ...) instead of a huge file in continuous operation. I did implement a similar structure by taking the data in buffers and creati

[Discuss-gnuradio] Creating incremental data files during a continuous operation.

2013-06-20 Thread Burak TUYSUZ
Hi, I just wonder if there is a method built in GNURadio that will allow me to create incremental files (1.dat, 2 dat ...) instead of a huge file in continuous operation. I did implement a similar structure by taking the data in buffers and creating files afterwards. However I would like to know

Re: [Discuss-gnuradio] Dev Call

2013-06-20 Thread Martin Braun (CEL)
On Thu, Jun 20, 2013 at 07:10:43PM +0200, Martin Braun (CEL) wrote: > Video is live: expect some silence at the beginning. > > http://youtu.be/apGAVM6j0Wo That same link also works to re-watch the call if you missed it. MB -- Karlsruhe Institute of Technology (KIT) Communications Engineering L

Re: [Discuss-gnuradio] R: Cannot import gnuradio

2013-06-20 Thread Marcus D. Leech
On 06/20/2013 02:02 PM, Michele Costantino wrote: What's your OS? ubuntu 13.04 64 bit The last little bit of build-gnuradio output suggests what your PYTHONPATH should be. Also, if your "python" is actually linked to Python3, that might be your problem. Make sure that the command "python" ac

Re: [Discuss-gnuradio] Cannot import gnuradio

2013-06-20 Thread Favati
I find it's vastly more convenient to do that stuff in my .bashrc than to type it manually every time I start a shell or launch a command... sure, but before making changes to my .bashrc, i usually try the manual way before. Have you tried "sudo ldconfig"? yes, but i get the same error.

Re: [Discuss-gnuradio] Dev Call

2013-06-20 Thread Martin Braun (CEL)
Video is live: expect some silence at the beginning. http://youtu.be/apGAVM6j0Wo MB On Tue, Jun 18, 2013 at 11:29:06AM +0200, Martin Braun (CEL) wrote: > Hi everyone, > > a quick reminder that there'll be a developer's call this Thursday. > As usual, hangout starts at 1700 UTC. > > If you want

Re: [Discuss-gnuradio] correlator in gnuradio

2013-06-20 Thread Nemanja Savic
Well, I don't really know why you don't get the same n_rcvd as default benchmark. I have never seen that benchmark. Maybe you have some silly "error" when checkin number of wrong bits. Make flowgraph with both your and default correlator and see what's going on. I would probably do that. Nemanja

Re: [Discuss-gnuradio] correlator in gnuradio

2013-06-20 Thread yeran
Hi Nemanja, Thanks for your kind reply! I'm trying to design a program which will achieve the same result as the default benchmark, because I'll use the default benchmark in some part of the program too. So I use the default threshold 12. I want to make sure that is means that in the 8 Byte ac

Re: [Discuss-gnuradio] undefined symbol error

2013-06-20 Thread Nemanja Savic
It does make sense. I am pretty sure that I have taken those functions from one of the blocks provided with gnuradio. I can't find it at the moment but i will check. Thank you On Thu, Jun 20, 2013 at 3:59 PM, Tom Rondeau wrote: > On Thu, Jun 20, 2013 at 9:53 AM, Nemanja Savic wrote: > > i am

Re: [Discuss-gnuradio] Cannot import gnuradio

2013-06-20 Thread Marcus D. Leech
On 06/20/2013 02:06 AM, Favati wrote: Il 19/06/2013 20:06, Marcus Leech ha scritto: Hmm, is PYTHONPATH marked for *export* in your .bashrc? Why? I use the export at the command prompt (and yes...i try to launch the gnuradio companion in the same shell). I'll try to put PYTHONPATH in .bashrc

Re: [Discuss-gnuradio] undefined symbol error

2013-06-20 Thread Tom Rondeau
On Thu, Jun 20, 2013 at 9:53 AM, Nemanja Savic wrote: > i am pretty sure when I delete inline it passes, otherwise not. Prototypes > are the same for sure. The prototypes in .i file are the same even for > inline and non-inline functions, i also checked that. Actually, thinking about it, no, you

Re: [Discuss-gnuradio] undefined symbol error

2013-06-20 Thread Nemanja Savic
i am pretty sure when I delete inline it passes, otherwise not. Prototypes are the same for sure. The prototypes in .i file are the same even for inline and non-inline functions, i also checked that. On Thu, Jun 20, 2013 at 3:40 PM, Tom Rondeau wrote: > On Thu, Jun 20, 2013 at 9:38 AM, Nemanja

Re: [Discuss-gnuradio] undefined symbol error

2013-06-20 Thread Tom Rondeau
On Thu, Jun 20, 2013 at 9:38 AM, Nemanja Savic wrote: > Hi, > > I am using 3.6 style. > And the problem is due to inline functions. Why? In some other blocks I have > inline functions? No, there are no problems with inline functions. Are you sure the function prototype in your header file and in

Re: [Discuss-gnuradio] undefined symbol error

2013-06-20 Thread Nemanja Savic
Hi, I am using 3.6 style. And the problem is due to inline functions. Why? In some other blocks I have inline functions? On Thu, Jun 20, 2013 at 3:16 PM, Tom Rondeau wrote: > On Thu, Jun 20, 2013 at 8:34 AM, Nemanja Savic wrote: > > Hi all, > > > > today I got really strange problem. Everythi

Re: [Discuss-gnuradio] undefined symbol error

2013-06-20 Thread Tom Rondeau
On Thu, Jun 20, 2013 at 8:34 AM, Nemanja Savic wrote: > Hi all, > > today I got really strange problem. Everything was in perfect order, I was > designing a new block, and when finished I tried to test it, but the > following error came: > >> ImportError: /home/savi_ne/work/gnuradio/gr-test/build/

Re: [Discuss-gnuradio] Setting Intermediate Frequency in Python

2013-06-20 Thread Schantin, Andreas
Hallo Sema, I believe the function you are looking for is called set_center_freq, when using the gnuradio interface to the USRP. So it should be: usrp = uhd.usrp_source(device_addr = addr, io_type = uhd.io_type.COMPLEX_FLOAT32, num_channels = 1) usrp.set_center_freq(1.03e9, 0) # Passing th

[Discuss-gnuradio] undefined symbol error

2013-06-20 Thread Nemanja Savic
Hi all, today I got really strange problem. Everything was in perfect order, I was designing a new block, and when finished I tried to test it, but the following error came: ImportError: /home/savi_ne/work/gnuradio/gr-test/build/swig/_test_swig.so: > undefined symbol: _ZN20test_synchro14enter_hav

Re: [Discuss-gnuradio] RFID fm0 Encoding (grc implementation)

2013-06-20 Thread stefosee
stefosee wrote > Assuming that it works right, now, i'm trying to design the fm0 encoder. > I know its harder because each output is related to the previous one. > Is there any fm0 already implemented? Or is there any link to help me do > it? > TIA Up to recent Could anyone help me with the bui

[Discuss-gnuradio] WX Scope Sink unalligned signals

2013-06-20 Thread Nemanja Savic
Hi all (again) guys, Basicaly I was designing block for sampling digital pulses after demodulation, and wanted to see the moments of sampling by generating signal of zeros and 1 in the moment of sampling. The problem is when I store both input and output signal in files and run GRC to see them bot

Re: [Discuss-gnuradio] transmitting gain in usrp sink

2013-06-20 Thread Ankit Kaushik
On 19.06.2013 17:51, lingeswar kandregula wrote: i saw that link before.. there are VGA and BB in the transmitting path if we consider the XCVR daughter board. is that distributed between these two or anything else also shares it? .. There are only two gains (BB and VGA) that can be controlled

[Discuss-gnuradio] Setting Intermediate Frequency in Python

2013-06-20 Thread s k
I am using this code to set an intermediate frequency in Python platform: usrp = uhd.usrp_source(device_addr = addr, io_type = uhd.io_type.COMPLEX_FLOAT32, num_channels = 1) usrp.set_rx_freq (0, 1.03e9) but I am getting an error as: AttributeError: 'uhd_usrp_source_sptr' object has no attribu