[Discuss-gnuradio] Problem of puncturing in the FEC Extended Tagged Encoder

2019-01-21 Thread NAVES Raphael
Dear all, I am using the FEC Extended Tagged Encoder block with a CC Encoder Object. Everything is fine when there is no puncturing (meaning that P = '11'). However when I want to add some puncturing, there is a problem of tag. Indeed, the length tag is not updated depending on the puncturing

Re: [Discuss-gnuradio] Clone existing blocks in my own GNURadio project

2019-01-15 Thread NAVES Raphael
us On Tue, 2019-01-15 at 17:27 +0100, NAVES Raphael wrote: Dear GNURadio users, Most of the time, when working on my own GNURadio project, I need to add some minor modifications on already existing GNURadio blocks (add a function in the c++/python file for instance or add a new parameter in the

[Discuss-gnuradio] Clone existing blocks in my own GNURadio project

2019-01-15 Thread NAVES Raphael
Dear GNURadio users, Most of the time, when working on my own GNURadio project, I need to add some minor modifications on already existing GNURadio blocks (add a function in the c++/python file for instance or add a new parameter in the xml file). Since I do not want to modify the original cod