[Discuss-gnuradio] (no subject)

2015-03-15 Thread Vishwanatha H G
Hi.. the existed costas loop only considers the phase of the received signal (for PSK techniques). But for QAM we have to consider both the magnitude and phase of the received signal. I want to use the same costas loop for QAM. where should I modify the C++ code? is that requires to modify the pyt

Re: [Discuss-gnuradio] Errors while running CTest [VOLK...]

2015-03-15 Thread Basse Ang
On Mon, Mar 16, 2015 at 10:23 AM, Basse Ang wrote: > Nathan: > In the mean time, can you tell me > * which version of GNU Radio you're building? > * what version of orc are you running? > > >>> > > sorry for being late.. > > I used this git: > https://github.com/gnuradio/gnuradio > > tes@tes-H67M

Re: [Discuss-gnuradio] Errors while running CTest [VOLK...]

2015-03-15 Thread Basse Ang
Nathan: In the mean time, can you tell me * which version of GNU Radio you're building? * what version of orc are you running? >>> sorry for being late.. I used this git: https://github.com/gnuradio/gnuradio tes@tes-H67M-D2-B3:~/project/gnuradio/gnuradio/build$ gnuradio-config-info --version v3

Re: [Discuss-gnuradio] Vector Source variable from file

2015-03-15 Thread Tom
Thanks Marcus for getting back to me, You will have to forgive me as i am new to Gnuradio and Python but I will try my best to answer these. > How do I have to read that? Do you have a vector source, and you set its data to be the concatenation of list A and list B? Correct > I assume you mean

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Abhishek Shukla
3.7.7 libraries might be installed due building of gnuradio script " http://www.sbrac.org/files/build-gnuradio"; or installing gnuradio through pybombs. can you explain me how to remove these libraries..? Please help me out..This might be my last querry, thanks for all your helps and sugges

Re: [Discuss-gnuradio] Majority of WX GUI Widgets missing from Companion

2015-03-15 Thread NIKOS BIZANIS
I rebuilt and now it works as expected, and I can use the WX GUI Widgets, so I can confirm that these steps actually solve the problem and the issue was indeed that dependancy. Thanks for all your help, Nikos From: discuss-gnuradio-bounces+n.bizanis=student.tud

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Abhishek Shukla
my grc is 3.7.2.1.. can i uninstall 3.7.7 version and then work on it...? and also 3.7.7 libraries might be installed due building of gnuradio script "http://www.sbrac.org/files/build-gnuradio"; or installing gnuradio through pybombs. can you explain me how to remove these libraries

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Marcus Müller
Compare: > My after this command "gnuradio-config-info --version" > i got 3.7.2.1 and > ImportError: libgnuradio-runtime-3.7.7git.so.0.0.0: cannot open shared > object file: No such file or directory You're mixing 3.7.2.1 and 3.7.7; this can't work. You will need to uninstall both GNU Radio versi

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Marcus Müller
Did you make and make install your out-of-tree module already? Does GRC look into the place where you install into when looking for block definitions? Generally, I'd like to point you to the guided Tutorials, which are a bit easier to follow and currently better maintained: https://gnuradio.org/r

Re: [Discuss-gnuradio] Python message passing block hangs (test file included)

2015-03-15 Thread Tom Rondeau
On Thu, Mar 12, 2015 at 5:00 PM, Anderson, Douglas J. < dander...@its.bldrdoc.gov> wrote: > Hi all, > > I'm struggling to understand an issue I'm having with a simple python > block with a registered message port connected to the copy block. > > The python block looks like this: it literally does

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Abhishek Shukla
hey marcus, Thanks for all your help, now have completed everything properly, but I am not able to find "square_ff" block in grc, would you please help me out. Thanks in advance, Abhishek On Mon, Mar 16, 2015 at 12:44 AM, Marcus Müller wrote: > Hi Abhishek, > > On 03/15/2015 08:11 PM, Abhishek S

Re: [Discuss-gnuradio] DVSI USB-3000 P25

2015-03-15 Thread K7VE
Checkout --- http://nwdigitalradio.com/category/thumbDV for an optional choice. - John D. Hays K7VE PO Box 1223 Edmonds, WA 98020 k7ve.org -- View this message in context: http://gnuradio.4.n7.nabble.com/DVSI-

Re: [Discuss-gnuradio] GNU Radio on Zedboard

