GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
gr::blocks::lfsr_32k Class Reference

generate pseudo-random sequence of length 32768 bits. More...

#include <gnuradio/blocks/lfsr_32k.h>

Public Member Functions

 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

◆ lfsr_32k()

gr::blocks::lfsr_32k::lfsr_32k ( )
inline

Member Function Documentation

◆ next_bit()

int gr::blocks::lfsr_32k::next_bit ( )
inline

◆ next_byte()

int gr::blocks::lfsr_32k::next_byte ( )
inline

◆ next_short()

int gr::blocks::lfsr_32k::next_short ( )
inline

◆ reset()

void gr::blocks::lfsr_32k::reset ( )
inline

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