[Discuss-gnuradio] gr-bluetooth-0.4 make error

2013-06-18 Thread Rathinamala Vijay
hi I am trying to install gr-bluetooth-0.4. I got gr-bluetooth from http://gr-bluetooth.sourceforge.net/ , downloaded the latest version, ./configure sudo make During installation i get the following make error. cd . /bin/bash /usr/local/software/gnuradio-3.6.2/gr-bluetooth-0.4/missing --run

Re: [Discuss-gnuradio] build-gnuradio update

2013-06-18 Thread Sylvain Munaut
Hi, I updated build-gnuradio this evening to bring in the support for hackrf for gr-osmosdr. A quick note about the libhackrf users: Since it's still pretty recent there are still changes to the USB protocol and firmware, so if you build the version from master, you must also install an ARM

[Discuss-gnuradio] berawgn.py

2013-06-18 Thread marriam nayyer
hello i am a telecom student and im new to gnu radiomy final year project in on gnu... when im tryning to run berawgn.py it gives following  error:  File berawgn.py, line 17, in module     from scipy.special import erfc plzz help me to sort it out i shall be very thank full to you Marriam

[Discuss-gnuradio] Dev Call

2013-06-18 Thread Martin Braun (CEL)
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 to listen in, there will be a Youtube feed (if we figure out how to do that this time), and all participants will be in #gnuradio (the IRC channel, that is). To join

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

2013-06-18 Thread Ankit Kaushik
On 18.06.2013 12:49, lingeswar kandregula wrote: hi ankit, thanks for the reply. so, if we set a gain of 0dB, it will take it as 1 (10.^(0/10)). is it true? . and also please let me know is this gain related to transmitting power?. Google is your best friend! what is the typical power

[Discuss-gnuradio] Setting PythonPath

2013-06-18 Thread Aaron Henderson
Hello All, I have worked on setting the PythonPath for 3 weeks now. I have followed the steps in the following posting: http://gnuradio.org/redmine/projects/gnuradio/wiki/UbuntuInstall Here is my latest attempt of editing my bash file: # GNU Radio installation export PATH=$PATH:/usr/local

Re: [Discuss-gnuradio] Setting PythonPath

2013-06-18 Thread Marcus Leech
If you had used the build-gnuradio script, it will, as one of the last things it does, suggest what PYTHONPATH to use on your system. Ubuntu typically puts locally-installed Python packages in: /usr/local/lib/python2.X/dist-packages Also, keep in mind that the default terminal window

Re: [Discuss-gnuradio] GRCC No GUI?

2013-06-18 Thread Tom Rondeau
On Fri, Jun 14, 2013 at 11:15 PM, Dan CaJacob dan.caja...@gmail.com wrote: Is it possible to modify the GRCC tool to work on a system without a display, or over SSH without X-forwarding? I recently found that the GRCC tool which allows you to boil a GRC file down to a Python file, only works

Re: [Discuss-gnuradio] Setting PythonPath

2013-06-18 Thread Ben Reynwar
Also, as of a couple of weeks ago, if you put gnuradio/build/gnuradio-runtime/python in your PYTHONPATH then that will work too. You'll need to be using the current master branch for this to work. On Tue, Jun 18, 2013 at 9:03 AM, Marcus Leech mle...@ripnet.com wrote: If you had used the

[Discuss-gnuradio] GUIs are not showing in 'master'

2013-06-18 Thread George Nychis
I have two builds of gnuradio, one that uses 'maint' and one that is 'master' ... in the master, I'm finding that GUIs are not showing. For example, if I run uhd_fft or uhd_siggen_gui using the master branch then I have no window that pops up. It is building gr-wxgui and I believe I have the

Re: [Discuss-gnuradio] GUIs are not showing in 'master'

2013-06-18 Thread Tom Rondeau
On Tue, Jun 18, 2013 at 2:31 PM, George Nychis gnyc...@gmail.com wrote: I have two builds of gnuradio, one that uses 'maint' and one that is 'master' ... in the master, I'm finding that GUIs are not showing. For example, if I run uhd_fft or uhd_siggen_gui using the master branch then I have no

Re: [Discuss-gnuradio] GRCC No GUI?

2013-06-18 Thread Josh Blum
Following up on a comment Josh made in the earlier discussion about GRCC, I tried to pull out all of the GUI references that the GRCC tool depends on, but I still ended up with an enigmatic error in the end. Unfortunately, this was done two weeks ago and I don't have any good info on where

Re: [Discuss-gnuradio] GUIs are not showing in 'master'

2013-06-18 Thread Marcus Leech
There was a back-and-forth about some wx-GUI initialization that fixed a similar problem for MacOS, but immediately also broke Linux. There was a revert of that in the last day or two. on Jun 18, 2013, Tom Rondeau t...@trondeau.com wrote: On Tue, Jun 18, 2013 at 2:31 PM, George Nychis

