Re: [Discuss-gnuradio] Gnu radio and IDEs

2017-10-13 Thread U L
I would recommend any IDE supported by cmake, as it is nice to have cmake build the appropriate project files for the IDE. I've personally used codeblocks which I find acceptable. I guess if the IDE has a sufficient project import feature this might not be as important. On my system $ cmake --he

Re: [Discuss-gnuradio] Copying existing module to extend functionality

2017-10-13 Thread Martin Braun
Do you need both the original and the new version? You could simply edit the existing block as you iterate. Otherwise, run gr_modtool to add a new block, copy over the the files, and then you'll have to do some manual search-and-replace. -- M On 10/13/2017 02:03 PM, Shane Petcavich wrote: > What

Re: [Discuss-gnuradio] Gnu radio and IDEs

2017-10-13 Thread Martin Braun
On 10/13/2017 02:27 PM, Andrej Rode wrote: > Hi, > >>> Does anyone have experience e using an idea integrated with gnu radio for >>> making c, c++ modules? Any recommendations? Eclipse? NetBeans? Don't do it? > > you can basically use any IDE which support C/C++ if you are into > hacking blocks

Re: [Discuss-gnuradio] Gnu radio and IDEs

2017-10-13 Thread Andrej Rode
Hi, > > Does anyone have experience e using an idea integrated with gnu radio for > > making c, c++ modules? Any recommendations? Eclipse? NetBeans? Don't do it? you can basically use any IDE which support C/C++ if you are into hacking blocks together in C/C++. If you are using existing blocks/c

Re: [Discuss-gnuradio] Gnu radio and IDEs

2017-10-13 Thread Michael Piscopo
I've had great success with Eclipse. I use it for all my OOT modules. On Fri, Oct 13, 2017 at 5:03 PM, Walter Grossman wrote: > Does anyone have experience e using an idea integrated with gnu radio for > making c, c++ modules? Any recommendations? Eclipse? NetBeans? Don't do it? > > ___

[Discuss-gnuradio] Gnu radio and IDEs

2017-10-13 Thread Walter Grossman
Does anyone have experience e using an idea integrated with gnu radio for making c, c++ modules? Any recommendations? Eclipse? NetBeans? Don't do it? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss

[Discuss-gnuradio] Copying existing module to extend functionality

2017-10-13 Thread Shane Petcavich
What is the best way to copy a module so I can extend the functionality of a block the module contains? I'm trying to extend a block in gr-specest module Shane Petcavich Electronics Engineer HME (858) 848-3961 ___ Discuss-gnuradio mailing list Discuss-

Re: [Discuss-gnuradio] Matplotlib and GNU Radio: Dynamic plot

2017-10-13 Thread Kartik Patel
Dear Ali, The task that you want to do can be done with Bokeh library . I am not sure how to do it but may be you can ask on their forum or can check their examples like this one . We have a GNU Radio

Re: [Discuss-gnuradio] Matplotlib and GNU Radio: Dynamic plot

2017-10-13 Thread Marcus Müller
Dear Ali, yes, that's possible, but it's really hard to make matplotlib play alongside with other GUI toolkits. Good luck. I've already suggested multiple times not to use matplotlib for your use case – believe me, that happened out of experience. Best regards, Marcus On 10/13/2017 03:30 P

Re: [Discuss-gnuradio] Matplotlib and GNU Radio: Dynamic plot

2017-10-13 Thread Ali
Hi to all, As I mentioned above, I am trying to plot the real-time outputs of a grc file. I am using the approach given in the link below. Taking two outputs via message sink and then plotting them by matplotlib functions. http://recolog.blogspot.com.tr/2015/08/processing-data-out-of-gnuradio.htm

Re: [Discuss-gnuradio] GSM receiver

2017-10-13 Thread Piotr Krysik
W dniu 12.10.2017 o 11:29, Rensi Mathew pisze: > > I am working with the airprobe_uhd.grc file in the page > https://sourceforge.isae.fr/projects/ralf/wiki/GSM_receiver_with_gr-gsm_and_Wireshark. > > I am running the |gnuradio-companion| in Ubuntu 16.04 and my source is > USRP B200 SDR. When I am r