Galois Linear Feedback Shift Register using specified polynomial maskGenerates a maximal length pseudo-random sequence of length 2^degree-1.
More...
#include <digital_impl_glfsr.h>
Static Public Member Functions |
static int | glfsr_mask (int degree) |
Detailed Description
Galois Linear Feedback Shift Register using specified polynomial mask
Generates a maximal length pseudo-random sequence of length 2^degree-1.
Constructor & Destructor Documentation
digital_impl_glfsr::digital_impl_glfsr |
( |
int |
mask, |
|
|
int |
seed |
|
) |
| |
|
inline |
Member Function Documentation
static int digital_impl_glfsr::glfsr_mask |
( |
int |
degree | ) |
|
|
static |
int digital_impl_glfsr::mask |
( |
| ) |
const |
|
inline |
unsigned char digital_impl_glfsr::next_bit |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: