libosmogsm
0.11.0-dirty
Osmocom GSM library
|
Variables | |
static const uint8_t | tch_afs_10_2_state [][2] |
static const uint8_t | tch_afs_10_2_output [][2] |
static const uint8_t | tch_afs_10_2_term_state [] |
static const uint8_t | tch_afs_10_2_term_output [] |
static const int | tch_afs_10_2_puncture [] |
struct osmo_conv_code | gsm0503_tch_afs_10_2 |
TCH/AFS 10.2 kbits convolutional code: G1/G3 = 1 + D + D3 + D4 / 1 + D + D2 + D3 + D4 G2/G3 = 1 + D2 + D4 / 1 + D + D2 + D3 + D4 G3/G3 = 1. |
{ .N = 3, .K = 5, .len = 210, .next_output = tch_afs_10_2_output, .next_state = tch_afs_10_2_state, .next_term_output = tch_afs_10_2_term_output, .next_term_state = tch_afs_10_2_term_state, .puncture = tch_afs_10_2_puncture, }
TCH/AFS 10.2 kbits convolutional code: G1/G3 = 1 + D + D3 + D4 / 1 + D + D2 + D3 + D4 G2/G3 = 1 + D2 + D4 / 1 + D + D2 + D3 + D4 G3/G3 = 1.
structure describing TCH/AFS 10.2 kbits convolutional code:.
const uint8_t tch_afs_10_2_output[][2] [static] |
{ { 0, 7 }, { 2, 5 }, { 4, 3 }, { 6, 1 }, { 2, 5 }, { 0, 7 }, { 6, 1 }, { 4, 3 }, { 0, 7 }, { 2, 5 }, { 4, 3 }, { 6, 1 }, { 2, 5 }, { 0, 7 }, { 6, 1 }, { 4, 3 }, }
const int tch_afs_10_2_puncture[] [static] |
const uint8_t tch_afs_10_2_state[][2] [static] |
{ { 0, 1 }, { 3, 2 }, { 5, 4 }, { 6, 7 }, { 9, 8 }, { 10, 11 }, { 12, 13 }, { 15, 14 }, { 1, 0 }, { 2, 3 }, { 4, 5 }, { 7, 6 }, { 8, 9 }, { 11, 10 }, { 13, 12 }, { 14, 15 }, }
const uint8_t tch_afs_10_2_term_output[] [static] |
{ 0, 5, 3, 6, 5, 0, 6, 3, 7, 2, 4, 1, 2, 7, 1, 4, }
const uint8_t tch_afs_10_2_term_state[] [static] |
{ 0, 2, 4, 6, 8, 10, 12, 14, 0, 2, 4, 6, 8, 10, 12, 14, }