GNU Radio 3.4.0 C++ API
gri_lfsr_32k Class Reference

generate pseudo-random sequence of length 32768 bits.This is based on gri_lfsr_15_1_0 with an extra 0 added at the end of the sequence. More...

#include <gri_lfsr_32k.h>

List of all members.

Public Member Functions

 gri_lfsr_32k ()
void reset ()
int next_bit ()
int next_byte ()
int next_short ()

Detailed Description

generate pseudo-random sequence of length 32768 bits.

This is based on gri_lfsr_15_1_0 with an extra 0 added at the end of the sequence.


Constructor & Destructor Documentation

gri_lfsr_32k::gri_lfsr_32k ( ) [inline]

References reset().


Member Function Documentation

int gri_lfsr_32k::next_bit ( ) [inline]

References gri_lfsr_15_1_0::next_bit().

Referenced by next_byte(), and next_short().

int gri_lfsr_32k::next_byte ( ) [inline]

References next_bit().

int gri_lfsr_32k::next_short ( ) [inline]

References next_bit().

void gri_lfsr_32k::reset ( ) [inline]

References gri_lfsr_15_1_0::reset().

Referenced by gri_lfsr_32k().


The documentation for this class was generated from the following file: