[Discuss-gnuradio] [GSoC18] Student projects announced!

2018-04-23 Thread Felix Wunsch
he improvements you will bring to GNU Radio! Cheers, Felix -- Karlsruhe Institute of Technology (KIT) Communications Engineering Lab (CEL) Felix Wunsch, M.Sc. Research Associate Kaiserstraße 12 Building 05.01 76131 Karlsruhe Phone: +49 721 608-46276 Fax: +49 721 608-46071 E-Mail: felix

Re: [Discuss-gnuradio] PROBLEM INSTALLING "GR-FBMC" WITH PyBOMBS

2018-04-10 Thread Felix Wunsch
gt; Aborting. >> " >> >> If anyone have had the same problem and/or know how solve it, please write >> me. >> >> Thanks. >> ___ >> Discuss-gnuradio mailing list >> Discuss-gnuradio@gnu.org >> https

Re: [Discuss-gnuradio] [GSoC2018][Filter Design Tool Enhancements][Need Feedback]

2018-03-23 Thread Felix Wunsch
Sakshi Agrawal > > [0]https://github.com/sakshi18agrawal1/documents/blob/master/Sakshi_GSoC2018.pdf > > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio --

Re: [Discuss-gnuradio] [GSoC18] Application period started!

2018-03-20 Thread Felix Wunsch
__ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio -- Karlsruhe Institute of Technology (KIT) Communications Engineering Lab (CEL) Felix Wunsch, M.Sc. Research Associate Kaiserstraße 12 Building 05.01

[Discuss-gnuradio] [GSoC18] Student application period starting soon!

2018-03-08 Thread Felix Wunsch
eline -- Karlsruhe Institute of Technology (KIT) Communications Engineering Lab (CEL) Felix Wunsch, M.Sc. Research Associate Kaiserstraße 12 Building 05.01 76131 Karlsruhe Phone: +49 721 608-46276 Fax: +49 721 608-46071 E-Mail: felix.wun...@kit.edu www.cel.kit.edu KIT -- University of the State of

Re: [Discuss-gnuradio] An Old Idea for GSoC 2018

2018-02-28 Thread Felix Wunsch
ivel Velumani > > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio -- Karlsruhe Institute of Technology (KIT) Communications Engineering Lab (CEL) Felix Wuns

Re: [Discuss-gnuradio] Kick-Starting for GSOC-2018

2018-02-20 Thread Felix Wunsch
er pace.. > > Regards > Chaithya G R > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org <mailto:Discuss-gnuradio@gnu.org> > https://lists.g

Re: [Discuss-gnuradio] gr-drm reconfiguration & Channel simulations

2016-11-10 Thread Felix Wunsch
ansmission using > gr-drm. Is it fully functional and tested ? DREAM doesn't support > DRM+ reception. Any open source receiver available to receive DRM+ ? > > > -ben > > ---- > *From:* Felix Wunsc

Re: [Discuss-gnuradio] gr-drm reconfiguration & Channel simulations

2016-11-07 Thread Felix Wunsch
__ >> Discuss-gnuradio mailing list >> Discuss-gnuradio@gnu.org >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > Cheers > Felix > -- > Karlsruhe Institute of Technology (KIT) > Communications Engineering Lab (CEL) > > Fel

Re: [Discuss-gnuradio] gr-drm reconfiguration & Channel simulations

2016-11-04 Thread Felix Wunsch
___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio Cheers Felix -- Karlsruhe Institute of Technology (KIT) Communications Engineering Lab (CEL) Felix Wunsch, M.Sc. Research Asso

[Discuss-gnuradio] 2nd IEEE Signal Intelligence Challenge

2015-04-22 Thread Felix Wunsch
Hi all, on behalf of the IEEE Student Branch Karlsruhe [0], I'm happy to announce the 2nd IEEE Signal Intelligence Challenge (ISIC) which is organized in cooperation with the Secure Mobile Networking Lab (Seemoo) at the TU Darmstadt [1]! Like last year, it's all about finding, decoding and d

[Discuss-gnuradio] Performance problem with memmove

2012-09-03 Thread Felix Wunsch
lots of gr-buffer warnings). Does memmove get called in the buffer context and is it possible that this in combination with large buffers leads to a high CPU load? Best regards, Felix Wunsch ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] Profiling GNU Radio flow graphs

