Skip to content

Latest commit

 

History

History
78 lines (56 loc) · 2.41 KB

File metadata and controls

78 lines (56 loc) · 2.41 KB

Repetition Encoder parameters

--enc-cw-size, -N

Type

integer

Examples

--enc-cw-size 1

N has to be divisible by K.

--enc-info-bits, -K

Type

integer

Examples

--enc-info-bits 1

--enc-type

Type

text

Allowed values

REP AZCW COSET USER

Examples

--enc-type AZCW

Description of the allowed values:

Value Description
REP Select the standart repetition decoder.
AZCW See the common enc-common-enc-type parameter.
COSET See the common enc-common-enc-type parameter.
USER See the common enc-common-enc-type parameter.

--enc-no-buff

Without the buffered encoding, considering K information bits U0, U1, [...], UK − 1, the corresponding sequence of bits in the codeword is organized as follow: X00, X01, [...], X0rep − 1, X10, X11, [...], X1rep − 1, [[...]], XK − 10, XK − 11, [...], XK − 1rep − 1, with rep = N/K.

With the buffered encoding, considering K information bits U0, U1, [...], UK − 1, the corresponding sequence of bits in the codeword is organized as follow: X00, X10, [...], XK − 10, X01, X11, [...], XK − 11, [[...]], X0rep − 1, X1rep − 1, [...], XK − 1rep − 1, with rep = N/K.