[Discuss-gnuradio] GRC Developers Call April 2016

2016-04-25 Thread Sebastian Koslowski
Hey, we plan to have a GRC Development Meeting on Thursday April 25, 2016 at 7pm CEST. Anyone, how whats to work on GRC is welcome to join. We'll review the latest changes briefly and then move on to future developments. An agenda draft can be found here: http://gnuradio.org/redmine/projects/

Re: [Discuss-gnuradio] Include own GUI in existing QT windows

2016-06-11 Thread Sebastian Koslowski
(for prosterity) This fixes the issue https://github.com/gnuradio/gr-inspector/pull/1 Sebastian Sent from BlueMail On Jun 10, 2016, 13:07, at 13:07, "Sebastian Müller" wrote: >Hi, > >update on this topic: I figured out that passing the parent does not >seem >to be the problem. The importan

Re: [Discuss-gnuradio] gnuradio companion Options block ID

2016-06-15 Thread Sebastian Koslowski
Hey Wayne, You are right, a check would be good. The same issue can occur for variable blocks. Thanks, Sebastian Sent from BlueMail On Jun 14, 2016, 15:28, at 15:28, Wayne Roberts wrote: >It would seem that the ID entered into options block of gnuradio >companion >is used as the class name

Re: [Discuss-gnuradio] Embedded python block in grc will not accept vectors

2016-10-10 Thread Sebastian Koslowski
Hello Edward, it seems, vlen support in epy_block was missing. Try this version: https://github.com/skoslowski/gnuradio/tree/epy_vectors Let me know if you find any issues. Sebastian On 10/10/2016 07:49 PM, Edward Miles wrote: > Hello, my name is Edward and I have a quick question about the em

Re: [Discuss-gnuradio] Do embedded python blocks in grc allow for different output than input?

2017-06-05 Thread Sebastian Koslowski
Yes, however double is not in the list (maybe you want float32?). Anyway, I fixed that a while a ago, but seemed to have forgotten to upstream it: https://github.com/skoslowski/gnuradio/commits/epy_block_port_map Sebastian On Mon, Jun 5, 2017 at 5:37 AM G Reina wrote: > I see that GRC had an "e

[Discuss-gnuradio] [GRCWG] Next call on Nov 18

2014-11-11 Thread Sebastian Koslowski
Hey, the GRCWG is meeting on Nov 18, 6pm UTC. Here is the wiki page for the call: http://gnuradio.org/redmine/projects/gnuradio/wiki/Call20141118 Sebastian -- Karlsruhe Institute of Technology (KIT) Communications Engineering Lab (CEL) Dipl.-Ing. Sebastian Koslowski Research Associate

Re: [Discuss-gnuradio] Problems with Gnuradio-Companion

2014-11-22 Thread Sebastian Koslowski
If you somehow ended up with two XMLs with the same key you should get an error. Same if the XML is invalid. Sebastian -- Karlsruhe Institute of Technology (KIT) Communications Engineering Lab (CEL) Dipl.-Ing. Sebastian Koslowski Research Associate Kaiserstraße 12 Building 05.01 76131 Karlsruh

[Discuss-gnuradio] GRCWG Dev Call

2015-04-13 Thread Sebastian Koslowski
) Communications Engineering Lab (CEL) Dipl.-Ing. Sebastian Koslowski Research Associate Kaiserstraße 12 Building 05.01 76131 Karlsruhe, Germany Phone: +49 721 608-46275 Fax: +49 721 608-46071 Email: sebastian.koslow...@kit.edu Web: http://www.cel.kit.edu/ KIT – University of the State of Baden

Re: [Discuss-gnuradio] GRCWG Dev Call

2015-04-14 Thread Sebastian Koslowski
Here are the notes: http://gnuradio.org/redmine/projects/gnuradio/wiki/Call20150414 Sebastian -- Karlsruhe Institute of Technology (KIT) Communications Engineering Lab (CEL) Dipl.-Ing. Sebastian Koslowski Research Associate Kaiserstraße 12 Building 05.01 76131 Karlsruhe, Germany Phone: +49

Re: [Discuss-gnuradio] Grc icon issue and not saving python script after executing

