Re: [Discuss-gnuradio] GSoc2014 gr-trellis/turboeq proposal

2014-03-12 Thread kraemer
> On 12.03.2014 08:04, Jan Krämer wrote: >> Hey guys, >> >> I finally finished a first draft of my proposal for GSoC 2014 on >> improvements for gr-trellis and a turboeq block. >> It's available on github: >> >> https://github.com/SpectreJan/GSoC2014 >> >> Please let me know what you think of it. >

Re: [Discuss-gnuradio] GSoc2014 gr-trellis/turboeq proposal

2014-03-13 Thread kraemer
Hey, an updated version of my GSoC proposal is now on available: https://github.com/SpectreJan/GSoC2014 Regarding work that I have done in the past: Parts of the code of my current master thesis project (Log-MAP decoder with OpenCL) is now available on Github. https://github.com/SpectreJan/cel_

[Discuss-gnuradio] Swig Trouble

2016-01-02 Thread Jan Kraemer
Hey everyone, I need help with the swig magic. I have a new block inside gr-fec called viterbi_decoder which is basically just a copy of the cc_decoder class. And a impl class viterbi_decoder_impl class, which is basically a copy of the cc_decoder_impl class. They compile fine, and I can see the s

Re: [Discuss-gnuradio] GSoC2014 Turbo Equalizer

2014-03-01 Thread Jan Kraemer
Hey Nguyen Anh Duc, thanks for your input. It's nice to see that there seems to be some guys interested in the whole turbo EQ topic. These are some interesting points you mentioned. To be honest i never thought about using MLSE/MAP for the equalizer part. Same goes with another turbo decoder i