Re: [Discuss-gnuradio] fast parallel filtering

2017-03-16 Thread Andy Walls
Hi Dirk, Thanks. Try the attached flowgraph. The pulse indicator output is a little crude at the moment (it needs some latching persistence for a human to read), but it does the job for a proof of concept. Note that in the future, you really do want to tune such the the SDR's center freq spike

Re: [Discuss-gnuradio] Coming very soon: Wiki transition

2017-03-16 Thread Martin Braun
...hit send too soon: Also, the new wiki now has a license for content. Everything that gets added from now on will be CC-BY-SA licensed. Cheers, Martin On 03/16/2017 04:37 PM, Martin Braun wrote: > A while back, we mentioned that we'd be moving the wiki to a new > MediaWiki installation, and

[Discuss-gnuradio] Coming very soon: Wiki transition

2017-03-16 Thread Martin Braun
A while back, we mentioned that we'd be moving the wiki to a new MediaWiki installation, and we're now aiming to finalize by the end of this Sunday. There's still a couple of tasks open, but the new wiki is already accessible at: http://wiki.gnuradio.org The content of the wiki was

Re: [Discuss-gnuradio] fast parallel filtering

2017-03-16 Thread Dirk Gorissen
Hi Andy, Very quickly collected some data off a different Tx. First at very close range, moving away, and then back again. It was quick and antenna was close to computer so perhaps quite noisy but should definitely have some strong pulses:

Re: [Discuss-gnuradio] Adding An Image File In GRC

2017-03-16 Thread Marcus Müller
Find the .xml file that describes the Qt label GRC block – it's very likely in gnuradio/gr-qtgui/grc – copy and modify it to your needs :) That way, you can have your own "image label". GNU Radio as project certainly wouldn't mind getting that new XML file as addition, neither :) Best regards,

Re: [Discuss-gnuradio] Adding An Image File In GRC

2017-03-16 Thread Timothy Coyle
Hi Marcus, I already got the Qt Label to show an image by editing the python file that GRC creates. The problem is that if I want to use GRC "interactively" to change parameters/settings/etc. that's not available in the GUI I create then the python file is overwritten by GRC. So I was just

Re: [Discuss-gnuradio] Problem with underruns

2017-03-16 Thread Marcus Müller
Hi SverreTS, can you be more specific? Why do you think it's the problem? Can you give us a rough idea of what your program does? At which rates are you working, with which hardware, and so on. Best regards, Marcus On 03/16/2017 01:52 PM, Sverre Turter Sandvold wrote: > > Hi! > > > Need

Re: [Discuss-gnuradio] Adding An Image File In GRC

2017-03-16 Thread Marcus Müller
Hi Timothy, hm, basically, all the Qt GUI things are really Qt QWidgets and subclasses. The python file generated by GRC sets up the window and stuff. I think the quickest way of understanding how this all works together is making a small Qt-GUI-based flow graph, and diff'ing the python code

[Discuss-gnuradio] Adding An Image File In GRC

2017-03-16 Thread Timothy Coyle
Hi, I am using GRC to create a flow graph that has a GUI and I'm looking for a way to add an image (a logo) to the GUI. Is there a way to use one of the Qt GUI widgets to add an image file? I know I can edit the python file created by GRC and add image file where I want but I think if I'm using

[Discuss-gnuradio] March 2017 Project Call Today

2017-03-16 Thread Ben Hilburn
Hey all - This is just a reminder that our monthly project call is today at 1800 GMT (~1 hour from now)! http://gnuradio.org/redmine/projects/gnuradio/wiki/DevelopersCalls http://gnuradio.org/events/

Re: [Discuss-gnuradio] Gr-Inspector install errors

2017-03-16 Thread Honcho41
I placed the path into FindQwtPlot3D.cmake as you suggested: # Based on https://github.com/w0land/thesis-app/blob/master/cmake/modules/FindQwtPlot3D.cmake # - try to find QwtPlot3D library and include files # QWTPLOT3D_INCLUDE_DIR, where to find GL/glut.h, etc. # QWTPLOT3D_LIBRARIES, the

Re: [Discuss-gnuradio] Trouble compiling a program using GNU Radio with MSVC17 (was: Global namespace Errors with Complex and xlocNum)

2017-03-16 Thread Geof Nieboer
Melvin, I would recommend using MSVC 2015, as I can verify that GNURadio builds fine with that, and the installation process for windows builds all dependencies with that to ensure consistency. That way you can at least rule out a compiler difference as the reasons. MSVC 2017 implements more of

Re: [Discuss-gnuradio] How do I actually activate ControlPort?

2017-03-16 Thread Kevin Reid
On Thu, Mar 16, 2017 at 6:20 AM, Jawad Seddar wrote: > Hi Kevin, > > I don't know about using the config line in .gnuradio/config.conf as mine > looks something like this: > > [ControlPort] > on = True > edges_list = True > [PerfCounters] > on = True > export = True > I