Re: [Discuss-gnuradio] GUIs are not showing in 'master'

2013-06-18 Thread Michael Dickens
On Jun 18, 2013, at 3:29 PM, Tom Rondeau t...@trondeau.com wrote: I couldn't quickly find the email, but I believe someone else reported a similar problem (Michael Dickens, maybe). They fixed it locally, though I can't remember what the fix was. Hopefully, whoever it was will see this and

Re: [Discuss-gnuradio] GUIs are not showing in 'master'

2013-06-18 Thread Tom Rondeau
On Tue, Jun 18, 2013 at 3:53 PM, Michael Dickens m...@alum.mit.edu wrote: On Jun 18, 2013, at 3:29 PM, Tom Rondeau t...@trondeau.com wrote: I couldn't quickly find the email, but I believe someone else reported a similar problem (Michael Dickens, maybe). They fixed it locally, though I can't

Re: [Discuss-gnuradio] GRCC No GUI?

2013-06-18 Thread Dan CaJacob
Josh and Tom, I'll try to go back and look into where I left it. I had taken your advice and basically changed all the relevant classes to not inherit the GUI stuff, but I still ended up with an untenable error in the end, that now that you mention it, I think was related to Param.py... As I

Re: [Discuss-gnuradio] GRCC No GUI?

2013-06-18 Thread Roy Thompson
I was able to get this working by simply catching an exception when attempting to import Colors. This seems to be the source of the problem and you don't really need that module when running grcc. See attached patch. -Roy On Tue, Jun 18, 2013 at 4:09 PM, Dan CaJacob dan.caja...@gmail.com

Re: [Discuss-gnuradio] Setting PythonPath

2013-06-18 Thread Ben Reynwar
My suggestion was probably unnecessarily complicating things. You need to find where the gnuradio has been installed to. There will be a directory containing a gnuradio folder which in turn will contain an __init__.py file. You could find it by brute force using something like: find / -name

Re: [Discuss-gnuradio] GUIs are not showing in 'master'

2013-06-18 Thread George Nychis
But if this were reverted, the Linux build should not be currently broken on the master HEAD, should it? On Jun 18, 2013 3:34 PM, Marcus Leech mle...@ripnet.com wrote: There was a back-and-forth about some wx-GUI initialization that fixed a similar problem for MacOS, but immediately also broke

[Discuss-gnuradio] build-gnuradio script: Why duplicates in PKGLIST?

2013-06-18 Thread Monahan-Mitchell, Tim
For example, for Ubuntu, 'git-core' and 'libusb-1.0-0-dev' appear twice. Is that important? *13.*) PKGLIST=libfontconfig1-dev libxrender-dev libpulse-dev swig g++ automake autoconf libtool python-dev libfftw3-dev libcppunit-dev libboost-all-dev libusb-dev libusb-1.0-0-dev

Re: [Discuss-gnuradio] GUIs are not showing in 'master'

2013-06-18 Thread Johnathan Corgan
On Tue, Jun 18, 2013 at 2:22 PM, George Nychis gnyc...@gmail.com wrote: But if this were reverted, the Linux build should not be currently broken on the master HEAD, should it? I reverted the commit during the hackfest in Virginia a couple weeks ago. I can't replicate any issues with Ubuntu

Re: [Discuss-gnuradio] GUIs are not showing in 'master'

2013-06-18 Thread Sylvain Munaut
Hi, The MacPorts versions of GNU Radio include the wx OpenGL fixes that were removed a while back, and will continue to do so until a better fix is found that is more cross-OS compatible. - MLD Yeah, btw, I think that the only thing that was wrong with that patch

Re: [Discuss-gnuradio] GUIs are not showing in 'master'

2013-06-18 Thread Johnathan Corgan
On Tue, Jun 18, 2013 at 2:51 PM, Sylvain Munaut 246...@gmail.com wrote: The MacPorts versions of GNU Radio include the wx OpenGL fixes that were removed a while back, and will continue to do so until a better fix is found that is more cross-OS compatible. - MLD Yeah, btw, I think that the

[Discuss-gnuradio] receiver mseq tx message

2013-06-18 Thread Ankan Roybardhan
I am transmitting at 2.45GHz some m-sequence of degree 5. This question might sound a bit awkward... bt i wanted to know.. how do i go about making a receiver.. I have 2 usrps.. so hardware is not a problem... i need to come down with a python script.. -Ankan.

Re: [Discuss-gnuradio] GUIs are not showing in 'master'

2013-06-18 Thread Michael Dickens
On Jun 18, 2013, at 4:04 PM, Tom Rondeau t...@trondeau.com wrote: On Tue, Jun 18, 2013 at 3:53 PM, Michael Dickens m...@alum.mit.edu wrote: Traceback (most recent call last): File /Users/mlk/Desktop/dial_tone.py, line 149, in module tb = dial_tone() File /Users/mlk/Desktop/dial_tone.py,