GNU Radio 3.7.1 C++ API
gr::digital::diff_encoder_bb Class Reference

Differential decoder: y[0] = (x[0] + y[-1]) % M. More...

#include <diff_encoder_bb.h>

Inheritance diagram for gr::digital::diff_encoder_bb:

List of all members.

Public Types

typedef boost::shared_ptr
< diff_encoder_bb
sptr

Static Public Member Functions

static sptr make (unsigned int modulus)

Detailed Description

Differential decoder: y[0] = (x[0] + y[-1]) % M.

Uses current and previous symbols and the alphabet modulus to perform differential encoding.


Member Typedef Documentation


Member Function Documentation

static sptr gr::digital::diff_encoder_bb::make ( unsigned int  modulus) [static]

Make a differntial encoder block.

Parameters:
modulusModulus of code's alphabet

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