[Discuss-gnuradio] [GSoC] GNU Radio Companion Extensions: Output C++ Code

2017-03-26 Thread Håkon Vågsether
Hello! My name is Håkon Vågsether, and I am a first year MSc student in Cybernetics and Robotics at NTNU's (Norwegian University of Science and Technology, Trondheim). I am very interested in participating in GSoC 2017 for GNU Radio and I have added a link below to my proposal draft for the

Re: [Discuss-gnuradio] [GSoC] GNU Radio Companion Extensions: Output C++ Code

2017-03-29 Thread Håkon Vågsether
e tried to do so in a new version of my proposal below. You're more than welcome to have another look at it, and please don't hesitate to notify me if I should correct or add something. I believe I've addressed all of your concerns :) Best regards, Håkon Vågsether On Sun, Mar 26

Re: [Discuss-gnuradio] [GSoC] GNU Radio Companion Extensions: Output C++ Code

2017-03-29 Thread Håkon Vågsether
Woops, forgot to actually add the link. gsoc.pdf <https://drive.google.com/file/d/0B1ylsmzHTJ7AQ01lNDYzMHZweVk/view?usp=drivesdk> Sorry! :) Best regards, Håkon Vågsether 29. mar. 2017 5.53 p.m. skrev "Håkon Vågsether" : Hi Marcus, thank you for your feedback! You've

Re: [Discuss-gnuradio] [GSoC] GNU Radio Companion Extensions: Output C++ Code

2017-03-30 Thread Håkon Vågsether
ser tries to switch to C++ output. I suppose this method would then have to check if there are any of the blocks in the flowgraph that aren't in a list of successfully ported blocks. There's probably a more elegant way to do this, just a suggestion :) Best regards, Håkon Vågsether ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] [GSoC] GNU Radio Companion Extensions: Output C++ Code

2017-03-31 Thread Håkon Vågsether
to leave out the non-essential details to reduce complexity. As Ben pointed out (if I understood him correctly), it might not be worthwhile to create Makefiles directly from the templates, rather just leave it all to CMake. This does make sense and will save me some work. ​ call_diag.png <https:/

Re: [Discuss-gnuradio] [GSoC] GNU Radio Companion Extensions: Output C++ Code

2017-03-31 Thread Håkon Vågsether
Hi Martin, okay, I see. This is useful information, thanks a lot! Best regards, Håkon Vågsether There's another thing: On 3.8, we'll be going to a different model of > writing GRC bindings (YAML-based). It's difficult to summarize the > changes, but basically, don't

Re: [Discuss-gnuradio] [GSoC] GNU Radio Companion Extensions: Output C++ Code

2017-04-01 Thread Håkon Vågsether
d instantiate things like filter and constellation objects during design time (before you hit generate) and do validation with those. Sebastian [0] https://github.com/skoslowski/gnuradio/blob/df1e94831c05e3b8 a25e5490f50ebf9e98795182/grc/core/generator/top_block.py On 03/31/2017 02:07 PM, Hå

Re: [Discuss-gnuradio] Noobie Advice -- Installing Icons, Mime Type, and Menu Items

2017-07-17 Thread Håkon Vågsether
at. :) So, instead of: $ sudo grc_setup_freedesktop install you'll have to do: $ sudo. /grc_setup_freedesktop install If you want more info on this, this link might be helpful: http://www.linfo.org/path_env_var.html Hope I could be of any help. Best regards, Håkon Vågsether 17. jul. 2017 3.39 p.m.

Re: [Discuss-gnuradio] Noobie Advice -- Installing Icons, Mime Type, and Menu Items

2017-07-17 Thread Håkon Vågsether
Hi Jerry, that's great! I'm glad you figured it out. You're absolutely right, things like this can indeed drive a person crazy. It's certainly driven me crazy a couple of times. I've edited the wiki, it should be fixed now :) Best regards, Håkon Vågsether 17. jul. 20

[Discuss-gnuradio] [SOCIS '17] GRC C++ Output - Week 0: Introduction

2017-07-23 Thread Håkon Vågsether
regard to blog design. Hope you don't mind :) Great work so far and good luck with the rest of your GSoC projects! Best regards, Håkon Vågsether ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 1

2017-07-30 Thread Håkon Vågsether
Hi all, The focus for this week has been the header file template. I've just updated my blog with some more details, you can check it out at: http://grccpp.wordpress.com If you have any questions or suggestions, please don't hesitate to ask :) Best regards, Håkon

