Re: [Discuss-gnuradio] How to use Correlation Estimator Block

2017-05-22 Thread Cinaed Simson
On 05/19/2017 11:24 AM, Huzaifa niazi wrote: > Hi, I want to correlate my data frame with known preamble , i am using > CORRELATION ESTIMATOR BLOCK . it has two output ports one is for > correlation and one is shown as output port . I want to Know How to > Proceed further for synchronization ,Which

Re: [Discuss-gnuradio] Building gnuradio master fails

2017-05-22 Thread Cinaed Simson
On 05/21/2017 08:02 PM, li...@lazygranch.com wrote: > It seems opensuse runs an old rev of gsl. Here are the relevant file > names and revs: > > gsl 1.16-74 > gsl-devel 2.3-9.1 > libgsl19 2.3-9.1 > libgslblas0 2.3-9.1 > python-pygsl 0.9.5-2.30 > python-pygsl-devel 0.9.5-2.30 I'm running release v

[Discuss-gnuradio] NEWSDR // Tufts University // Thr-Fri June 1-2

2017-05-22 Thread Neel Pandeya
* CALL-FOR-PARTICIPATION * NEWSDR 2017 New England Workshop on Software Defined Radio

Re: [Discuss-gnuradio] error make python test code in OOT module

2017-05-22 Thread Mostafa Shabani
Wonderful. Issue resolved. Thank you On Mon, May 22, 2017 at 11:48 PM, Michael Dickens wrote: > OK; great. 1 step forward. > > Since you're using Linux, you also need to add the library path such that > "ldconfig" can find it, generally by editing the file "/etc/ld.so.conf" to > add the new path

Re: [Discuss-gnuradio] error make python test code in OOT module

2017-05-22 Thread Michael Dickens
OK; great. 1 step forward. Since you're using Linux, you also need to add the library path such that "ldconfig" can find it, generally by editing the file "/etc/ld.so.conf" to add the new path ("/home/mostafa/prefix/lib") & then executing "sudo ldconfig". You can then verify that the libraries in

Re: [Discuss-gnuradio] error make python test code in OOT module

2017-05-22 Thread Mostafa Shabani
Hi, yes, literally "/prefix' ! :) {{{ python2.7 -c "import sys; print sys.path" }}} returns: ['', '/home/mostafa/prefix/lib/python2.7/dist-packages', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/l

Re: [Discuss-gnuradio] error make python test code in OOT module

2017-05-22 Thread Michael Dickens
Hi Mostafa - What does {{{ python2.7 -c "import sys; print sys.path" }}} return? You say you installed into "/prefix" (literally; not just an arbitrary setting) ... I'm thinking if you set PYTHONPATH to "/prefix/lib/python2.7/site- packages" then it should find the OOT module install. Hope this i

Re: [Discuss-gnuradio] qt_gui not found

2017-05-22 Thread Mojtaba Mansour Abadi
Hi Ali, First of all, based on the documentations provided by GNURadio, it's better to use QT GUIs rather than Wx GUIs. It looks like in the upcoming versions, the are going to put Wx GUIs aside. Anyway, if you are using GNURadio Companion, just double click on "Options" block which is by default

Re: [Discuss-gnuradio] error make python test code in OOT module

2017-05-22 Thread Mostafa Shabani
Hi MLD, Thank you for your reply. the prefix is: \prefix PYTHONPATH is empty Ubuntu 16.04.1 and (if it is helpful) whereis python2.7 returns: python2: /usr/bin/python2.7 /usr/bin/python2.7-config /usr/bin/python2 /usr/lib/python2.7 /etc/python2.7 /usr/local/lib/python2.7 /usr/include/python2.7 /u

Re: [Discuss-gnuradio] error make python test code in OOT module

2017-05-22 Thread Michael Dickens
Hi Mostafa - Yes, chances are that GNU Radio is installed where Python isn't looking for it. To be helpful, we'll need to know a few things: * What is the install prefix for GNU Radio as per PyBOMBS? * What does "echo $PYTHONPATH" return when executed in a terminal? * What OS / Version? Cheers!

Re: [Discuss-gnuradio] qt_gui not found

2017-05-22 Thread Keikavoos Afghahi
Hi Ali, There are two types of gui’s as far as I know in gnuradio companion. qt and wx Gui, instead of wx gui block use qt. your default is now set to qt but you are using wx instead. Of course you can use whatever you like but you have to change the default from qt to wx if you like to plot yo

[Discuss-gnuradio] qt_gui not found

2017-05-22 Thread Ali Khanjani
hi there, When i want to use wx gui scope i encounter to the error that qt_gui not found so what should i do i this case? please help me ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio