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

Linear Feedback Shift Register using primitive polynomial x^15 + x + 1. More...

#include <gnuradio/blocks/lfsr_15_1_0.h>

Public Member Functions

 lfsr_15_1_0 ()
 
void reset ()
 
int next_bit ()
 
int next_byte ()
 

Detailed Description

Linear Feedback Shift Register using primitive polynomial x^15 + x + 1.

Generates a maximal length pseudo-random sequence of length 2^15 - 1 bits.

Constructor & Destructor Documentation

◆ lfsr_15_1_0()

gr::blocks::lfsr_15_1_0::lfsr_15_1_0 ( )
inline

Member Function Documentation

◆ next_bit()

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

◆ next_byte()

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

◆ reset()

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

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