#include <gri_glfsr.h>
Generates a maximal length pseudo-random sequence of length 2^degree-1
Public Member Functions | |
| gri_glfsr (int mask, int seed) | |
| unsigned char | next_bit () |
| int | mask () const |
Static Public Member Functions | |
| static int | glfsr_mask (int degree) |
| gri_glfsr::gri_glfsr | ( | int | mask, | |
| int | seed | |||
| ) | [inline] |
| int gri_glfsr::glfsr_mask | ( | int | degree | ) | [static] |
Referenced by gr_pn_correlator_cc::gr_pn_correlator_cc().
| unsigned char gri_glfsr::next_bit | ( | ) | [inline] |
| int gri_glfsr::mask | ( | ) | const [inline] |
Referenced by gr_glfsr_source_f::mask(), and gr_glfsr_source_b::mask().
1.5.5