osmo-gmr 0.2.104-2b98
Osmocom GMR-1
conv.h
Go to the documentation of this file.
1/* GMR-1 convolutional coding */
2/* See GMR-1 05.003 (ETSI TS 101 376-5-3 V3.3.1) - Section 4.4 */
3
4/* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
5 * All Rights Reserved
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU Affero General Public License as published by
9 * the Free Software Foundation; either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU Affero General Public License for more details.
16 *
17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 */
20
21#ifndef __OSMO_GMR1_L1_CONV_H__
22#define __OSMO_GMR1_L1_CONV_H__
23
33#include <osmocom/core/conv.h>
34
35
36extern const struct osmo_conv_code gmr1_conv_k5_12;
37extern const struct osmo_conv_code gmr1_conv_k5_13;
38extern const struct osmo_conv_code gmr1_conv_k5_14;
39extern const struct osmo_conv_code gmr1_conv_k5_15;
40extern const struct osmo_conv_code gmr1_conv_k6_14;
41extern const struct osmo_conv_code gmr1_conv_k9_12;
42extern const struct osmo_conv_code gmr1_conv_k9_13;
43extern const struct osmo_conv_code gmr1_conv_k9_14;
44extern const struct osmo_conv_code gmr1_conv_tch3;
45
46
49#endif /* __OSMO_GMR1_L1_CONV_H__ */
const struct osmo_conv_code gmr1_conv_k9_14
GMR-1 constraint length 9, rate 1/4 convolutional code.
Definition: conv.c:508
const struct osmo_conv_code gmr1_conv_tch3
GMR-1 TCH3 speech tail-biting convolutional code.
Definition: conv.c:564
const struct osmo_conv_code gmr1_conv_k9_13
GMR-1 constraint length 9, rate 1/3 convolutional code.
Definition: conv.c:421
const struct osmo_conv_code gmr1_conv_k6_14
GMR-1 constraint length 6, rate 1/4 convolutional code.
Definition: conv.c:250
const struct osmo_conv_code gmr1_conv_k5_15
GMR-1 constraint length 5, rate 1/5 convolutional code.
Definition: conv.c:219
const struct osmo_conv_code gmr1_conv_k9_12
GMR-1 constraint length 9, rate 1/2 convolutional code.
Definition: conv.c:335
const struct osmo_conv_code gmr1_conv_k5_14
GMR-1 constraint length 5, rate 1/4 convolutional code.
Definition: conv.c:191
const struct osmo_conv_code gmr1_conv_k5_12
GMR-1 constraint length 5, rate 1/2 convolutional code.
Definition: conv.c:138
const struct osmo_conv_code gmr1_conv_k5_13
GMR-1 constraint length 5, rate 1/3 convolutional code.
Definition: conv.c:164