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
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
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