GNU Radio 3.6.5 C++ API
|
Differential decoding based on phase change. More...
#include <digital_diff_phasor_cc.h>
Public Member Functions | |
~digital_diff_phasor_cc () | |
int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
just like gr_block::general_work, only this arranges to call consume_each for you | |
Friends | |
DIGITAL_API digital_diff_phasor_cc_sptr | digital_make_diff_phasor_cc () |
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]);
digital_diff_phasor_cc::~digital_diff_phasor_cc | ( | ) |
int digital_diff_phasor_cc::work | ( | int | noutput_items, |
gr_vector_const_void_star & | input_items, | ||
gr_vector_void_star & | output_items | ||
) | [virtual] |
just like gr_block::general_work, only this arranges to call consume_each for you
The user must override work to define the signal processing code
Implements gr_sync_block.
DIGITAL_API digital_diff_phasor_cc_sptr digital_make_diff_phasor_cc | ( | ) | [friend] |