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

Differential decoding based on phase change. More...

#include <diff_phasor_cc.h>

Inheritance diagram for gr::digital::diff_phasor_cc:

List of all members.

Public Types

typedef boost::shared_ptr
< diff_phasor_cc
sptr

Static Public Member Functions

static sptr make ()

Detailed Description

Differential decoding based on phase change.

Uses the phase difference between two symbols to determine the output symbol:

out[i] = in[i] * conj(in[i-1]);


Member Typedef Documentation


Member Function Documentation

Make a differential phasor decoding block.


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