Re: [Discuss-gnuradio] ZMQ REQ / REP naming Swap?

2016-07-29 Thread Andy Walls
On Fri, 2016-07-29 at 11:49 -0400, Michael Dickens wrote: > I'm looking for an OOT to do the REP /REQ way that GR does -not- > provide, or will just create one myself. I don't anticipate adding it to > the core gr-zeromq component. I agree that it would add unnecessary > complexity to those alread

Re: [Discuss-gnuradio] Is there any way to export Qt GUI Sink?

2016-07-29 Thread Marcus Müller
Hello Shilei Tian! When you middle-mouse-button-click on a Qt GUI, you get a menu, and that contains a "Save" entry. (You can definitely call that same functionality programmatically, too, but I'd have to look up how – I'd expect you'd have to send the right Qt signal to the right Qt slot to trigg

[Discuss-gnuradio] Is there any way to export Qt GUI Sink?

2016-07-29 Thread Shilei Tian
Hello, everyone. I need the plot of Qt GUI Sink result, but I don’t find any way to export it except using system sceenshot, but it is poor quality. I want to ask is there any way to export a vector figure, like *.eps or something else, or some data that I can use to plot with Matlab? Thanks!

Re: [Discuss-gnuradio] ZMQ REQ / REP naming Swap?

2016-07-29 Thread Michael Dickens
Hi Andy - Thanks for your detailed thoughts on the subject matter. I think we're all in general agreement that there are 2 ways to do REP / REQ with respect to which is client and which is server. GR implements one of those ways, but could easily provide the other, too. It's just another way of lo

Re: [Discuss-gnuradio] [GSoC] gr-inspector update / ask for feedback

2016-07-29 Thread Dave NotTelling
Great work! On Fri, Jul 29, 2016 at 10:36 AM, Sebastian Müller wrote: > Hi all, > > week 10 of GSoC is over and I managed to implement an OFDM sync block: > https://grinspector.wordpress.com/2016/07/29/week-10-sync/ > > Since I make good time, I will try to add a FM demod block to the toolbox. >

Re: [Discuss-gnuradio] ZMQ REQ / REP naming Swap?

2016-07-29 Thread Andy Walls
> From: > Francisco Albani > Subject: > Re: [Discuss-gnuradio] ZMQ REQ / > REP naming Swap? > Date: > Thu, 28 Jul 2016 23:21:25 -0300 > > __ >

Re: [Discuss-gnuradio] [GSoC] gr-inspector update / ask for feedback

2016-07-29 Thread Sebastian Müller
Hi all, week 10 of GSoC is over and I managed to implement an OFDM sync block: https://grinspector.wordpress.com/2016/07/29/week-10-sync/ Since I make good time, I will try to add a FM demod block to the toolbox. Target is to have one example workflow from Ether to demod data (= sound). Cheers,

Re: [Discuss-gnuradio] ZMQ REQ / REP naming Swap?

2016-07-29 Thread Andy Walls
From: Michael Dickens Date: Thu, 28 Jul 2016 20:23:36 -0400 > On Thu, Jul 28, 2016, at 06:44 PM, Johnathan Corgan wrote: >> The ZMQ REQ/REP dataflow has the receiving end REQuest data from the sending end when needed, which REPlies with a packet. It's a form of flow control. >> >> From the GNU

Re: [Discuss-gnuradio] ZMQ REQ / REP naming Swap?

2016-07-29 Thread Michael Dickens
Hi Francisco - Yes, I think having a generic ZMQ block would be awesome. Do you have an OOT module or block that does what you listed: a generic ZMQ block? If so, how do I gain access to it? This would save me lots of time! Thanks! - MLD On Thu, Jul 28, 2016, at 10:21 PM, Francisco Albani wrote: >

Re: [Discuss-gnuradio] [USRP-users] N210s MIMO feature testing as in the Application Note Synchronization and MIMO updated kb

2016-07-29 Thread Jawad Seddar
Hi Naceur, I think this question has more to do with GNU Radio and GRC than with USRPs per say, so I added the GNU Radio mailing list. I'll try and answer some of your questions. 1/ Your WX GUI looks old and ugly indeed. I've never had this issue before. But WX widgets are "deprecated" and not r

Re: [Discuss-gnuradio] gr-radar make issue

2016-07-29 Thread Stefan Wunsch
Hi, Please run ctest -V and give the verbose error output. You give too little information to guess what went wrong! Greetings, Stefan On 07/29/2016 01:04 AM, Abhinav Jadon wrote: > Hi , > I use an Ubuntu 14.04 machine. 64 bit processor. > UHD version 003.010 | QWT version 6.0.0 | Boost versio