GNU Radio's GSM Package
tch_f_decoder_impl.h File Reference
#include "AmrCoder.h"
#include "BitVector.h"
#include "GSM503Tables.h"
#include "GSM610Tables.h"
#include "GSM660Tables.h"
#include "ViterbiR204.h"
#include <grgsm/decoding/tch_f_decoder.h>
Include dependency graph for tch_f_decoder_impl.h:

Go to the source code of this file.

Classes

class  gr::gsm::tch_f_decoder_impl
 

Namespaces

 gr
 
 gr::gsm
 

Macros

#define DATA_BLOCK_SIZE   184
 
#define PARITY_SIZE   40
 
#define FLUSH_BITS_SIZE   4
 
#define PARITY_OUTPUT_SIZE   (DATA_BLOCK_SIZE + PARITY_SIZE + FLUSH_BITS_SIZE)
 
#define CONV_INPUT_SIZE   PARITY_OUTPUT_SIZE
 
#define CONV_SIZE   (2 * CONV_INPUT_SIZE)
 
#define BLOCKS   8
 
#define iBLOCK_SIZE   (CONV_SIZE / BLOCKS)
 

Macro Definition Documentation

#define BLOCKS   8
#define CONV_INPUT_SIZE   PARITY_OUTPUT_SIZE
#define CONV_SIZE   (2 * CONV_INPUT_SIZE)
#define DATA_BLOCK_SIZE   184
#define FLUSH_BITS_SIZE   4
#define iBLOCK_SIZE   (CONV_SIZE / BLOCKS)
#define PARITY_OUTPUT_SIZE   (DATA_BLOCK_SIZE + PARITY_SIZE + FLUSH_BITS_SIZE)
#define PARITY_SIZE   40