Re: [Discuss-gnuradio] FEC in gnruadio

2015-07-03 Thread bob wole
On Thu, Jul 2, 2015 at 8:10 PM, bob wole wrote: > > > On Tue, Jun 30, 2015 at 2:00 PM, bob wole wrote: > >> >> >> On Tue, Jun 16, 2015 at 11:45 PM, bob wole wrote: >> >>> >>> >>> On Tue, Jun 16, 2015 at 11:41 PM, Tom Rondeau wrote: >>> On Tue, Jun 16, 2015 at 1:03 PM, bob wole wrote: >>>

Re: [Discuss-gnuradio] FEC in gnruadio

2015-07-02 Thread bob wole
On Tue, Jun 30, 2015 at 2:00 PM, bob wole wrote: > > > On Tue, Jun 16, 2015 at 11:45 PM, bob wole wrote: > >> >> >> On Tue, Jun 16, 2015 at 11:41 PM, Tom Rondeau wrote: >> >>> On Tue, Jun 16, 2015 at 1:03 PM, bob wole wrote: >>> > On 16.06.2015 08:26, bob wole wrote: > > Hi,

Re: [Discuss-gnuradio] FEC in gnruadio

2015-06-30 Thread bob wole
On Tue, Jun 16, 2015 at 11:45 PM, bob wole wrote: > > > On Tue, Jun 16, 2015 at 11:41 PM, Tom Rondeau wrote: > >> On Tue, Jun 16, 2015 at 1:03 PM, bob wole wrote: >> >>> >>> On 16.06.2015 08:26, bob wole wrote: > Hi, > > I just stared working on FEC in gnuradio. I found that

Re: [Discuss-gnuradio] FEC in gnruadio

2015-06-16 Thread bob wole
On Tue, Jun 16, 2015 at 11:41 PM, Tom Rondeau wrote: > On Tue, Jun 16, 2015 at 1:03 PM, bob wole wrote: > >> >> >>> 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 , boo

Re: [Discuss-gnuradio] FEC in gnruadio

2015-06-16 Thread Tom Rondeau
On Tue, Jun 16, 2015 at 1:03 PM, bob wole wrote: > > >> 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-

Re: [Discuss-gnuradio] FEC in gnruadio

2015-06-16 Thread bob wole
> > 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 mor

Re: [Discuss-gnuradio] FEC in gnruadio

2015-06-16 Thread Tom Rondeau
On Tue, Jun 16, 2015 at 2:26 AM, 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

Re: [Discuss-gnuradio] FEC in gnruadio

2015-06-16 Thread Johannes Demel
-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 dif

[Discuss-gnuradio] FEC in gnruadio

2015-06-15 Thread bob wole
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 _