2015-03-15 Thread Tom Rondeau
On Fri, Mar 13, 2015 at 7:40 PM, Alireza Khodamoradi < ar.khodamor...@gmail.com> wrote: > Hi Tom, > > I connected my UART to /dev/ttyACM0. Here are the result: > > -With the image from Xillybus: > > I see the boot sequence and it works fine. > > -With the image from > http://gnuradio.org/redmine/p

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Marcus Müller
Hi Abhishek, On 03/15/2015 08:11 PM, Abhishek Shukla wrote: > Would you tell me how to add gnuradio-runtime.pc to the > PKG_CONFIG_PATH environment variable? You want to add the directory containing it to that environment variable. How one can do that depends on your operating system. I'm

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Abhishek Shukla
Would you tell me how to add gnuradio-runtime.pc to the PKG_CONFIG_PATH environment variable? Thanks in advance, Abhishek On Mon, Mar 16, 2015 at 12:12 AM, Marcus Müller wrote: > Perhaps you should add the directory containing `gnuradio-runtime.pc' > to the PKG_CONFIG_PATH environment v

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Marcus Müller
> Perhaps you should add the directory containing `gnuradio-runtime.pc' > to the PKG_CONFIG_PATH environment variable Yes, that sounds good! > No package 'gnuradio-runtime' found > what does this exactly mean? pkgconfig couldn't find a .pc containing gnuradio-runtime. Greetings, Marcus On 0

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread abhishek
Hey Marcus, My after this command "gnuradio-config-info --version" i got 3.7.2.1 later i type "pkg-config --modversion gnuradio-runtime" i got abhishek@abhishek-Inspiron-N5110:~$ pkg-config --modversion gnuradio-runtime Package gnuradio-runtime was not found in the pkg-config search path. Perhaps

Re: [Discuss-gnuradio] Majority of WX GUI Widgets missing from Companion

2015-03-15 Thread Marcus D. Leech
On 03/15/2015 11:21 AM, Tom Rondeau wrote: And just for the record, ZeroMQ has /nothing/ to do with WXGUI. Whatever dependency was missing before has apparently been fixed -- perhaps installing libzmq also pulled in the right deps by coincidence, but it's not libzmq itself that you needed. Th

Re: [Discuss-gnuradio] Majority of WX GUI Widgets missing from Companion

2015-03-15 Thread Tom Rondeau
On Sun, Mar 15, 2015 at 11:10 AM, Marcus Müller wrote: > Nice! Now, running > > make -j > sudo make install > > in that same directory should install GNU Radio with gr-wxgui. > > Greetings, > Marcus > > On 03/15/2015 03:53 PM, NIKOS BIZANIS wrote: > > Apparently module libzmq was missing, so I

Re: [Discuss-gnuradio] Majority of WX GUI Widgets missing from Companion

2015-03-15 Thread Marcus Müller
Nice! Now, running make -j sudo make install in that same directory should install GNU Radio with gr-wxgui. Greetings, Marcus On 03/15/2015 03:53 PM, NIKOS BIZANIS wrote: > Apparently module libzmq was missing, so I installed it. Now the > relevant paragraph when I am running cmake is: > > Confi

Re: [Discuss-gnuradio] Majority of WX GUI Widgets missing from Companion

2015-03-15 Thread NIKOS BIZANIS
Apparently module libzmq was missing, so I installed it. Now the relevant paragraph when I am running cmake is: Configuring gr-wxgui support... -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_FFT = ON -- Dependency ENABLE_GR_FILTER = ON -- Dependency ENABLE_GR_ANALOG =

Re: [Discuss-gnuradio] Majority of WX GUI Widgets missing from Companion

2015-03-15 Thread Marcus Müller
> But how can I enable it? I don't know, that's why I'd like to recommend running cmake yourself: cd /home/nikos/gnuradio/build cmake .. Then look for the gr-wxgui paragraph. On 03/15/2015 03:19 PM, NIKOS BIZANIS wrote: > My GNU Radio version is 3.7.6.1 and my system runs Ubuntu release > 14.04.2

Re: [Discuss-gnuradio] Majority of WX GUI Widgets missing from Companion

2015-03-15 Thread NIKOS BIZANIS
My GNU Radio version is 3.7.6.1 and my system runs Ubuntu release 14.04.2 LTS. I chekced the file you asked me for and the line in question is: "ENABLE_GR_WXGUI_cached:INTERNAL=OFF", so just as it was guessed it is disabled. But how can I enable it? Thank you again, Nikos

Re: [Discuss-gnuradio] Majority of WX GUI Widgets missing from Companion

2015-03-15 Thread Marcus Müller
Ah, ok; my mistake; the "--enabled-components" option was just added recently; getting your GNU Radio version would be nice, nevertheless, so could you run "gnuradio-config-info -v" ? The CMakeOutput.log contained less info than I hoped; you should have a look into /home/nikos/gnuradio/build/CMakeC

Re: [Discuss-gnuradio] Vector Source variable from file

2015-03-15 Thread Marcus Müller
Hi Tom, A few things; > I have a vector source that repeats and points to two variables A + B How do I have to read that? Do you have a vector source, and you set its data to be the concatenation of list A and list B? > variable A is 1100 I assume you mean that A is [1,1,0,0] (a python list of in

Re: [Discuss-gnuradio] Reading info from pmt_blob

2015-03-15 Thread Bastian Bloessl
Hi, > On 14 Mar 2015, at 22:29, Nicolas Cuervo Benavides > wrote: > > Hello all, > > I'm new in GNURadio and right now I am understanding a little bit on how the > pmt work and how can it be read. > > For that I'm taking this project as a base: > https://github.com/bastibl/gr-ieee802-15-4,