GNU Radio 3.7.1 C++ API
gr::blocks::lfsr_32k_source_s Class Reference

LFSR pseudo-random source with period of 2^15 bits (2^11 shorts) More...

#include <lfsr_32k_source_s.h>

Inheritance diagram for gr::blocks::lfsr_32k_source_s:

List of all members.

Public Types

typedef boost::shared_ptr
< lfsr_32k_source_s
sptr

Static Public Member Functions

static sptr make ()
 Make a LFSR 32k source block.

Detailed Description

LFSR pseudo-random source with period of 2^15 bits (2^11 shorts)

This source is typically used along with gr::blocks::check_lfsr_32k_s to test the USRP using its digital loopback mode.


Member Typedef Documentation


Member Function Documentation

Make a LFSR 32k source block.


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