Convolutionnel encoder in GRC

i want to ask if there is a convolutionnel encoder in GRC wich can
achieve a coding rate = 2/3 or  3/4

On Thu, Jun 18, 2009 at 9:19 AM, maher manai[email protected] wrote:

i want to ask if there is a convolutionnel encoder in GRC wich can achieve a
coding rate = 2/3 or 3/4

No, there is nothing pre-built. Encoders are fairly easy to write as
a custom C++ block, however, so you have that option.

Johnathan

On Thu, Jun 18, 2009 at 04:19:57PM +0000, maher manai wrote:

i want to ask if there is a convolutionnel encoder in GRC wich can achieve a coding rate = 2/3 or 3/4

gr-trellis contains a trellis encoder which I’m pretty sure can do
what you want. See the docs in gr-trellis/doc

Eric