2015-06-19 Thread Sebastian Koslowski
Well, yes, this is the source directory containing the unexpanded script and resource files. To run the comand you have to replace YOUR_INSTALL_PREFIX with the path prefix you installed gnuradio to, e.g. /usr/local Also, please keep the list in cc. Sebastian On June 19, 2015 4:31:29 PM CEST, a

Re: [Discuss-gnuradio] Python Block module file location

2017-10-19 Thread Sebastian Koslowski
The source code of these Python blocks is saved inside a GRC file. The file in tmp is only for editing, changes are pulled back into GRC on write. Once you close your editor the file should be considered invalid. Sebastian On Wed, Oct 18, 2017, 17:15 Jason Matusiak wrote: > I have been experime

[Discuss-gnuradio] WSR14 and Hackfest

2014-02-16 Thread Sebastian Koslowski
nications Engineering Lab (CEL) Dipl.-Ing. Sebastian Koslowski Research Associate Kaiserstraße 12 Building 05.01 76131 Karlsruhe, Germany Phone: +49 721 608-46275 Fax: +49 721 608-46071 Email: sebastian.koslow...@kit.edu Web: http://www.cel.kit.edu/ KIT – University of the State of Baden-Wuertte

[Discuss-gnuradio] GRCon14: Call for posters and demos

2014-05-07 Thread Sebastian Koslowski
Hello everybody, We plan to host a poster and demo session at GNU Radio Conference 2014. While this is a new experiment for us, other conferences have had these for a while now. Showcasing projects or research work in this form usually leads to more direct interaction with listeners and lively dis

[Discuss-gnuradio] GRC Working Group Meeting/Hangout

2014-06-25 Thread Sebastian Koslowski
. Sebastian Koslowski Research Associate Kaiserstraße 12 Building 05.01 76131 Karlsruhe, Germany Phone: +49 721 608-46275 Fax: +49 721 608-46071 Email: sebastian.koslow...@kit.edu Web: http://www.cel.kit.edu/ KIT – University of the State of Baden-Wuerttemberg and National Research Center of the

Re: [Discuss-gnuradio] GRC Working Group Meeting/Hangout

2014-07-03 Thread Sebastian Koslowski
Hey, notes on the GRCWG call be found on the wiki [0] Sebastian [0] http://gnuradio.org/redmine/projects/gnuradio/wiki/Call20140702 On 06/25/2014 04:37 PM, Sebastian Koslowski wrote: > Hey, > > I have scheduled a GRC Working Group Meeting/Hangout for July 2nd, 17:00 > UTC. The

[Discuss-gnuradio] GRCon14: Call for posters and demos

2014-07-17 Thread Sebastian Koslowski
Hey, this is a quick reminder about the upcoming deadline for the *call for posters and demos* on July 31, 2014: We plan to host a poster and demo session at the GNU Radio Conference 2014. If you have a cool GR-related application, project, or research work you would like to showcase in the form

Re: [Discuss-gnuradio] Other block as parameter in GRC

