atsci_trellis_encoder.cc File Reference

#include <atsci_trellis_encoder.h>
#include <assert.h>
#include <stdio.h>
#include <cstring>
#include <string.h>

Include dependency graph for atsci_trellis_encoder.cc:


Defines

#define SEGOF(x)   ( (x) / ((SEGMENT_SIZE+1) * DIBITS_PER_BYTE))
#define SYMOF(x)   (((x) % ((SEGMENT_SIZE+1) * DIBITS_PER_BYTE))-4)
#define ENCODER_SEG_BUMP   4
#define DSEG_SYNC_SYM1   0x06
#define DSEG_SYNC_SYM2   0x01
#define DSEG_SYNC_SYM3   0x01
#define DSEG_SYNC_SYM4   0x06

Define Documentation

#define DSEG_SYNC_SYM1   0x06

#define DSEG_SYNC_SYM2   0x01

#define DSEG_SYNC_SYM3   0x01

#define DSEG_SYNC_SYM4   0x06

#define ENCODER_SEG_BUMP   4

#define SEGOF (  )     ( (x) / ((SEGMENT_SIZE+1) * DIBITS_PER_BYTE))

#define SYMOF (  )     (((x) % ((SEGMENT_SIZE+1) * DIBITS_PER_BYTE))-4)


Generated on Thu Mar 27 14:46:49 2008 for GNU Radio 3.1.1 by  doxygen 1.5.5