GNU Radio 3.6.5 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:
gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter gr::blocks::lfsr_32k_source_s_impl

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

static sptr gr::blocks::lfsr_32k_source_s::make ( ) [static]

Make a LFSR 32k source block.


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