Re: [Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 1

2017-07-31 Thread Håkon Vågsether
Not yet, I'll do it today :) Best regards, Håkon Vågsether On Mon, Jul 31, 2017 at 9:32 AM, Marcus Müller wrote: > Hi Håkon, > > thanks for the update :) And of course, thank for the python3 bugfix! Did > you do a pull-request against the "mainline" gnuradio/python

Re: [Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 1

2017-08-01 Thread Håkon Vågsether
) so I'll have to add the corresponding C++ data to the blocks. This way, GRC will know whether to use the Python or C++ "parts" of the block when generating. Hope this cleared things up! :) Best regards, Håkon Vågsether 31. jul. 2017 1.47 p.m. skrev "Kartik Patel" :

[Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 2

2017-08-06 Thread Håkon Vågsether
Hi all, The focus for this week has been the source file template. I've just updated my blog with more details, you can check it out at: http://grccpp.wordpress.com If you have questions or suggestions, please don't hesitate to ask! :) Best regards, Håkon

[Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 3

2017-08-13 Thread Håkon Vågsether
Hi all, The focus for this week has been the CMakeLists.txt template. I have written a small demonstration of my project in its current state. You can read more at: http://grccpp.wordpress.com Best regards, Håkon Vågsether ___ Discuss-gnuradio mailing

Re: [Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 3

2017-08-19 Thread Håkon Vågsether
Hi Martin, Yes, I will allow QT-GUI-based applications! My 7th week is dedicated to that :) Best regards, Håkon Vågsether 18. aug. 2017 16.28 skrev "Martin Braun" : On 08/13/2017 05:01 PM, Håkon Vågsether wrote: > Hi all, > > The focus for this week has been the CMakeLists.t

[Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 4

2017-08-20 Thread Håkon Vågsether
Hi all, The focus for this week has been the CppTopBlockGenerator class. You can read more at my blog: http://grccpp.wordpress.com Best regards, Håkon Vågsether ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman

[Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 5

2017-08-27 Thread Håkon Vågsether
Hi all, The focus for this week has been the handling of parameters and variables. You can read more at: https://grccpp.wordpress.com/ Best regards, Håkon Vågsether ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org

[Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 6

2017-09-01 Thread Håkon Vågsether
Hi all, The first milestone has been reached! You can read more and see a demonstration of the project's current state at: https://grccpp.wordpress.com/ Best regards, Håkon Vågsether ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] Problem with tutorial 3 GNU radio in Python

2017-09-13 Thread Håkon Vågsether
, analog.GR_SQR_WAVE, 0.1, 1, 0)* to line 55. In other words, put them right after: *self.ampl = ampl = 1* You actually only need to move the line with *analog_sig_source_x_1*, but it might be nice to have them all in one place. Best regards, Håkon Vågsether On Wed, Sep 13, 2017 at 10:37 AM

[Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 7

2017-09-13 Thread Håkon Vågsether
Hi all, I was on holiday the previous week, but I have created a poster which I have included in my latest blog post. You can read more at: https://grccpp.wordpress.com/ Best regards, Håkon Vågsether ___ Discuss-gnuradio mailing list Discuss-gnuradio

[Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 8

2017-09-18 Thread Håkon Vågsether
Hi all, The focus for this week has been the QT blocks. You can read more at: https://grccpp.wordpress.com Best regards, Håkon Vågsether ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 8

2017-09-24 Thread Håkon Vågsether
Hello Piotr, hmm, that certainly doesn't look like code I have touched, and I can't say I have seen that error before either. I'm running Arch Linux (Python 3.6.2), hope that helps! :) Best regards, Håkon Vågsether On Sun, Sep 24, 2017 at 4:27 PM, Piotr Krysik wrote: > W dn

[Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 9

2017-09-24 Thread Håkon Vågsether
://grccpp.wordpress.com Best regards, Håkon Vågsether ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 10

2017-09-29 Thread Håkon Vågsether
Hi all, I have updated my blog with my tenth and final weekly blog post. You can read more at http://grccpp.wordpress.com Best regards, Håkon Vågsether ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo

Re: [Discuss-gnuradio] How to compile the example alone?

2018-03-03 Thread Håkon Vågsether
ot an expert in CMake, but I can point you to a CMakeLists.txt that I've used for the same purpose. I have uploaded it at: https://gist.github.com/haakov/7561494f3eaf77d4259d5abea33c0c4e Hope this helps! Best regards Håkon Vågsether Den lør. 3. mar. 2018, 11.34 skrev ruiy <2997215...@

GSoC 2021 - Call for Ideas

2021-02-16 Thread Håkon Vågsether
age: https://wiki.gnuradio.org/index.php/GSoCIdeas If you are unfamiliar with GSoC, you can read about it here: https://summerofcode.withgoogle.com/ Thank you! Best regards, Håkon Vågsether GSoC 2021 Organization Administrator

Re: GSoC'21 - View Only Mode

2021-05-24 Thread Håkon Vågsether
Hi Oscar, Congratulations on being accepted for GSoC 2021! I was a summer of code student (SOCIS, not GSoC) a few years ago, and I certainly don't regret it. I'm looking forward to reading your updates throughout the summer! Best regards, Håkon Vågsether man. 24. mai 2021, 12:40 sk

Re: [Discuss-gnuradio] gr-ettus and GNU radio v3.8

2019-07-03 Thread Håkon Vågsether
Hello Erik, I haven't really looked at gr-ettus for the master branch yet, but have you tried replacing 'out' with 0 on line 125 in rfnoc_test1.py? It would also be helpful if you supplied a git branch or something to look at, I might give it a try myself. Best regards, Håkon Vå

Re: [Discuss-gnuradio] gnuradio-companion-3.8.0 fails to run

2019-10-24 Thread Håkon Vågsether
This error message also occurs in one of the GRC tests: https://github.com/gnuradio/gnuradio/issues/2678 Best regards Håkon Vågsether tor. 24. okt. 2019, 12:41 skrev Müller, Marcus (CEL) : > Hi Barry, > > neat, haven't seen that one before, specifically :) > But I've see