2012-08-24 Thread Felix Wunsch
Hi, using oprofile is quite easy. Basically you configure your profiler, start it, start your application, kill it after some time, kill the profiler and look at the results. You don't have to set any special compiler flags. However, if you want to get annotated source, you need to compile wi

Re: [Discuss-gnuradio] Audio sink does not throttle sample flow

2012-08-23 Thread Felix Wunsch
Am 22.08.2012 00:09, schrieb Tom Rondeau: On Mon, Aug 13, 2012 at 12:25 PM, Felix Wunsch wrote: Am 13.08.2012 13:33, schrieb Tom Rondeau: On Mon, Aug 13, 2012 at 5:05 AM, Felix Wunsch wrote: Am 12.08.2012 19:19, schrieb Tom Rondeau: On Tue, Aug 7, 2012 at 6:22 AM, Felix Wunsch wrote: Hi

Re: [Discuss-gnuradio] GSoC gr-drm: Release of DRM Transmitter

2012-08-20 Thread Felix Wunsch
Sorry for the double post, but I guess it would have been useful if I had provided the link to my repository =). So here it is: http://github.com/fewu/gnuradio_drm Felix Am 20.08.2012 12:46, schrieb Felix Wunsch: Hi all, This morning I pushed my stable branch to github. I also wrote a

[Discuss-gnuradio] GSoC gr-drm: Release of DRM Transmitter

2012-08-20 Thread Felix Wunsch
es are reached. Finally, I have to say that the past 3 months have been real fun, I have been learning a lot and I want to thank the community for being so helpful. As I will present my project on GRCon 12 in Atlanta in september, I'm looking forward to meeting some of you there! Best re

Re: [Discuss-gnuradio] CMake/SWIG build problems

2012-08-17 Thread Felix Wunsch
Hi Rafael, I am preparing a release for the beginning of next week. The release will contain my DRM30 transmitter with various, fully configured flowgraphs that hopefully can be used more or less as-is and especially without deep knowledge of DRM. It's already working, but before releasing my

[Discuss-gnuradio] CMake/SWIG build problems

2012-08-14 Thread Felix Wunsch
Hi all, I am currently preparing a release of my DRM transmitter blockset. This package shall contain my GNU Radio blocks and a set of classes (no blocks) used for initializing the transmitter parameters before the flow graph is started. At the moment, I have a source tree generated by gr_mo

Re: [Discuss-gnuradio] Audio sink does not throttle sample flow

2012-08-13 Thread Felix Wunsch
Am 13.08.2012 13:33, schrieb Tom Rondeau: On Mon, Aug 13, 2012 at 5:05 AM, Felix Wunsch wrote: Am 12.08.2012 19:19, schrieb Tom Rondeau: On Tue, Aug 7, 2012 at 6:22 AM, Felix Wunsch wrote: Hi all, I recently wrote a block for decoding DRM AAC streams. For testing I put together a small

Re: [Discuss-gnuradio] Audio sink does not throttle sample flow

2012-08-13 Thread Felix Wunsch
Am 12.08.2012 19:19, schrieb Tom Rondeau: On Tue, Aug 7, 2012 at 6:22 AM, Felix Wunsch wrote: Hi all, I recently wrote a block for decoding DRM AAC streams. For testing I put together a small flow graph consisting of a wav source, encoder block, decoder block, (rational) resampler and an

[Discuss-gnuradio] Audio sink does not throttle sample flow

2012-08-07 Thread Felix Wunsch
3.5.1 and xubuntu 11.10. Any hints why this is happening and how to solve this? Best regards, Felix Wunsch <>___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] GRC XML Problem: Variable number of vector outputs with different vlen

2012-07-04 Thread Felix Wunsch
equals the number of output ports and whose elements describe the length of each vector. Is there a way to make this work in GRC without creating multiple .xml files for different configurations? Best regards, Felix Wunsch ___ Discuss-gnuradio mailing

Re: [Discuss-gnuradio] GSoC: GNU Radio DRM receiver

2012-04-27 Thread Felix Wunsch
test your code when you commit something. Danke shon! Rafael Diniz Hi list, my name is Felix Wunsch an I'm really happy to be one of the accepted students and I want to thank you very much for giving me this great opportunity! I am currently studying at the KIT (Karlsruhe Institute of