2014-08-19 Thread Sebastian Koslowski
On 08/19/2014 01:07 PM, Julius Durst wrote: > Hi, > > how can I pass an other block from my flowgraph to a self written block > in the gnuradio-companion? What I want to do is invoking a method of > that passed block in my own one (or maybe there's an other way to do that?). > > I have tried pas

Re: [Discuss-gnuradio] Other block as parameter in GRC

2014-08-19 Thread Sebastian Koslowski
On 08/19/2014 03:32 PM, Durst, Julius Moritz Stephan wrote: > For using message passing I would have to create a custom filter block > (that updates upon messages). I will consider that if there is no easier > solution. Why not write a patch to the existing filter block(s): add the message port,

Re: [Discuss-gnuradio] Other block as parameter in GRC

2014-08-19 Thread Sebastian Koslowski
On 08/19/2014 05:01 PM, Sebastian Koslowski wrote: > Right. I could create a custom param type for that. Check if the id is > in the fg. See if that works for you (untested): https://github.com/skoslowski/gnuradio/commit/c90e2ddf1cea38ee2400ef56b234758048d980bf signature.asc Descr

Re: [Discuss-gnuradio] Other block as parameter in GRC

2014-08-19 Thread Sebastian Koslowski
On 08/19/2014 05:43 PM, Durst, Julius Moritz Stephan wrote: > Thank you very much for your effort. I will have a look into it. > > I came up with an other idea. I put my block and the filter-block in one > hier-block (written in python, not in the GRC of course), in which I can > pass the filter

Re: [Discuss-gnuradio] Editing medium-to-large flow-graphs in GRC now *agonizing* slow

2014-09-18 Thread Sebastian Koslowski
t; Karlsruhe Institute of Technology (KIT) > Communications Engineering Lab (CEL) > > Dipl.-Ing. Sebastian Koslowski > Research Associate > > Kaiserstraße 12 > Building 05.01 > 76131 Karlsruhe, Germany > > Phone: +49 721 608-46275 > Fax: +49 721 608-46071 > Ema

Re: [Discuss-gnuradio] Editing medium-to-large flow-graphs in GRC now *agonizing* slow

2014-09-18 Thread Sebastian Koslowski
On 09/18/2014 10:53 AM, Marcus D. Leech wrote: > What's the best way to apply this to master/HEAD ? "git cherry-pick" or apply the attached patch file. -- Karlsruhe Institute of Technology (KIT) Communications Engineering Lab (CEL) Dipl.-Ing. Sebastian Koslowski

[Discuss-gnuradio] [GRCWG] Call on October 1

2014-09-29 Thread Sebastian Koslowski
Engineering Lab (CEL) Dipl.-Ing. Sebastian Koslowski Research Associate Kaiserstraße 12 Building 05.01 76131 Karlsruhe, Germany Phone: +49 721 608-46275 Fax: +49 721 608-46071 Email: sebastian.koslow...@kit.edu Web: http://www.cel.kit.edu/ KIT – University of the State of Baden-Wuerttemberg and

Re: [Discuss-gnuradio] GRC problems

2013-10-14 Thread Sebastian Koslowski
Hi Johannes, try this for #2: https://github.com/skoslowski/gnuradio/commit/a79d235053df5ec697f393a21d1d37ea2967b9ed Sebastian On 10/12/2013 07:17 PM, Johannes Demel wrote: > Hi list, > > I discovered 2 problems with GRC recently. > > 1. I have a custom block with a message port (with a fixed

[Discuss-gnuradio] [GRC] Working Group

2013-10-25 Thread Sebastian Koslowski
d-steps-for-gnuradio/ [1] http://gnuradio.org/redmine/projects/gnuradio/wiki/GRCroadmap -- Karlsruhe Institute of Technology (KIT) Communications Engineering Lab (CEL) Dipl.-Ing. Sebastian Koslowski Research Associate Kaiserstraße 12 Building 05.01 76131 Karlsruhe, Germany Phone: +49 721 608-46275

[Discuss-gnuradio] [GRC] Working Group Call

2013-11-26 Thread Sebastian Koslowski
. Sebastian -- Karlsruhe Institute of Technology (KIT) Communications Engineering Lab (CEL) Dipl.-Ing. Sebastian Koslowski Research Associate Kaiserstraße 12 Building 05.01 76131 Karlsruhe, Germany Phone: +49 721 608-46275 Fax: +49 721 608-46071 Email: sebastian.koslow...@kit.edu Web: http

Re: [Discuss-gnuradio] Embed GRC XML in generated python code

2013-12-05 Thread Sebastian Koslowski
l.-Ing. Sebastian Koslowski Research Associate Kaiserstraße 12 Building 05.01 76131 Karlsruhe, Germany Phone: +49 721 608-46275 Fax: +49 721 608-46071 Email: sebastian.koslow...@kit.edu Web: http://www.cel.kit.edu/ KIT – University of the State of Baden-Wuerttemberg and National Research Center

Re: GSoC21: View-Only Mode Proposal Draft

2021-04-02 Thread Sebastian Koslowski
Hi Oscar, I am happy to hear your interested in doing GSoC with GNU Radio. Your proposal looks really good already! I will get back to you with some comments in the next few days Sebastian On Thu, Apr 1, 2021 at 3:02 PM Oscar Ekholm wrote: > Hello everyone in the GNU Radio community! > > I am

Re: Embedded Python Block Tutorial Param ID Error

2021-05-08 Thread Sebastian Koslowski
Hi, that looks like a bug introduced by https://github.com/gnuradio/gnuradio/pull/4522 We forgot to special-case / adapt epy blocks... Sebastian (von unterwegs gesendet) On Sat, May 8, 2021, 06:23 Solomon Tan wrote: > Dear all, > > I was following the GNURadio Embedded Python Block Tutorial.

Re: GSoC'21 - View Only Mode

2021-06-19 Thread Sebastian Koslowski
Thanks for you feedback and questions. > The user might want to disable saving of evaluated params for size, > security, etc. Would saving be optional? > Interesting idea. Shouldn't be too hard to implement - however I'd this low-priority optional extension of the project. > Some evaluated ex

Re: GRC: is it possible to show grid

2022-03-07 Thread Sebastian Koslowski
There is no option for that AFAIK. To implement it, you'll want to start here: https://github.com/gnuradio/gnuradio/blob/main/grc/gui/DrawingArea.py#L213 The grid size is defined in https://github.com/gnuradio/gnuradio/blob/main/grc/gui/Constants.py#L50 Best add a color in https://github.com/gnura

Re: Proposal draft

2024-03-16 Thread Sebastian Koslowski
Hi Ruben, thanks for the proposal and your interest in the project. Some quick feedback: * GRC files no longer use XML. Checkout the examples in the main repo, e.g. https://github.com/gnuradio/gnuradio/blob/main/gr-channels/examples/demo_ofdm.grc * There is a feature to auto-generate "not-embedde

Re: GSOC 2020

2020-01-11 Thread Sebastian Koslowski
Hey Samesh, Welcome to the GNU Radio community. I am especially happy that your interested in improving and extending GRC. >From the project ideas you listed, only the bus ports have been implemented. The other two have good chances to be list for GSoC 2020. I personally would prioritize the sub-

Re: GSoC 2020 Introduction

2020-02-14 Thread Sebastian Koslowski
Hi Akhil, welcome, good to hear that GNU Radio peaked your interest! You are absolutely right, C++, Python and Qt are among the most used technologies inside GNU Radio. And there is always lots to do outside of the actual DSP and theory thereof. QtGUI related work is always much appreciated. Rega

Re: GSOC 2020

2020-02-25 Thread Sebastian Koslowski
Hi Narayanan, welcome here and thanks for your interest in GNU Radio and gr-radar. To get started with Python I'd use one the countless resources you find on the web. After that you would probably want to study the code of gr-radar itself (the tests usually use Python). For a general introduction

Re: GSoC for Filter Design Tool Enhancements

2020-03-12 Thread Sebastian Koslowski
Hi Siddhartha, thanks for your interest in GNU Radio. I sounds like you have just the right skill-set to really have fun here. To answer your questions 1 and 2 I'd like to refer you to our wiki [1]. Check-out the page GSoCStudentInfo. Contact me if you have any further questions. For Qt I persona

Re:

2020-03-13 Thread Sebastian Koslowski
Hi Vandit, glad to hear you want to contribute to GNU Radio and especially to GRC. Since you haven't explicitly mentioned it, I am assuming that you are interested in a GSoC participation with GNU Radio. If this is the case, please check-out our wiki [1], maybe introduce yourself a little more and

Re: Draft Proposal: GRC view only mode (Secure)

2020-03-17 Thread Sebastian Koslowski
Hi Arpit read through your draft. Looks pretty good already. Here are some comments: - I am not 100% sure there is need for a caching library. Maybe it would make sense to highlight the benefits (and time-saving aspects). Also note that Cachier would be a new dependency (which raises the bar for

Re: Filter Design Tool Enhancements for Marcus Leech

2020-03-26 Thread Sebastian Koslowski
I'll have a look tomorrow. Maybe you'd like to share it here, too. Sebastian On Thu, Mar 26, 2020 at 7:11 PM zepeng bu wrote: > Hello mentors, > > I recently submitted a draft proposal, in it I have tried to include > detailed explanation of Filter Design Tool Enhancements in GNU Radio. > > As