GNU Radio 3.6.5 C++ API

gr::blocks::lfsr_32k Class Reference

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

#include <lfsr_32k.h>

List of all members.

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

gr::blocks::lfsr_32k::lfsr_32k ( ) [inline]

Member Function Documentation

int gr::blocks::lfsr_32k::next_bit ( ) [inline]
int gr::blocks::lfsr_32k::next_byte ( ) [inline]
int gr::blocks::lfsr_32k::next_short ( ) [inline]
void gr::blocks::lfsr_32k::reset ( ) [inline]

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