GNU Radio's GSM Package
|
#include <BitVector.h>
Public Member Functions | |
Generator (uint64_t wCoeff, unsigned wLen) | |
void | clear () |
Accessors | |
uint64_t | state () const |
unsigned | size () const |
void | syndromeShift (unsigned inBit) |
void | encoderShift (unsigned inBit) |
Shift-register (LFSR) generator.
|
inline |
|
inline |
|
inline |
Update the generator state by one cycle. This is in the .h for inlining.
|
inline |
|
inline |
|
inline |
Calculate one bit of a syndrome. This is in the .h for inlining.