discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] FEC in gnruadio


From: Johannes Demel
Subject: Re: [Discuss-gnuradio] FEC in gnruadio
Date: Tue, 16 Jun 2015 15:20:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hey Bob,

the main idea is to have drop-in blocks for different codes. Have a
look at 'encoder.h' and the '_impl.*' files. They describe the
framework. In 'generic_encoder.h' is a description for all the
required and available functions for all the different codes. So your
encoder/decoder just inherits from 'generic_encoder'. Your inherited
coder class implements a code and exposes all necessary information
for the block which may be part of the stream based GNU Radio
framework or may use message passing. For details see [1]

I hope this helps.

Cheers
Johannes

[1] http://gnuradio.org/doc/doxygen/page_fec.html

On 16.06.2015 08:26, bob wole wrote:
> Hi,
> 
> I just stared working on FEC in gnuradio. I found that there is
> gr-fec.  I want to know that which literature , books/papers, was
> followed during the implementation of the gr-fec so that I can go
> through the c++ implementation more productively and add
> something.
> 
> 
> -- Bob
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iQIcBAEBAgAGBQJVgCK7AAoJEO7fmkDsqywM770P/j6dPo/aPfSwvTMZIhiU9a2X
CNbF5oz8rZfbygt7wSur4CCWg34V/rn8brft8Kx8SfPXNVWsBMEQEpP3xYOuHH/E
CsnZ4O+j16YzQmg/HboovStEC7aTZYE5DS70DOiYiNxwRFotD86sfDPHoZGMXjUk
6FXs4Pw0sb7wkA8TDbzpDiei+bodSKjgxISmK7ys1uEkUbXNmb1HFXbNXqx49SUi
g1Cb0PEvgpCcGnHDlCC5J9mZ1CAKclvj5cEqQh/FWcBWmBOD9rGJ1QI0wjVzayGt
d3VllEcQEhZFKMmu1pqT1zeM4jjmmeO0YCrBnaesJaC1q1U9noG2EvnqfWaFDGVm
uEOImZpRF3okmnp6iiARdM39kJeVZU1jS/AbPFU46QJlKJGpDuEZ33dREJMk1ZiN
L13pOke26Mc4qhyCC133oGvzNffNWKidkm7Hwvhdt2WZSz9icb0OlFvfY0vAgG8n
lQ6cMsQE8ybt8H/Ug+LS2cZvjuFSnb8kXom7zNZ2ezMhyAlyr3Mwby7WnMQhsUtW
KTug+5GcOVTqTSn5vojYB3jWutrqLYJy2aDJtFpnTPMz+j18fOx0NGgXe4n2/8O4
VjDu2MDudEWyVmTX4LQdVpcdJO3+l/exqTNBSO0/JWjCi9zCejVYeGjCzf+Yg5uz
JQPsddc/FBoKzxcclHu2
=ZOBQ
-----END PGP SIGNATURE-----



reply via email to

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