Re: [Discuss-gnuradio] Gr-Inspector install errors

2017-03-16 Thread Sebastian Mueller
Installing headers in your home directory is very uncommon, that's also why cmake cannot find your installation there. Can you try to add that path to ./cmake/Modules/FindQwtPlot3D.cmake in line 8? Same goes for the library path in line 11, that you have to find out, too. On 16.03.2017 14:49,

Re: [Discuss-gnuradio] Gr-Inspector install errors

2017-03-16 Thread Honcho41
Hi again Sebastian, I followed the guide that Kyeong posted (thank you) and although it didn't complete fully I do now have the qwt3d_plot.h file @: /home/mcgyver/qwtplot3d-0.2.7+svn191/include Any further help you can give is appreciated. Paul - Studying for BEng (Hons)

Re: [Discuss-gnuradio] How do I actually activate ControlPort?

2017-03-16 Thread Jawad Seddar
Hi Kevin, I don't know about using the config line in .gnuradio/config.conf as mine looks something like this: [ControlPort] on = True edges_list = True [PerfCounters] on = True export = True When I use gr-ctrlport-monitor or gr-perf-monitorx I always specify a host IP address and a port like

[Discuss-gnuradio] Problem with underruns

2017-03-16 Thread Sverre Turter Sandvold
Hi! Need some help with this gnuradio-block called "pulse_shaper_bs": https://github.com/sverrets/dsrc/blob/master/gr-dsrcmod/python/pulse_shaper_bs.py used in this program: https://github.com/sverrets/dsrc . I got alot of underruns and think the "pulse_shaper_bs" is causing the problem.

Re: [Discuss-gnuradio] Gr-Inspector install errors

2017-03-16 Thread Kyeong Su Shin
To whom it may concern: It seems like libqwtplot3d-qt4-dev and libqwtplot3d-qt4-0v5 are not available for Ubuntu 16.04 armhf ( http://packages.ubuntu.com/xenial/libqwtplot3d-qt4-0v5) . You can either try building them manually or switch to AArch64 (arm64) build of Ubuntu (not sure if it is the

Re: [Discuss-gnuradio] Gr-Inspector install errors

2017-03-16 Thread Honcho41
I have also just conducted a quick file search and found this path: /usr/share/doc/libqwtplot3d-doc$ There appears to be no qwt3d_plot.h though Paul - Studying for BEng (Hons) Telecommunications Systems Engineering Bournemouth University -- View this message in context:

Re: [Discuss-gnuradio] Gr-Inspector install errors

2017-03-16 Thread Honcho41
Hi Sebastian, Thank you for a quick reply. When I try to install those I get the following: mcgyver@mcgyver-pi:~$ sudo apt-get install libqwtplot3d-qt4-dev Reading package lists... Done Building dependency tree Reading state information... Done Package libqwtplot3d-qt4-dev is not

Re: [Discuss-gnuradio] Gr-Inspector install errors

2017-03-16 Thread Sebastian Mueller
Hi Paul, this message in *most* cases mean that qwtplot3d is not installed. Please make sure that these packages are installed: libqwtplot3d-qt4-0v5 libqwtplot3d-qt4-dev If this is the case, cmake cannot find your qwtplot3d installation. Can you please specify where you have installed qwtplot3d

Re: [Discuss-gnuradio] Gr-Inspector install errors

2017-03-16 Thread Honcho41
I am also trying to install gr-inspector on a RPi 3 running Ubuntu MATE 16.04.2 I'm sure I've installed all dependancies but when I run cmake I get this: mcgyver@mcgyver-pi:~/gr-inspector/build$ cmake .. -- Build type not specified: defaulting to release. -- Boost version: 1.58.0 -- Found the

[Discuss-gnuradio] Trouble compiling a program using GNU Radio with MSVC17 (was: Global namespace Errors with Complex and xlocNum)

2017-03-16 Thread Marcus Müller
Dear Melvin, as much as I'd like to help you with this, it's very likely not a GNU Radio but a MSVC-related problem – Now, it's completely possible this is *really* GNU Radio-related, so we should keep on this. However, > UPDATE: I removed Iostream since I commented out all cin,cout lines in >

[Discuss-gnuradio] Eb/ No, BER and Doppler Shift display

2017-03-16 Thread Mehmeto
Hi All, We do have a signal generator in the LAB that can take a BPSK modulated signal (at 2 MSPS) and add some Doppler Shift (from - 50 to 50 kHz) at 2 GHz. On the receiving end we have a downconverter and a professional modem that can display; Eb/ No BER Doppler Shift Frame (ASM) Lock Display

Re: [Discuss-gnuradio] fast parallel filtering

2017-03-16 Thread Dirk Gorissen
Mmm, thats odd. Those settings should be correct, maybe something went wrong with the recording :( I'll try to check in between things at work today else will do so tonight. Thanks for taking the time to look though. On 16 March 2017 at 00:39, Andy Walls wrote: > Hi