discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] SOCIS project update 4


From: Johannes Demel
Subject: [Discuss-gnuradio] SOCIS project update 4
Date: Sat, 27 Jun 2015 14:47:28 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Hey GNU Radio'ers,

and here we go again. Another week has passed and thus it's time for
my weekly report.
Just like last week, this week has been about implementing an encoder
decoder chain in C++ for FECAPI. After I put a lot of work in a good
encoder implementation, I did so too with the decoder this week. There
is a rather simple successive cancellation decoder like it is known
from the original paper and there is an alomst working successive
cancellation list decoder. It needs some more love to come up to its
full potential, though.
As a side note, Python is way easier for a first implementation. It
already proved to be helpful to have a Python implementation first a
couple of times.
So, as planned, next week I'll continue working on this decoder and
some more optimization. It seems like natural bit order is beneficial
for software implementations, especially in contrast to hardware ones.
This work will eventually lead to kernels for VOLK. That's my hope for
the moment.

More info and current project progress can be found in [1] and [2].

Cheers
Johannes

[1] https://github.com/jdemel/gnuradio
[2] https://github.com/jdemel/socis-proposal



reply via email to

[Prev in Thread] Current Thread [Next in Thread]