GNU Radio 3.7.1 C++ API
|
Differential decoding based on phase change. More...
#include <diff_phasor_cc.h>
Public Types | |
typedef boost::shared_ptr < diff_phasor_cc > | sptr |
Static Public Member Functions | |
static sptr | make () |
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]);
static sptr gr::digital::diff_phasor_cc::make | ( | ) | [static] |
Make a differential phasor decoding block.